I'm trying to compile this solution in VS 2003 and I get these problems.
I've read some other posts about this problem and read the solution to delete the DLL and PDB files before compiling. I did this and Rebuilt the solution and still received the same errors.
The primary error is:
Error creating assembly manifest: Error reading key file 'C:\Wrox\Keys\ThePhile.snk' -- The system cannot find the path specified.
(This appears 4 times. This project is not installed here.)
Other errors are:
The dependency 'Wrox.WebModules.Accounts.Configuration' could not be found.
The dependency 'Wrox.WebModules.AdsManager.Configuration' could not be found.
C:\Stuff\wrox\DotNet\ASP.Net Website programming\wrox\ThePhileVB\Controls\Server\Naviga tor.
vb(42): 'Public Sub Transform(input As System.Xml.XPath.IXPathNavigable, args As System.Xml.Xsl.XsltArgumentList, output As System.IO.TextWriter)' is obsolete: 'You should pass XmlResolver to Transform() method'
Does anyone know how to fix this?
Thanks,
King Wilder
King Wilder
info@kingwilder.com