all groups > macromedia flash flash remoting > july 2005 >
You're in the

macromedia flash flash remoting

group:

using FlashGateway.IO


using FlashGateway.IO bennny16
7/25/2005 12:00:00 AM
macromedia flash flash remoting: 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
Re: using FlashGateway.IO bennny16
7/25/2005 10:02:17 PM
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
AddThis Social Bookmark Button