Run the form in Visual Studio 2010

Running the form in Visual Studio can help identify bugs in content.

Before you begin

Procedure

  1. Open the form in Visual Studio.
  2. Initialize any input parameters in the form. If the form has any input parameters, they must be initialized.
    1. Open MainPage.xaml.cs.
    2. Locate the constructor for the MainPage class.
    3. Assign values to the input parameters.
  3. Run the project.
  4. If errors are reported about not being able to connect to the server during debugging, you must debug it using one of the other methods.