dhj Posted November 13, 2003 Posted November 13, 2003 hi i'm doing a web application using three tyre system using .NET C# and SQL Database my problem is when i'm 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 Quote
Administrators PlausiblyDamp Posted November 13, 2003 Administrators Posted November 13, 2003 sn -k filename.snk and in the assemblyinfo.vb file add Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
dhj Posted November 13, 2003 Author Posted November 13, 2003 hi PlausiblyDamp thx for the post but i tried this it didn't 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 Quote
Administrators PlausiblyDamp Posted November 13, 2003 Administrators Posted November 13, 2003 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. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
dhj Posted November 14, 2003 Author Posted November 14, 2003 thank u very much it is working now Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.