Run the form in Visual Studio 2010
Running the form in Visual Studio can help identify bugs in content.
Before you begin
Procedure
- Open the form in Visual Studio.
- Initialize any input parameters in the form. If the form has any input parameters, they must be initialized.
- Open MainPage.xaml.cs.
- Locate the constructor for the MainPage class.
- Assign values to the input parameters.
- Run the project.
- 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.