| Linking...LINK : fatal error LNK1104: cannot open file 'C:\Development\somelongpath\Irrlicht.NET.dll'
|
Yeah, dear VisualStudio, because you are locking that file yourself, you stupid **CENSORED**, argl. Currently, I'm getting this after every recompile of any file in the project. This seems to be a known bug, lots of people on the web are having the same problem: VisualStudio locks a compiled managed .dll after the first compile, and trying to compile it a second time will fail because the IDE cannot write to the file because it still locks it. Only restarting the whole IDE helps. Looks like I'm going to change the project setup, I think this a lot better then having to restart VisualStudio every two minutes..
update: Helped as expected. If anybody has this problem: Simply make visual studio copy the .dll automaticly to another directory and use that for running your application.
...should solve your Problem, so you don't have to re-start VS :-)
HTH,
Duncan