1 Dll, in our libraries... If called from webservice behaves as expected, if called from winform, uses remoting... HUH?
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-
精彩评论