开发者

What would cause a "ResGen : error RG0000" error in VS2010?

开发者 https://www.devze.com 2023-03-26 06:57 出处:网络
When I build my Windows form application, I\'m getting following errors. Can someone tell me what could be wrong?

When I build my Windows form application, I'm getting following errors. Can someone tell me what could be wrong?

ResGen : error RG0000: Could not load referenced assembly "\.....\bin  
\Debug\PlugingCommon.dll".  Caught a FileNotFoundException saying 
"Could not load file or assembly '\...\PluginSource.dll' or one of its 
dependencies. The system cannot find the file specified.".      

ResGen : error RG0000: Could not load referenced assembly "\...\bin 
\Debug\MetadataField.dll".  Caught a FileNotFoundException saying 
"Coul开发者_高级运维d not load file or assembly '\...\bin\Debug\MetaField.dll' or 
one of its dependencies. The system cannot find the file specified.". 

There are several such bugs in the solution.


I'd say the problem is that your system cannot find the files MetaField.dll or PluginSource.dll.
It's kinda glaringly obvious if you think about it.

0

精彩评论

暂无评论...
验证码 换一张
取 消