How do you define a default html in silverlight?

Сonversation on different topics
Post Reply
xarzu
Posts: 2
Joined: Tue Sep 13, 2011 10:09 am

How do you define a default html in silverlight?

Post by xarzu »

How do you define a default html in silverlight?

In the Microsoft Development Environment, Microsoft Visual Studio, when I build a silverlight project, the code auto-generates an HTML file in the Release directory (and in the Debug directory)

Yet, I have seen some projects that have a Default.html file among the project files. And when I run the program in debug mode, the default.html comes up.

How is this done? Where is the settings which tell Visual Studio which html to use when running or debugging. In another project, when I create a project from scratch, the program runs a generated html in the debug or release directory.

How do I include my own html in a silverlight project?
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

How do you define a default html in silverlight?

Post by HighAley »

Hello.

Which version of Visual Studio do you use? What project did you create?

Thank you.
Post Reply