problem with a strong name

dhj

Well-known member
Joined
Sep 18, 2003
Messages
82
Location
Sri Lanka
hi
im doing a web application using three tyre system using .NET C# and SQL Database
my problem is when im running it gives me a error as follows

The assembly c:\winnt\microsoft.net\framework\v1.0.3705\temporary asp.net files\webui\4a5c4f59\539a4cb7\assembly\dl\e79cf10e\007ec9ba_3daac301\dal.dll does not have a strong name.

i read about this and found out that i need to " generate a .snk file with Sn.exe, and then add the file to AssemblyKeyFile"

but i have no idea about this

if anyone have an idea about this pls post

thank u very much
 
hi PlausiblyDamp
thx for the post
but i tried this it didnt work
all i have to do is go to command prompt and type this command is it?
i did it like that it gave me a error saying

sn is not recognized as an internal or external command,
operable program or batch file

what can i do for this
 
If you look under the visual studio program group buried under there is a Visual Studio Command propmt - that one has the path to the tools properly set up.
 
Back
Top