Step 1 – Uncomment and rebuild MV Extension Code

Applies To: Windows Server 2008, Windows Server 2008 R2

In this step, you will be uncommenting out a portion of the MVExtension code and recompiling it.

Uncomment and Recompile MVExtension

The following steps show how to uncomment and recompile the MVExtension.

To uncomment and recompile the MVExtension

  1. Log on to RES-DC.resource.fabrikam.net as Administrator

  2. Click Start, click All Programs, click Microsoft Visual Studio 2008, and click Microsoft Visual Studio 2008. This will open Microsoft Visual Studio 2008.

  3. In Microsoft Visual Studio 2008, go to the top and select File, select New, and select Project. This will bring up the New Project window.

  4. Under Recent Projects double-click MVExtension. This will bring up the MVExtension code in Visual Studio.

  5. Scroll down to void IMVSynchronization.Provision(MVEntry mventry). Under this block of code, you should see // provisionToSQL(mventry).

  6. Remove the // so that only provisionToSQL(mventry) remains.

  7. In Visual Studio, at the top, select Build and then select Build Solution. Down at the bottom, in the Output section, you should see Build: 1 succeeded or up-to-date, 0 failed, 0 skipped. Close Visual Studio.