473,406 Members | 2,956 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,406 software developers and data experts.

Using a 3rd party assembly

I added a 3rd party control to my asp.net app on my development machine.
However, when I published the site to the main server, I'm getting a
Configuration error that states in can't find the assembly that my new
control is in. I have added the dll to the bin directory, what else do I
need to do to get it to find it? Here is the error page contents:
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'eWorld.UI,
Version=1.9.0.0, Culture=neutral, PublicKeyToken=24d65337282035f2' or one of
its dependencies. The system cannot find the file specified.

Source Error:

Line 12: <compiler language="c#"
type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089" extension=".cs"
compilerOptions="/d:DEBUG;TRACE"/></compilers>
Line 13: <assemblies>
Line 14: <add assembly="eWorld.UI, Version=1.9.0.0, Culture=neutral,
PublicKeyToken=24D65337282035F2"/>
Line 15: <add assembly="System.Web, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=B03F5F7F11D50A3A"/>
Line 16: <add assembly="System.Design, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Mar 21 '06 #1
2 2930
OK, I've added this line to my web.config file:
<add assembly="*"/>
I'm now getting an error:
Could not load file or assembly 'eWorld.Ui'

I have the required assembly located in the bin directory and from what I
have read, adding the line "<add assembly="*"" will load all assemblies
located in the bin directory.

Anyone have any ideas for me?

"sklett" <sk****@mddirect.com> wrote in message
news:uT**************@TK2MSFTNGP09.phx.gbl...
I added a 3rd party control to my asp.net app on my development machine.
However, when I published the site to the main server, I'm getting a
Configuration error that states in can't find the assembly that my new
control is in. I have added the dll to the bin directory, what else do I
need to do to get it to find it? Here is the error page contents:
Configuration Error
Description: An error occurred during the processing of a configuration
file required to service this request. Please review the specific error
details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'eWorld.UI,
Version=1.9.0.0, Culture=neutral, PublicKeyToken=24d65337282035f2' or one
of its dependencies. The system cannot find the file specified.

Source Error:

Line 12: <compiler language="c#"
type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089" extension=".cs"
compilerOptions="/d:DEBUG;TRACE"/></compilers>
Line 13: <assemblies>
Line 14: <add assembly="eWorld.UI, Version=1.9.0.0, Culture=neutral,
PublicKeyToken=24D65337282035F2"/>
Line 15: <add assembly="System.Web, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 16: <add assembly="System.Design, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

Mar 21 '06 #2
Do you have Indexing Service running ?
Do you have an antivirus service running ?

If you do, please test turning them off.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"sklett" <sk****@mddirect.com> wrote in message news:uQ**************@TK2MSFTNGP12.phx.gbl...
OK, I've added this line to my web.config file:
<add assembly="*"/>
I'm now getting an error:
Could not load file or assembly 'eWorld.Ui'

I have the required assembly located in the bin directory and from what I have read, adding the
line "<add assembly="*"" will load all assemblies located in the bin directory.

Anyone have any ideas for me?

"sklett" <sk****@mddirect.com> wrote in message news:uT**************@TK2MSFTNGP09.phx.gbl...
I added a 3rd party control to my asp.net app on my development machine. However, when I published
the site to the main server, I'm getting a Configuration error that states in can't find the
assembly that my new control is in. I have added the dll to the bin directory, what else do I
need to do to get it to find it? Here is the error page contents:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service
this request. Please review the specific error details below and modify your configuration file
appropriately.

Parser Error Message: Could not load file or assembly 'eWorld.UI, Version=1.9.0.0,
Culture=neutral, PublicKeyToken=24d65337282035f2' or one of its dependencies. The system cannot
find the file specified.

Source Error:

Line 12: <compiler language="c#" type="Microsoft.CSharp.CSharpCodeProvider, System,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" extension=".cs"
compilerOptions="/d:DEBUG;TRACE"/></compilers>
Line 13: <assemblies>
Line 14: <add assembly="eWorld.UI, Version=1.9.0.0, Culture=neutral,
PublicKeyToken=24D65337282035F2"/>
Line 15: <add assembly="System.Web, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=B03F5F7F11D50A3A"/>
Line 16: <add assembly="System.Design, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=B03F5F7F11D50A3A"/>


Mar 22 '06 #3

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

Similar topics

4
by: Nick Alexander | last post by:
I have a 3rd party application API that I have been using, which all works in VB6. I have upgraded to Visual Studio .Net 2003, and am struggling to get it to work. What I did was: VB6: (This...
3
by: Tony Jones | last post by:
I have a third party assembly that I need to strong name because the C# project I'm referencing it in will be strong named. Every time I compile my project I'm getting "Assembly generation failed...
2
by: Jon Davis | last post by:
I have a full-blown application that consists of several (fifteen or so) assembly DLLs, each being a separate VS.NET project that outputs to the main DLL's bin directory. They are all strongly...
3
by: René P. | last post by:
Hello, i have a little application that search into a special folder to assemblys. Founded assembly would be load by Assembly.LoadFrom(). Is there a way to load only assemblys that are from my...
0
by: John Liu | last post by:
Recently I had to do some really nasty work (I consider any IL work nasty) to get a set of (not strong named) 3rd party assemblies to compile with our solution (which is strong named). ...
17
by: Janiv Ratson | last post by:
Hello, I have written a C# dll in VS2005. One interface and class are exported using Interop Services. I want to use this c# dll in my MFC application, using VS2003. It compiles after I imported...
1
by: sajohn | last post by:
Hi I'm fairly new to VS2005 IDE and have come up with a problem I haven't been able to solve yet. I created a dll that depends on a third party dll. When I try to run my dll without the TP dll...
3
by: erajaysharma | last post by:
This issue is in Vista. I used XML files(one for DLLs, other for EXEs) ane embeded them in my EXEs and all DLLs ....actually i want to spawn a third party setup from found new hardware...but an...
3
by: Cirene | last post by:
I created a 3.5 ASP.NET website using Teleriks Rad Controls. It works fine locally, but when I deploy it to the server I get a "Configuration Error". I am "renting" space on the server so I...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...
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...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.