Strong name validation failed

  • Thread starter Thread starter Abhishek Shrivastava
  • Start date Start date
A

Abhishek Shrivastava

Hi,

I have Windows 2000 Server with all updates, installed VisualStudio.NET 2003
Enterprise Developer Edition.

It installed OK but if I try to add New Item with Data Form Wizard for a
windows application project I get the following error:

"Strong name validation failed for assembly
'Microsoft.VisualStudio.DataFormWizard'."

Furthermore, I used Sn command to verify the assembly for strong name
signature self consistency.
using:

Sn -vf Microsoft.VisualStudio.DataFormWizard.dll

it gave me following message:
Failed to verify assembly -- Unable to format error message 8013141A

then i tried to register the assembly for verification skipping to
workaround the problem with command:
Sn -Vr Microsoft.VisualStudio.DataFormWizard.dll

And got the following message:
Verification entry added for assembly
'Microsoft.VisualStudio.DataFormWizard,B03F5F7F11D50A3A'

But the problem still persist. and verifying the assembly for SN gives me
same error.

Can anyone help me with this issue.

Thank You.

With Regards,
Abhishek Shrivastava
 
Back
Top