Hello David,
From your description, on one of your dev machine, after you installed the
VS 2005 and SP1, you can not create some VC++ Win32 projects, and this even
occur after you reinstall the Visual Studio 2005, correct?
As for the problem, does it only occur against C++ win32 project, is there
any other project that suffer the same project? Based on my experience, for
such behavior that reinstall still not work, it may be caused by some other
system wide settings get corrupetd or the underlying harddisck get messed.
Have you tried creating a new interactive account on that machine and logon
through the different account to see whether the problem remains? Sometimes
some data got damaged in user profile may also cause IDE not work.
Also, for visual studio, the VC specific project items and templates are
under the following directory:
C:\Program Files\Microsoft Visual Studio 8\VC
you can look for those sub dirs(which contains template items) and compare
to some working machine's installed folder to see whether there is any
obvious difference.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
David F. - 14 Feb 2007 17:02 GMT
It was doing it with just VS2005 installed, I added SP1 to see if it would
fix it. When it didn't, I did the full uninstall thing.
It's related to the user profile. I logged off and back on as
administrator, then mapped the drive x: using my (pgmr) account and I was
able to create the project on the same machine. What do I need to look for
in my profile?
> Hello David,
>
[quoted text clipped - 52 lines]
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
David F. - 14 Feb 2007 20:10 GMT
You're all probably scratching your heads .. anyway, I found it... one of
the other problems I mentioned in other NG posts was the file associated
icons sucked (just like a white piece of paper with writing - notepad
basically). Well looking into that I found that the .c/.cpp/etc entries in
the registry Classes Root looked okay, but it reference VisualStudio.x.8.0
(where the x is c, cpp, etc) and I couldn't access those. So I look at the
permissions and only administrators had access to it (I'm a power user).
Looking at the root classes, it (for some reason) had "everyone" set to full
access and the installer must have change those installed keys to the wrong
permissions (I had to install as administrator). I change the Classes Root
to match what it should (based on another system) and force the change down
and while not everything could be changed (per regedit), it did change the
visualstuido.x.8.0 references and now not only do I get the nice file icons,
the project creation works as well!!
> Hello David,
>
[quoted text clipped - 52 lines]
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
Steven Cheng[MSFT] - 16 Feb 2007 08:02 GMT
Thanks for your followup David,
Glad that you've finally got it working. Actually manually recover user
profile(for such VS 2005 issue) would be quite complex, there is no
definite routine on this. Anyway, thanks again for sharing us the
experience on this which can surely benefit other members who suffer the
similar problem.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.