|
 |
aspdotnet_website_programming thread: 106 Build Errors when setting up ThePhile Solution
Message #1 by "Jameson" <directorj@h...> on Sun, 29 Sep 2002 05:00:54
|
|
I followed the instructions exactly from the code download, but when I
try to rebuild the solution in VS.NET, I get 106 Build Errors, Here are a
few:
The type or namespace name 'AdsManager' does not exist in the class or
namespace 'Wrox.WebModules' (are you missing an assembly reference?)
The type or namespace name 'Business' does not exist in the class or
namespace 'Wrox.WebModules.Accounts' (are you missing an assembly
reference?)
Cryptographic failure while signing assembly 'C:\ThePhile\Modules\Polls2
\Polls.Configuration\obj\Debug\Wrox.WebModules.Polls.Configuration.dll' --
'Error reading key file '\Wrox\Keys\ThePhile.snk' -- The system cannot
find the path specified. '
Any Ideas?
Message #2 by "Charles Walsek" <cwalsek@w...> on Sun, 29 Sep 2002 08:25:17 -0400
|
|
Hello Jameson:
The last error you referenced is because build process is looking for the
snk (digital signature file) in the specified file. The book explains how
to create the file on page 33. You should be able to resolve the reference
errors by adding the appropriate "using" statements at the top of the .cs
file. If you are using MS.NET, a right-click within the reference tree of
Solution Window will facilitate.
Good Luck! The effort is worth while.
|
|
 |