开发者

1 Dll, in our libraries... If called from webservice behaves as expected, if called from winform, uses remoting... HUH?

开发者 https://www.devze.com 2023-01-21 09:18 出处:网络
That\'s Pretty much it. I took a set of Active Directory classes we\'d had in our webservices for years, and seperated & migrated it into our Libraries so I could also use them in a winform app I

That's Pretty much it.

I took a set of Active Directory classes we'd had in our webservices for years, and seperated & migrated it into our Libraries so I could also use them in a winform app I'm whipping up.

Migration worked fine. Running it via the original webservice, works normally, I can debug into the Classes just fine.

Same exact Dll, in my winform app, when I run it in the debugger, it's being called via remoting, and I can't debug it becuase almost everything on the objects are remote proxies.

What the heck did I do differntely to make it behave like this? None of the other classes beh开发者_如何学运维ave like this.

Any insight is greatly appreicatied.

Thanks,

Cal-


I just left everything in the webservice and the Winfomrs app calls the webservice to do all the work. Not what i wanted but it works.

Cal-

0

精彩评论

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