473,396 Members | 1,852 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,396 software developers and data experts.

Problems implementing Global Assembly

Hi,

I am trying to deploy a third party object into GAC and seeing some
errors. Below is the code I have added in web.config

Code:
<httpHandlers>
<add verb="*" path="LanapCaptchaImage.aspx" type="Lanap.BotDetect,
Lanap.BotDetect.ImageHandler, Version=1.5.3.0, Culture=neutral,
PublicKeyToken=bb429daedd8c99a7" validate="true" />

</httpHandlers>

The error I get is:
File or assembly name Lanap.BotDetect.ImageHandler, or one of its
dependencies, was not found.

Any help would be appreciated.

Oct 5 '06 #1
2 1331
Hello, ka*******@gmail.com!

kHi,

kI am trying to deploy a third party object into GAC and seeing some
kerrors. Below is the code I have added in web.config

kCode:
k<httpHandlers>
k <add verb="*" path="LanapCaptchaImage.aspx" type="Lanap.BotDetect,
kLanap.BotDetect.ImageHandler, Version=1.5.3.0, Culture=neutral,
kPublicKeyToken=bb429daedd8c99a7" validate="true" />

k</httpHandlers>

kThe error I get is:
kFile or assembly name Lanap.BotDetect.ImageHandler, or one of its
kdependencies, was not found.


How do you add assembly into the GAC?
Did you check if assembly is in the GAC?

If using gacutil tool then you can chek if assembly is in the gac by
execyting followinf command on the command prompt:

gacutil /l [assemblyName]


--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
Oct 5 '06 #2
Hi,

Thank you for the response. I have used the configuration tool to add
it to the assembly folder. I can view the folder and verify the entry.

Vadym Stetsyak wrote:
Hello, ka*******@gmail.com!

kHi,

kI am trying to deploy a third party object into GAC and seeing some
kerrors. Below is the code I have added in web.config

kCode:
k<httpHandlers>
k <add verb="*" path="LanapCaptchaImage.aspx" type="Lanap.BotDetect,
kLanap.BotDetect.ImageHandler, Version=1.5.3.0, Culture=neutral,
kPublicKeyToken=bb429daedd8c99a7" validate="true" />

k</httpHandlers>

kThe error I get is:
kFile or assembly name Lanap.BotDetect.ImageHandler, or one of its
kdependencies, was not found.
How do you add assembly into the GAC?
Did you check if assembly is in the GAC?

If using gacutil tool then you can chek if assembly is in the gac by
execyting followinf command on the command prompt:

gacutil /l [assemblyName]
--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
Oct 5 '06 #3

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

Similar topics

2
by: Abdessamad Belangour | last post by:
Hi all, and thanks for previous answers (especially Nicholas Paldino) An assembly is composed of a set of modules. The module class has a method for reading global methods GetMethods(). My...
3
by: DDE | last post by:
Hi everybody, I developed an assembly common to all my Web Services, so I registered it and put it in the Global Assembly Cache. Now, I modified this assembly, but cannot succed to have this new...
1
by: Ray | last post by:
Dear all, Now, I am using Global Assembly Cache to share assembly between server and clients. However, it seems that the server and clients use individual Global Assembly Cache. For example, the...
2
by: fabrice | last post by:
hello, I nedd help to create and use Library Satellite. I'm using Web Form under framework 1.1 and VB.NET I'm not using Visual Studio. I'd like to internationalize my web application with...
2
by: George | last post by:
I have a .NET 1.1 C# app (lets call it MyApp.exe) which is designed to do some boring thing (not important now) but it can be extended with plug-ins. These plug-ins are subclasses of a type...
1
by: Daniel Knöpfel | last post by:
Hello Im triying to create an installer using ClickOnce and visual studio 2005. This works fine on my computer, but as soon as i start the created installer on another pc I get the following...
3
by: Bragadiru | last post by:
Hi, I have 2 pbs : 1. When I'm using VS2005->Publish Web site => everything is pre-compiled fine (App_global.asax.dll is generated, too), except that I don't find Global.asax file in my...
11
by: Ron | last post by:
I have a web project compiled with the new "Web Deployment Projects" plugin for VS2005. I'm deploying the web project to one assembly and with updateable option set to ON. When I'm running the...
1
by: =?Utf-8?B?SmltIFdhbHNo?= | last post by:
I have an VC++ MFC Win32 application that isn't working correctly when I build it with VS2005. The problem seems to be in some ADO ActiveX controls that came with VS6 and are now out of support....
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: 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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.