>I can not get a fully-installed copy of visual studio 2003 to recognize
> project files.
[quoted text clipped - 18 lines]
>
> Can someone help get me up and running?
You say your VS 2003 is "fully" installed, but your installed products list
says VB, C# and J# are missing, which is why you get the error when you
attempt to open a C# project.
Have you tried Control Panel->Add Remove Programs->VS2003->Add or Remove
Features to see what is listed there under Language Tools? If C#, J# and VB
are not listed, you have a failed install. If they are there, can you select
them to run from disk?
Alternatively, have you tried a repair install?
If none of these procedures help you, I'd suggest a complete uninstall of VS
2003 and the .NET Framework v1.1 using these procedures:
http://support.microsoft.com/kb/824642
If this is the Enterprise Architect Edition (which I don't have here), are
there any options for the role
you install for? Did you select a general developer role (if available)?
thatsdavetoyou - 11 Jul 2006 20:31 GMT
Every application listed under "language tools" had a checkmark next to it in
the "Microsoft Visual Studio .NET Enterprise Developer 2003 Setup - Options"
page.
I've tried complete uninstalls and reinstalls several times: while logged on
under a roaming network profile with admin permissions, while logged in under
a local user in the administrators group. Both have appeared to succeed, and
both have failed.
I do appreciate the attempt. :)
TPFGuru - 12 Jul 2006 01:22 GMT
Maybe you are missing a pre-requisite for the .NET part. You need Windows
2000 pro or XP Pro along with the instalation of IIS and the extensions for
frontpage. I was able to install VS2003 on my work computer running Windows
2000 even though I had no ability to install IIS or the extensions, but I
could not create .NET projects. I was just learning C++ at the time with
Win32, so it didn't matter to me. I have no idea what would have happened
had I tried VB or C# .NET.
> Every application listed under "language tools" had a checkmark next to it in
> the "Microsoft Visual Studio .NET Enterprise Developer 2003 Setup - Options"
[quoted text clipped - 6 lines]
>
> I do appreciate the attempt. :)
thatsdavetoyou - 12 Jul 2006 16:59 GMT
I wish it were that easy. IIS and FrontPage extensions were already
installed.
> Maybe you are missing a pre-requisite for the .NET part. You need Windows
> 2000 pro or XP Pro along with the instalation of IIS and the extensions for
[quoted text clipped - 14 lines]
> >
> > I do appreciate the attempt. :)