« Blogging is a fad? | Main | NewsGator Acquires FeedDemon »
May 17, 2005
Annoying Visual Studio.Net error
Grrrgghh, for the past few days I've been plagued with the "The process cannot access the file because it is being used by another process" error during build. This often happen to your Visual Studio.Net solution if you have multiple assemblies in your solution as described here:
http://support.microsoft.com/default.aspx?scid=kb;en-us;313512
Whatever it is, I can't use the workaround described in the aforementioned KB. So to fix this just close your solution, go to the offending project, delete the debug directory in both Bin and Obj directory and then rebuild. If this doesn't work, you have to close Visual Studio.Net itself. If that still doesn't work, check that the problem assembly do not have a reference to itself, although the offending assembly will compile with no issue the other assembly that refer to this one may complain.
Posted by vhadiant at May 17, 2005 10:08 PM
Trackback Pings
TrackBack URL for this entry:
http://www.hadianto.net/mov32/mt-tb.cgi/39
