Editing Source Package Solutions

Visual Studio .NET Academic Assignment Manager

Visual Studio .NET Academic Assignment Manager Source Package  

Editing Source Package Solutions

Assignment Manager Source Package includes two solution files, AssignmentManager.sln and AMClients.sln. AssignmentManager.sln is the solution you use to modify the server portion of Assignment Manager. AMClients.sln allows you to customize the faculty and student user interfaces. Both the server and client portions of Assignment manager are written using C#. Use Visual Studio .NET 2003 to edit these solution files.

To open source package solutions

  1. Launch Visual Studio .NET 2003.
  2. On the File menu, choose Open Solution.
  3. Browse to the location where you saved the source package. By default, the solutions can be found at c:\AssignmentManagerSource\Assignment Manager Server\AssignmentManager.sln and c:\AssignmentManagerSource\Assignment Manager Clients\AMClients.sln.
  4. Select the solution you intend to modify and then click Open.

Once you have edited files, you can then build and debug the customized code. For more information on debugging and building code, see the Visual Studio .NET documentation in the MSDN Library.

See Also

Customizing Assignment Manager Source Package | Deploying a Custom Assignment Manager