473,386 Members | 1,745 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Failure adding assembly to GAC

Hi,

I tried to install my strong named assembly to GAC. But I get the
following error message -
1. If I drag and drop the assembly to GAC using windows explorer
---------------------------
The check of the signature failed for assembly 'MyUtils.dll'.
---------------------------
OK
---------------------------

2. If I use gacutil.exe to install the assembly to GAC -
---------------------------
Microsoft (R) .NET Global Assembly Cache Utility. Version
1.1.4322.573
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.

Failure adding assembly to the cache: Strong name signature could not
be verifie
d. Was the assembly built delay-signed?
---------------------------

Can anybody help me understand what could be wrong? The assembly has
the AssemblyDelaySign attribute set to false.

Thanks and Regards,
Srinivas.
Jul 19 '05 #1
2 14840
Make sure your strong naming before adding it to the GAC.
sn -Vr YourAssemble.dll
To add to the GAC....
GacUtil -if YourAssembly.dll

Jul 19 '05 #2
Make sure your strong naming before adding it to the GAC.
sn -Vr YourAssemble.dll
To add to the GAC....
GacUtil -if YourAssembly.dll

Nov 22 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Rob Edwards | last post by:
When trying to add the Microsoft CDO for Exchange Management Library (aka CDOEXM.dll) I receive the following message: "A reference to 'Microsoft CDO for Exchange Management Library' could not be...
0
by: TJS | last post by:
I have developed an assembly (dll) written in vb. The calling page (.aspx file) is also in VB. I want to add some instructions for how to install it. I have instructions ready for non-VS users,...
18
by: Praveen Ramesh | last post by:
Hi, Is there any way to add the @Assembly reference to the aspx files programmatically from inside a custom control (when it gets dropped on to the page from the toolbox)? I have a custom...
3
by: Grant Merwitz | last post by:
Hi I am creating an assembly which needs to be accessibly from an ASP application. I have made this Assembly ComVisible(true), and after using regasm and copying this to windows\assembly file i...
6
by: Terrance | last post by:
I currently experimenting with VB.net 2005 express edition. I was wondering if anyone knows how to deploy an assembly to the global assembly cache using the express edition? I tried using the...
7
by: chage | last post by:
Hi, I have been searching around to try adding reference assembly to another assembly during runtime, programatically. Is this possible in .Net? The reason for this is because i am having...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.