On Jul 5, 3:33 pm, chiefn...@gmail.com wrote:
> > I'm having the same problem, usingVistaUltimate x64, Visual Studio
> > 2005 TS w/ SP1 w/Vistaupdate. I'll post here if I find a solution
>
> I also am having this issue with the exact same configuration
> described. Any progress toward a solution?
Update: I found a workaround to this issue:
1. Open an Administrative mode command prompt.
2. Type "mmc" then hit Enter to fire up the management console.
3. Add the ".NET 2.0 config" snap-in and enjoy.
It appears that the problem occurs only when the .NET 2.0
Configuration applet is used from Control Panel > Admin Tools. After
checking what files were being accessed using Procmon, I noticed that
there were indeed files that could not be found, which is evidently
why the applet was throwing a System.IO.FileNotFoundException. It may
be that accessing MMC from CP/Admin does not give appropriate
permissions and context to successfully use the .NET 2.0 configuration
applet?