All kinds of weird problems solved just by editing VS shortcut!!
- From: "Ian" <ian__@xxxxxxxxxxx>
- Date: 29 Jul 2005 07:43:25 -0700
I have just spent the past day and a half trying to fix VS.Net 2003 and
I've finally solved it but I don't have any idea how or why it happened
in the first place!
I'd been developing an ASP.Net solution, everything was working fine
and I had made no changes to my machine when, suddenly, I was no longer
able to build the solution - the error I was getting was "Could not
instantiate the resource processor" - it was having problems with my
resx files (like global.asax.resx).
All the postings I found concerning this error (and the VS Help file)
pointed to this being a corrupted installation and reccommended that I
reinstall Visual Studio. I ended up trying the following: -
Repaired VS.Net
Uninstalled & reinstalled VS.Net
Repaired the .Net framework
Uninstalled & reinstalled the .Net framework
Uninstalled & reinstalled both the framework and VS.Net
None of the above worked!
I had also noticed that all the controls in the webforms toolbox were
greyed-out and so I decided to open a windows application to see if the
windows forms controls were also unavailable only to find that I
couldn't open a form in design-view without getting another error -
this time it was "Required Permissions cannot be acquired".
A google-groups search on this problem led me to the following link: -
http://groups-beta.google.com/group/microsoft.public.vstudio.general/browse_thread/thread/a9e26e005c9df4b4/482abc3d82f0de27
....which details similar syptoms and pointed me to the problem which
was that the shortcut I was using to launch VS had somehow been changed
to a UNC path - in other words, instead of: -
"c:\Program Files\Microsoft Visual Studio .NET
2003\Common7\IDE\devenv.exe"
....it was...
"\\my_machine_name\c$\Program Files\Microsoft Visual Studio .NET
2003\Common7\IDE\devenv.exe"
I don't know how it got changed (that's worrying!) but setting it back
to a local path fixed all my problems.
Just thought I'd share that!
Ian
.
- Prev by Date: Visual Studio 2005 beta 2 on Vista beta 1?
- Next by Date: Issues with RedirectStandardOutput when app is complied
- Previous by thread: Visual Studio 2005 beta 2 on Vista beta 1?
- Next by thread: Issues with RedirectStandardOutput when app is complied
- Index(es):
Relevant Pages
|