Greetings all,
I am developing a web app with VS2005 and Flash MX2004. I have a couple of
classes that I have developed for use in my app that are in the App_Code
directory. When I build and publish my site the classes all get compiled into a
single App_Code.dll and I can't seem to figure out how to access the methods in
the classes. Can someone point me to a simple remoting example that directly
accesses methods in the App_Code.dll.
My connection with the site is ok and some of the methods that I duplicated in
.aspx pages work fine. It's only when I try and get a service from the
App_Code.dll that it fails.
Any examples or help are appreciated in advance.
MaxManNH - 12 May 2006 18:22 GMT
Nevermind I figured it out.
I wasn't referring to the namespace.classname like I should have been in the getService function. Its all working now.