I'm trying to compile a C# dll for use with remoting
having problems getting the compiler to find FlashGateway.IO to use
I'm not sure if I need to set a Path up or move a file into a .net directory
but if anyone knows what file has the FlashGateway.IO components and how to
get the compiler to see them, that would be great.
Thanks,
Ben
bennny16 - 25 Jul 2005 23:02 GMT
OK got this one figured out
compiling from the command line type:
csc /r:.\flashgateway.dll /target:library /out:whatever.dll whatever.cs
if you have visual studio.net you don't have to do it like this