* Windows XP Professional SP3
* Microsoft SQL Server 2008 Developer Edition R2
Message Error :
SQL Server Setup Failure.
SQL Server Setup has encountered the following error:
Could not load file or assembly 'file://D:/Code/Microsoft.SQL.Chainer.PackageData.dll'
or one of its dependencies.
The system cannot find the file specified. Error code 0x84B10001.
1.
2. Running file "Setup.exe"
Cause:
Source software in path : "D:\Code\#Software\SQL Server 2008 Developer Edition".
The error happened because the character "#", could not used in the name of folder.
It's make the file "Microsoft.SQL.Chainer.PackageData.dll" will be search in previous folder.
Solution:
Replace the name of folder.
From : "D:\Code\#Software\SQL Server 2008 Developer Edition"
To : "D:\Code\Software\SQL Server 2008 Developer Edition"
After Fix:
1.
2. Running file "Setup.exe"