hi all,
im a silverlight newbie,
I developed a silverlight application
and now I want to publish the project.(in my server)
my solution contains a
lot of project(windows form,web form,wpf msilverlight and more) in each one of
them except silverlight ther's a 'publish' option on mouse right click.
my
silverlight application has a user control.
how can I solve this issue?(I
mean tio publish the silverlight project)
any idea...
Thank you all...
Loading
Mamta MPosted Aug 8, 2010, 11:46 PM
Eg: A SL application named Test, may have 2 projects, Test & TestWeb. There will be a file named Test.xap and another named Test.html. Copying both these files to the server and launching the html file will result in Test being executed. Note you may need to edit the path of the xap file in the html code...eg: if it was pointing to localhost, now you may have to provide actual server url path for the xap.