Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspdotnet_website_programming thread: trouble creating signature on pg 33.


Message #1 by dougwood@a... on Fri, 8 Nov 2002 03:41:56
Well I haven't even gotten to the coding and i am already having problems 
getting the instructions from the book to work.
On page 33, it says to create a new C# Class Library project named Core, 
which I have done and saved into 'My Documents'.
I right clicked the project in the Solution Explorer, and changed the 
Assembly name to Wrox.WebModules.Core  and the namespace to 
Wrox.WebModules .
I then bring up the Visual Studio .NET Command Prompt and, as described, 
type in:
SN -K ThePhile.SNK

This is where I get the error 'invalid option K'

so now what?


thanks for any help.
Message #2 by David Barnes <DavidB@w...> on Fri, 8 Nov 2002 11:27:19 -0000
Hi Doug

This is a mistake in the book... it should be a lowercase 'k'

Cheers

David

> -----Original Message-----
> From: dougwood@a... [mailto:dougwood@a...]
> Sent: Friday, November 08, 2002 3:42 AM
> To: Website Programming with ASP.NET
> Subject: [aspdotnet_website_programming] trouble creating signature on
> pg 33.
> 
> 
> Well I haven't even gotten to the coding and i am already 
> having problems 
> getting the instructions from the book to work.
> On page 33, it says to create a new C# Class Library project 
> named Core, 
> which I have done and saved into 'My Documents'.
> I right clicked the project in the Solution Explorer, and changed the 
> Assembly name to Wrox.WebModules.Core  and the namespace to 
> Wrox.WebModules .
> I then bring up the Visual Studio .NET Command Prompt and, as 
> described, 
> type in:
> SN -K ThePhile.SNK
> 
> This is where I get the error 'invalid option K'
> 
> so now what?
> 
> 
> thanks for any help.
> 
Message #3 by dougwood@a... on Fri, 8 Nov 2002 20:15:23
Great, thanks David!!

  Return to Index