Microsoft KB Archive/248675: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 69: Line 69:
* At an MS-DOS prompt, type: <span class="kbd userinput"> cd c:\Program Files\Microsoft Visual Studio\Common\IDE\IDE98</span> and press '''ENTER'''.<br />
* At an MS-DOS prompt, type: <span class="kbd userinput"> cd c:\Program Files\Microsoft Visual Studio\Common\IDE\IDE98</span> and press '''ENTER'''.<br />
<br />
<br />
Next, type <span class="kbd userinput"> regsvr32 msenv.dll</span> and press '''ENTER'''. A &quot;completed successfully&quot; message will appear.
Next, type <span class="kbd userinput"> regsvr32 msenv.dll</span> and press '''ENTER'''. A "completed successfully" message will appear.
* From the '''Start''' menu, click '''Run''' and type <span class="kbd userinput"> regsvr32 C:\Program Files\Microsoft Visual Studio\Common\IDE\Ide98\Msenv.dll</span> and click '''OK'''.
* From the '''Start''' menu, click '''Run''' and type <span class="kbd userinput"> regsvr32 C:\Program Files\Microsoft Visual Studio\Common\IDE\Ide98\Msenv.dll</span> and click '''OK'''.
* On the '''Start''' menu, use '''Find''', or '''Search''' (Windows 2000), and search for <span class="kbd userinput"> Msenv.dll</span> on your local hard drives. Next, point to '''Start''', click '''Run''', and type <span class="kbd userinput"> Regsvr32</span>. Drag '''Msenv.dll''' from the '''Find''' or '''Search''' box into the '''Run''' box after '''Regsvr32''' and click '''OK'''.
* On the '''Start''' menu, use '''Find''', or '''Search''' (Windows 2000), and search for <span class="kbd userinput"> Msenv.dll</span> on your local hard drives. Next, point to '''Start''', click '''Run''', and type <span class="kbd userinput"> Regsvr32</span>. Drag '''Msenv.dll''' from the '''Find''' or '''Search''' box into the '''Run''' box after '''Regsvr32''' and click '''OK'''.

Latest revision as of 13:50, 21 July 2020

Article ID: 248675

Article Last Modified on 6/19/2001



APPLIES TO

  • Microsoft Visual InterDev 6.0 Standard Edition
  • Microsoft Visual J++ 6.0 Standard Edition



This article was previously published under Q248675

SYMPTOMS

When you start Visual InterDev or Visual J++, the following error message appears:

Unable to load development environment DLL

CAUSE

Msenv.dll failed to register during Visual InterDev, Visual J++, or Visual Studio setup.

NOTE: The problem can appear in a Visual Studio installation that does not include Visual InterDev and that is followed by a Visual J++ installation. The resolution described in the article works for this scenario.

RESOLUTION

Use Regsvr32 to register Msenv.dll using one of the following methods:

  • At an MS-DOS prompt, type: cd c:\Program Files\Microsoft Visual Studio\Common\IDE\IDE98 and press ENTER.


Next, type regsvr32 msenv.dll and press ENTER. A "completed successfully" message will appear.

  • From the Start menu, click Run and type regsvr32 C:\Program Files\Microsoft Visual Studio\Common\IDE\Ide98\Msenv.dll and click OK.
  • On the Start menu, use Find, or Search (Windows 2000), and search for Msenv.dll on your local hard drives. Next, point to Start, click Run, and type Regsvr32. Drag Msenv.dll from the Find or Search box into the Run box after Regsvr32 and click OK.

NOTE: The file location may be different if Visual InterDev was installed into any other folder other than the default.

STATUS

This behavior is by design.

MORE INFORMATION

To reproduce this behavior: Unregister Msenv.dll and try to start Visual InterDev.

REFERENCES

For additional information, click the article number below to view the article in the Microsoft Knowledge Base:

243898 HOWTO: Visual InterDev 6.0 Installation Tips




Keywords: kbprb KB248675