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 December 28th, 2004, 06:44 PM
Registered User
 
Join Date: Dec 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default snk file

The book says to store this on the same drive as the project. It gives an example of \worx\keys\thephile.snk.
My first question is how important is this? I guess I really don’t understand the benefits of compling each application to the snk file.
This book assumes that the application is going to be on the c drive giving you /wrox. Well, I don’t know what drive or how many directories deep this folder will be in. What do you suggest?
 
Old December 30th, 2004, 04:53 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You only need a strongly-named key if you will store assemblies in the GAC. This project doesn't need to do that, so you should comment-out all references to this file in every AssemblyInfo.cs (or .vb) file.

By the way, this isn't a good project to use until you've had some .NET experience. This book makes a number of assumptions about what you should already know...

Eric





Similar Threads
Thread Thread Starter Forum Replies Last Post
Read Text file and convert to Binary file VB.net sjlsysprg1 Pro VB.NET 2002/2003 4 June 29th, 2007 06:53 AM
Wrox File Share - 1g file size limit b67 BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 3 May 7th, 2007 04:24 PM
How to display .tif file, .pdf file and .jpg file phuong171 ASP.NET 1.0 and 1.1 Basics 1 March 13th, 2007 07:29 AM
error when creating SNK file Syntax-Error BOOK: ASP.NET Website Programming Problem-Design-Solution 3 March 17th, 2005 09:13 AM
Can't build: snk file not foud saeta57 BOOK: ASP.NET Website Programming Problem-Design-Solution 2 July 4th, 2004 05:21 AM





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