Wrox Programmer Forums
|
BOOK: ASP.NET Website Programming Problem-Design-Solution
This is the forum to discuss the Wrox book ASP.NET Website Programming: Problem - Design - Solution, Visual Basic .NET Edition by Marco Bellinaso, Kevin Hoffman; ISBN: 9780764543869
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET Website Programming Problem-Design-Solution section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 9th, 2003, 05:05 PM
Registered User
 
Join Date: Jun 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default errors compiling on beta2

When trying to compile the solution under Beta 2 of VS.NET, I get a lot of errors like the following:

using Wrox.WebModules.AdsManager.Business;

D:\wrox\ThePhile\Controls\SiteFooter.ascx.cs(9): The type or namespace name 'AdsManager' does not exist in the class or namespace 'Wrox.WebModules' (are you missing an assembly reference?)

using Wrox.WebModules.Accounts.Business;

D:\wrox\ThePhile\Controls\SiteHeader.ascx.cs(11): The type or namespace name 'Business' does not exist in the class or namespace 'Wrox.WebModules.Accounts' (are you missing an assembly reference?)

My guess is that the problem is specific to Beta2...
How would I go about fixing the references?
thanks much!
 
Old June 20th, 2003, 04:56 AM
Authorized User
 
Join Date: Jun 2003
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I did get that too and I found out that my .SNL and .SNK file should have been in C:/Wrox/Keys folder. Once they're where placed in the good file, I recompiled and it was all good.

Kim Gjerstad
 
Old February 14th, 2005, 12:41 PM
Registered User
 
Join Date: Feb 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I found that in addition to the strong name, you have to have the wrox directory on the same drive as windows.
 
Old February 21st, 2005, 12:25 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

It's not a good idea to use the strong named keys that came with this application because it defeats the purpose of having them in the first place. Either make your own file:

sn -k filename.snk

Or else comment out the pathname for the key in all of your AssemblyInfo files - you don't need a strong name key with this application.

Eric





Similar Threads
Thread Thread Starter Forum Replies Last Post
Errors Compiling Jiffyman C++ Programming 5 October 16th, 2008 01:27 AM
About the book and AJAX beta2 marcolf BOOK: Beginning Ajax with ASP.NET 1 November 28th, 2006 10:22 PM
Explorer 7.0 Beta2 hack? claireos BOOK: Professional CSS: Cascading Style Sheets for Web Design 0 February 2nd, 2006 12:58 PM
Errors when Compiling a Class File Jim3 General .NET 1 March 16th, 2005 01:57 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.