Santosh 的个人资料Santosh Kumar照片日志列表更多 工具 帮助

日志


Visual Studio 2003, Error 1706 while creating setup file


While creating a setup file for asp.net project through Visual Studio 2003 error no 1706 may come. This error will be reported during auto repair process of Visual Studio 2003. And hereafter the setup will be stopped or will be built with errors. This error no 1706 causes because of improper registration of ‘mergemod.dll’. All that is required to get out of this problem is to un-register and re-register the library. Close all your windows. Run the following script at command prompt.

%SystemDrive%
cd %ProgramFiles%
cd "Common Files\Microsoft Shared\MSI Tools"
regsvr32.exe /u mergemod.dll
regsvr32.exe mergemod.dll