Skip to main content
Home Forums Silverlight Programming Visual Studio & Silverlight Development Tools Works only with Blend
4 replies. Latest Post by surbhiydv on October 6, 2008.
(0)
Isil
Member
40 points
34 Posts
10-05-2008 9:23 PM |
Hello!
I have a problem I don't have any idea how to resolve.
When I execute from Blend, it works perfectly
When I execute from Visual Studio, it opens a page in the browser.. and nothing else. It's not that it's not compiling, by debug it seems that it's not reaching any code...
any ideas??
preishuber
Contributor
3570 points
655 Posts
10-06-2008 2:05 AM |
you type F5 and which page (url) is shown in browser?
10-06-2008 2:12 AM |
http://localhost:51762/Default.html when I open with Blend
file:///C:/U/8vo%20semestre/Ing%20Software/Proyecto/Entrega%204/Aplicaci%C3%B3n/Prototipo%202.0/bin/Debug/Default.html when I open with VS2008
10-06-2008 2:43 AM |
you should habe 2 projects- the silvelight one and a web project, where 2 pages are. One aspx and one html. Both are the hosts of the xap file (= silverligth app). If you dont have this second web project you cannot run silverlight by F5.
surbhiydv
Participant
1134 points
218 Posts
10-06-2008 5:28 AM |
Try it by setting your ProjectName.aspx or ProjectName.html as starting page, in VS.