开发者

filenot found exception for mscorlib.dll

开发者 https://www.devze.com 2023-01-23 22:40 出处:网络
i have installer project working fine on development machi开发者_如何转开发ne(32 bit) but when i move it to the production server it crashes. the error is related to mscorlib.dll(file not found except

i have installer project working fine on development machi开发者_如何转开发ne(32 bit) but when i move it to the production server it crashes. the error is related to mscorlib.dll(file not found exception clr20r3). the snapshot of exception for ur refrence is attached. i have tried repairing/ re installing framework 3.5.

filenot found exception for mscorlib.dll


i was trying to retrive sql servers present in networks. on my development machine sqlserver is installed but not on production server. so it was crashing on server. after adding 3 more dlls to output folder it is working fine. 1. Microsoft.SqlServer.Management.Smo; 2.Microsoft.SqlServer.smoenum 3. Microsoft.SqlServer.rmo 4.Microsoft.SqlServer.Management.sqlEnum

0

精彩评论

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