Microsoft KB Archive/836872

From BetaArchive Wiki
Knowledge Base


You receive error messages when you run programs that use common language runtime version 1.0 on Windows XP Tablet PC Edition

Article ID: 836872

Article Last Modified on 8/22/2007



APPLIES TO

  • Microsoft Windows XP Tablet PC Edition




SYMPTOMS

After you complete a single-image deployment of Microsoft Windows XP Tablet PC Edition, you may receive error messages when you run programs that depend on the common language runtime that is included with Microsoft .NET Framework version 1.0. The program may not start. This problem occurs only when you run programs that use the common language runtime version 1.0.

CAUSE

This problem may occur if both the following are true:

  • You complete a single-image deployment of Windows XP Tablet PC Edition by using the Microsoft Windows System Preparation Tool (Sysprep).
  • You install Microsoft .NET Framework 1.1 on your computer before you convert the image to Windows XP Tablet PC Edition by using Sysprep.

The Sysprep process installs the Microsoft .NET Framework 1.0 components over the Microsoft .NET Framework 1.1 components. This can cause problems with programs that use the common language runtime version 1.0.

WORKAROUND

To work around this problem, follow these steps:

  1. In a text editor, such as Notepad, click File, and then click New.
  2. Type the following XML code:

    <configuration>
    
    <startup>
    
    <requiredRuntime version="v1.0.3705"/>
    
    </startup>
    
    </configuration>
    
  3. Click File, and then click Save As.
  4. Save the file as Copy2gac.exe.config in the following folder, where %Windir% is the folder where Windows is installed:

    %Windir%\Microsoft.NET\Framework\v1.0.3705

    .


STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section of this article.

MORE INFORMATION

For more information about deploying Windows XP Tablet Edition using unattended installations, Remote Installation Services (RIS), and Sysprep, visit the following Microsoft Web site:



Keywords: kbprb KB836872