Advanced Forum Search Results
-
You can use VS2005 to build Silverlight but you won't be able to debug and use the full IDE integration.
Check this two links for more info: link1, link2
-
I'm not sure what is your problem, but maybe you didn't install all the necessary things.
You need the silverlight 1.1 runtime (can be found here). I also installed VS2005 SP1 when I was installing silverlight 1.0 beta template for VS, so I suppose that you need it too.
-
You can use VS2005. Check this link: silverlight and vs2005
-
Thank you Scott!
In my Page.xaml file I changed the assembly=silverlight1.dll to assemby=bin/Debug/silverlight1.dll and finally everything started to work.