SQL Server 2005 Samples - Where is the samplekey.snk
Did you know that whilst the samples are included on the
install of SQL Server as with books online the most upto date versions can be
found online.
Download details: SQL Server 2005 Samples and
Sample Databases
Some of these samples include the source code for programs. these often
require a key file to function. The file is not included in the install and so
you have to create one. This can be done simply by issuing the following at the
comman line.
sn -k C:\Program Files\Microsoft SQL Server\90\Samples\samplekey.snk
(assuming that you have installed the camples to the default location)
Here is some more information you need to know about the samples
http://download.microsoft.com/download/d/8/6/d865cf0c-c44b-401b-b426-b3bf5c628112/GettingStartedWithSQLSamples.htm
-