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 !!!
