Showing posts with label MCMS. Show all posts
Showing posts with label MCMS. Show all posts

Tuesday, March 13, 2007

MOSS 2007 article published in codeproject.com

My new article on MOSS 2007 migration article is published in codeproject.com

"Migration from Microsoft Content Management Server 2002 to Microsoft Office Sharepoint Server 2007."

http://www.codeproject.com/spoint/MCMS.asp

Sunday, February 18, 2007

Need Microsoft Visual J# .NET Redistributable Package Version 3.0 (required by Site Manager and Site Stager)

Need Microsoft Visual J# .NET Redistributable Package Version 3.0 (required by Site Manager and Site Stager)
When you try to install MCMS 2002 you may get this warning message. To solve this error do the following steps.

"The MCMS installation wants to find the J# package for the most recent .NET framework you have installed. I had 3.0 installed, which you must too, so even thought J# 3.0 doesn't exist, MCMS was looking for it. Just uninstall .NET 3.0, do your MCMS installation, and then re-install .NET 3.0 later. "

It works for me.

For more refer the follwoing URL
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1182594&SiteID=1

Monday, January 29, 2007

MCMS 2002 SP1a Installation Problems with Solution

Microsoft Content Management Server 2002 SP1a Installation Problems and Solution:

Some errors i faced while installing Microsoft Content Management Server 2002 SP1a

Error Message:


You have chosen to perform a complete installation;
however, the following component(s) cannot be installed due to dependencies on applications
that are not installed on this computer:

- Need ASP (required by MCMS Server)
- Need Server Side Includes (required by MCMS Server)
- Need Internet Explorer Web Controls (required by MCMS Server)
- Need Microsoft Visual Studio.NET 2003 (required by Developer Tools for Visual Studio.NET 2003)
- Need Microsoft Visual Studio.NET 2002 (required by\nDeveloper Tools for Visual Studio.NET 2002)
- Need Microsoft Visual J# .NET Redistributable Package Version 3.0 (required by Site Manager and Site Stager)

Solution:


Need ASP (required by MCMS Server)

You need to install the 'Active Server Pages' component in Windows.
Here are the steps to resolve this issue:
1. Start -> Control Panel -> Add or Remove Programs
2. Choose 'Add/Remove Windows Components'
3. Application Server -> Details -> Internet Information Server (IIS) -> Details -> WWW Web Service -> Details -> Add 'Active Server Pages'


Need Server Side Includes (required by MCMS Server)

You need to install the 'Server Side Includes' component in Windows.
Here are the steps to resolve this issue:
4. Start -> Control Panel -> Add or Remove Programs
5. Choose 'Add/Remove Windows Components'
6. Application Server -> Details -> Internet Information Server (IIS) -> Details -> WWW Web Service -> Details -> Add 'Server Side Includes'

http://download.microsoft.com/download/4/2/5/4250f79a-c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+Installation+FAQ.htm

Need Internet Explorer Web Controls (required by MCMS Server)

Download the following file and install it before installing MCMS server.

Internet Explorer Web Controls for Content Management Server 2002 with Service Pack 1a
http://www.microsoft.com/downloads/details.aspx?familyid=FAC6350C-8AD6-4BCA-8860-8A6AE3F64448&displaylang=en

Need Microsoft Visual Studio.NET 2003 (required by Developer Tools for Visual Studio.NET 2003)

Install Visual Studio.NET 2003 will solve this problem.

Need Microsoft Visual Studio.NET 2002 (required by\nDeveloper Tools for Visual Studio.NET 2002)

Install Visual Studio.NET 2002 will solve this problem. If your using Visual Studio.NET 2003 no need of this 2002.

Need Microsoft Visual J# .NET Redistributable Package Version 3.0 (required by Site Manager and Site Stager)

Download and install Visual J*.NET from Microsoft Website


Other Help related to MCMS:

http://download.microsoft.com/download/5/0/b/50bc92cb-7608-4836-b63d-f5828b661040/Readme.htm

ASP.NET MVC - Sport Facility Booking system

  The project relies on some external service providers. Thus accessing them via their API requires authentication. An API Key need to be su...