Microsoft KB Archive/314623

From BetaArchive Wiki
Knowledge Base


Article ID: 314623

Article Last Modified on 8/7/2003



APPLIES TO

  • Microsoft Visual J# .NET 2003 Standard Edition
  • Microsoft Visual J# .NET 2003 Standard Edition



This article was previously published under Q314623

SYMPTOMS

If you do not have the common language runtime for the Microsoft .NET Framework installed on your computer, and you try to run a Visual J# application, you receive the following error message:

Unable To Locate DLL
"The dynamic link library MSCOREE.DLL could not be found in the specified path"

CAUSE

You must have the common language runtime to run your Visual J# application. The Visual J# compiler, similar to other Microsoft .NET languages, compiles the code to Microsoft intermediate language (MSIL). MSIL is a CPU-independent set of instructions. Before the code can be run, MSIL must be converted to CPU-specific code. The common language runtime compiler does this. Any application that is written and compiled with Visual J# must have the common language runtime on the target computer to run.

RESOLUTION

To resolve this problem, install the .NET Framework. The common language runtime is a key feature of the .NET Framework.

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

308488 INFO: Download and Install the .NET Framework


MORE INFORMATION

For more information about the common language runtime, see the following MSDN Web site:

REFERENCES

For more information about Visual J# .NET, see the following resources:

Newsgroup: microsoft.public.dotnet.vjsharp

Keywords: kbprb kbfaq KB314623