开发者

wcf crashes in one pc and in the development pc runs perfectly

开发者 https://www.devze.com 2023-01-02 23:40 出处:网络
hi imple开发者_Python百科menting an wcf service that executes scripts (C# code) saved in a specific folder.

hi imple开发者_Python百科menting an wcf service that executes scripts (C# code) saved in a specific folder. but i have a problem it crashes in all pcs except the pc that im developing in all are the same edition of win7 . How ican see why it's crashing ?

the WCf service is hosted in a windows service


Check out the Event Viewer, both in the Application and System sections. That might give you some clues.

Also, security is a possibility since it only runs on the dev machine. But I'd start with the events.

0

精彩评论

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