by lichen
1/8/2006 8:57:00 PM
Visual Studio.Net does not know the path to an assembly referenced when opening a project file? It is possible to tell Visual Studio.Net the path of an assembly by adding a key at HKLM\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders.
For example,
HKLM\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\NUnit.Framework
The default value should point to the path of assemblies.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
.Net