문제

I get the error "Error: Assembly file '' does not exist! Load failed." when I try to start a .Net Micro 4.2 Framework Project (in the emulator) in Visual Studio 2010.

I cannot set debug points to my main procedure (it crashes before it reaches it). And I have another micro project in the same solution, that starts without any problems.

Any idea where this meaningful error message comes from?

도움이 되었습니까?

해결책

Ok, I found it by myself:

There have been unsupported/wrong version (.Net) assemblies in the references of this project. I could use the "Unused References..." check and remove the unnecessary assemblies and now it works.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top