Monday, March 26, 2012
Strange Error
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\..\CSharpAddClassWiz.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\vcpacka
ges\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\..\CSharpAddClassWiz.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
>
>
Strange Error
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
Tuesday, March 13, 2012
Strange problem
I have the following problem :
at my work I'm creating a web-application using VS.NET 2002 on a
WIN2000-server.
Everything works fine there.
Now when i take the complete directory that holds all the files to my home
where I want to continue the application, I have the following :
In design-mode, everything is shown as it should be.
When I run it, i don't see my textboxes anymore and some labels that i
marked as visible = false, are beind displayed.
At home I have a Win XP Pro and VS.NET 2002
What is wrong ?
ThxCheck out this faq,
http://www.extremeexperts.com/Net/F...tAppearing.aspx
Saravana
http://dotnetjunkies.com/WebLog/saravana/
www.ExtremeExperts.com
"Bart Schelkens" <bschelkens@.hotmail.com> wrote in message
news:uawCGtMvEHA.2540@.TK2MSFTNGP09.phx.gbl...
> Hi,
> I have the following problem :
> at my work I'm creating a web-application using VS.NET 2002 on a
> WIN2000-server.
> Everything works fine there.
> Now when i take the complete directory that holds all the files to my home
> where I want to continue the application, I have the following :
> In design-mode, everything is shown as it should be.
> When I run it, i don't see my textboxes anymore and some labels that i
> marked as visible = false, are beind displayed.
> At home I have a Win XP Pro and VS.NET 2002
> What is wrong ?
> Thx
>
Strange problem
I have the following problem :
at my work I'm creating a web-application using VS.NET 2002 on a
WIN2000-server.
Everything works fine there.
Now when i take the complete directory that holds all the files to my home
where I want to continue the application, I have the following :
In design-mode, everything is shown as it should be.
When I run it, i don't see my textboxes anymore and some labels that i
marked as visible = false, are beind displayed.
At home I have a Win XP Pro and VS.NET 2002
What is wrong ?
ThxCheck out this faq,
http://www.extremeexperts.com/Net/F...tAppearing.aspx
--
Saravana
http://dotnetjunkies.com/WebLog/saravana/
www.ExtremeExperts.com
"Bart Schelkens" <bschelkens@.hotmail.com> wrote in message
news:uawCGtMvEHA.2540@.TK2MSFTNGP09.phx.gbl...
> Hi,
> I have the following problem :
> at my work I'm creating a web-application using VS.NET 2002 on a
> WIN2000-server.
> Everything works fine there.
> Now when i take the complete directory that holds all the files to my home
> where I want to continue the application, I have the following :
> In design-mode, everything is shown as it should be.
> When I run it, i don't see my textboxes anymore and some labels that i
> marked as visible = false, are beind displayed.
> At home I have a Win XP Pro and VS.NET 2002
> What is wrong ?
> Thx