Monday, March 26, 2012

Strange Error

Hi Experts,

I have Visual Studio 2003 Installed in my Windows 2003 Sever. However, I
have problems in creating new Projects, Classes, Forms etc. When I try to
create New projects, I get an error that some wizard is missing and I get
an empty project opened. There are no forms, web.config, global.asax nor any
references set. I need to add all manually.

I am still getting the error, when I try to add new forms/ classes/User
controls to any of the projects.

The following error I got when I tried to add a new class file.

Could not run the 'C:\Program Files\Microsoft Visual Studio .NET 2003
VC#\CSharpProjectItems\WebProjectItems\..\CSharpAd dClassWiz.vsz' wizard.

Can anyone tell me how to solve this problem.

Thanking in advance
Regards
GaneshHello Ganesh,

Try this:

regsvr32.exe "c:\program files\Microsoft Visual Studio .NET 2003\Vc7\vcpackages\csproj.dll"

--
Matt Berther
http://www.mattberther.com

> Hi Experts,
> I have Visual Studio 2003 Installed in my Windows 2003 Sever. However,
> I have problems in creating new Projects, Classes, Forms etc. When I
> try to create New projects, I get an error that some wizard is
> missing and I get an empty project opened. There are no forms,
> web.config, global.asax nor any references set. I need to add all
> manually.
> I am still getting the error, when I try to add new forms/
> classes/User controls to any of the projects.
> The following error I got when I tried to add a new class file.
> Could not run the 'C:\Program Files\Microsoft Visual Studio .NET 2003
> VC#\CSharpProjectItems\WebProjectItems\..\CSharpAd dClassWiz.vsz'
> wizard.
> Can anyone tell me how to solve this problem.
> Thanking in advance
> Regards
> Ganesh
Thanx Matt for your reply. It was really helpful.

Regards
Ganesh

"Matt Berther" <mberther@.hotmail.com> wrote in message
news:6846946632388960337567249@.news.microsoft.com. ..
> Hello Ganesh,
> Try this:
> regsvr32.exe "c:\program files\Microsoft Visual Studio .NET
2003\Vc7\vcpackages\csproj.dll"
> --
> Matt Berther
> http://www.mattberther.com
> > Hi Experts,
> > I have Visual Studio 2003 Installed in my Windows 2003 Sever. However,
> > I have problems in creating new Projects, Classes, Forms etc. When I
> > try to create New projects, I get an error that some wizard is
> > missing and I get an empty project opened. There are no forms,
> > web.config, global.asax nor any references set. I need to add all
> > manually.
> > I am still getting the error, when I try to add new forms/
> > classes/User controls to any of the projects.
> > The following error I got when I tried to add a new class file.
> > Could not run the 'C:\Program Files\Microsoft Visual Studio .NET 2003
> > VC#\CSharpProjectItems\WebProjectItems\..\CSharpAd dClassWiz.vsz'
> > wizard.
> > Can anyone tell me how to solve this problem.
> > Thanking in advance
> > Regards
> > Ganesh

0 comments:

Post a Comment