I too am having problems installing the site in the book. I followed the steps in the readme file without any problems, but when I open
http://localhost/thephileVB in IE version 6 on Win XP Pro I get the following error. Any help would be greatly appreciated.
Server Error in '/thePhileVB' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30560: 'PhilePage' is ambiguous in the namespace 'Wrox.ThePhile.Web'.
Source Error:
Line 74:
Line 75: ' Write error to screen
Line 76: Wrox.ThePhile.Web.PhilePage.ShowError(currentError )
Line 77:
Line 78: ' Clear error so that it does not buble up
Source File: C:\wrox\ThePhileVB\App_Code\Global.asax.
vb Line: 76
Compiler Warning Messages:
Warning: BC40000: 'System.Xml.Xsl.XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202'
Source Error:
C:\wrox\ThePhileVB\App_Code\Controls\Server\Naviga tor.
vb
Line 36:
Line 37: Dim xDoc As New XPathDocument(Context.Server.MapPath(mySourceFileP ath))
Line 38: Dim xslt As New XslTransform()
Line 39:
Line 40: With xslt
Show Detailed Compiler Output:
Microsoft (R) Visual Basic Compiler version 8.0.50215.44
for Microsoft (R) .NET Framework version 2.0.50215.44
Copyright (C) Microsoft Corporation 1987-2003. All rights reserved.
C:\wrox\ThePhileVB\App_Code\Controls\Server\Naviga tor.
vb(38) : warning BC40000: 'System.Xml.Xsl.XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202'
Dim xslt As New XslTransform()
~~~~~~~~~~~~
C:\wrox\ThePhileVB\App_Code\Global.asax.
vb(76) : error BC30560: 'PhilePage' is ambiguous in the namespace 'Wrox.ThePhile.Web'.
Wrox.ThePhile.Web.PhilePage.ShowError(currentError )
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Show Complete Compilation Source:
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50215.44; ASP.NET Version:2.0.50215.44