Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics 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 January 29th, 2004, 10:30 AM
Registered User
 
Join Date: Dec 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Strong name validation failed

I got the following error when I tried to add resouces using ResGen.exe from the command prompt.

----------------------------------------------------------
Strong name validation failed for assembly 'C:\Program Files\Microsoft Visual Studio.NET\FrameworkSDK\BIN\ResGen.exe'. The file may have been tampered with or it was partialy signed but not fully signed with the correct private key.
-----------------------------------------------------------

Thanks
Imtiaz
 
Old February 20th, 2004, 04:28 AM
Registered User
 
Join Date: Feb 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

This errors is caused by the only partial signed XXXX.dll assembly (see AssemblyInfo.cs). As a developer, you must register this assembly for verification skipping. Open the "Visual Studio .NET Command Prompt" and cd to the installation directory. Now enter e.g.:

    sn -Vr XXXX\bin\debug\XXXX.dll
    sn -Vl








Similar Threads
Thread Thread Starter Forum Replies Last Post
VB2005 Assemly and strong name help h3x09 Pro Visual Basic 2005 0 June 23rd, 2008 04:39 PM
Regarding Strong Name rajatake .NET Framework 2.0 1 May 4th, 2007 06:38 AM
Validation of viewstate MAC failed. GraceOriole ASP.NET 2.0 Professional 0 December 19th, 2006 04:35 AM
.Net Framework -- Strong Name Creation n.nsivakumar .NET Framework 1.x 1 August 4th, 2006 05:30 AM
Administration Tool and Strong PW Deano252 BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 1 April 4th, 2006 02:53 PM





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