开发者

Could not load file or assembly 'or one of its dependencies. The system cannot find the file specified

Hope someone could help me with this.

I'm referencing a dll proxy "MonitorProxy" in a webservice project which is hosted on a windows service host. When I debug the service host I receive this exception: Could not load file or assembly 'MonitorProxy, Version=1.0.0.0, Culture=neutral, PublicKeyTok开发者_JAVA技巧en=null' or one of its dependencies. The system cannot find the file specified.

Although I'm sure that the MonitorProxy.dll is correcltly located and that the webservice reference refers to its correct location.

Any ideas??

Thank you so much in advance Sam


You can use Assembly Binding Log Viewer to view the assembly loading log and check where the web service is expecting the required dll.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜