Compile Silverlight project?

What is the best way to compile a Silverlight 2 project using FinalBuilder?  For my other C# projects I use the C# compiler but I'm not having any luck using csc.exe to compile a Silverlight project.

Thanks,

-KIRBY

I may have answered my own question. The msbuild action should work. I’ll verify later and post a reply once I know for sure,

-KIRBY

Hi Kirby,

I’d assume the MSBuild action would be the way to go when building a Silverlight application as Visual Studio typically (though not always) will execute msbuild under the covers when building from the IDE.

Regards,
Paul.

You're right, Paul. MSBuild is the way to go. I wasn't able to find any other way using the command line compiler.

-KIRBY