首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

请帮忙解决一个有关问题

2012-01-19 
请帮忙解决一个问题每次Debug的时候,都会弹出一个MessageBox,内容如下:Thefollowingmodulewasbuildeitherw

请帮忙解决一个问题
每次Debug的时候,   都会弹出一个MessageBox,   内容如下:
The   following   module   was   build   either   with   optimizations   enabled   or   without   debug   information:

D:\Task\Libraries.dll

To   debug   this   module,   change   its   project   build   configuration   to   Debug   mode.   To   suppress   this   message,   disable   the   'Warn   if   no   user   code   on   launch '   debugger   option.

点击OK后,   又可以进入正常状态运行,   可是,   要怎样才能不让它在每次Debug   的时候都出现呢?

change   its   project   build   configuration   to   Debug   mode====> 没效果
disable   the   'Warn   if   no   user   code   on   launch '=====> 没效果

[解决办法]
Libraries.dll
这个是不是编译成release模式。。。。。猜测ing
[解决办法]
change its project build configuration to Debug mode
从这个来看

一楼说的是对的
这个DLL是不是lz自己写的呢?

热点排行