Foro de elhacker.net

Programación => Programación C/C++ => Mensaje iniciado por: arturoro en 18 Febrero 2013, 05:24 am



Título: ERROR DE VS2003 CS0009 y de Common Language Runtime Internal error: 0x80131107
Publicado por: arturoro en 18 Febrero 2013, 05:24 am
Hola amigos del Foro espero que puedan ayudar u orientarme:

Hice una libreria dll en VS2003 en C#, para un proyecto que hice hace 3 años, formatee una maquina y solo puse VS2003, tengo el fuente de la DLL y me manda el siguiente error:

------ Build started: Project: Myproject, Configuration: Debug .NET ------

Preparing resources...
Updating references...
Performing main compilation...
fatal error CS0009: Metadata file 'c:\Archivos de programa\Microsoft Visual Studio .NET 2003\Common7\IDE\PublicAssemblies\EnlaceDLL.dll' could not be opened -- 'Common Language Runtime Internal error: 0x80131107'

Build complete -- 1 errors, 0 warnings
Building satellite assemblies...
Satellite assemblies could not be built because the main project output is missing.

ya le puse en mi archivo lo siguiente:

<References>
     Name = "EnlaceDLL"
     AssemblyName = "EnlaceDLL"
     HintPath = "c:\Archivos de programa\Microsoft Visual Studio .NET 2003\Common7\IDE\PublicAssemblies\EnlaceDLL.dll"

</References>

  Si me podrian ayudar?

  GRACIAS POR TODO DE ANTEMANO !!!  ;-)