Silverlight project publish
-
Hi, In VS 2010, when i try to publish i am getting all the files including .cs pages, which contain c# codes, project file etc. I need only the required files for publish. When i build using Release mode, it does not create all files. How can i publish as like done in VS2009. Thankyou, YP
-
Hi, In VS 2010, when i try to publish i am getting all the files including .cs pages, which contain c# codes, project file etc. I need only the required files for publish. When i build using Release mode, it does not create all files. How can i publish as like done in VS2009. Thankyou, YP
Right click on 'MyProject.Web' project and click publish. There select Publish method- File System Target Location - Path Select delete all existing files prior to publish. Now click publish. It will create .xap file for your silverlight project.
Manoj Kumar