Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - Using a 3rd party assembly

 
Thread Tools Search this Thread
Old 03-21-2006, 06:04 PM   #1
Default 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="/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"/>




sklett
  Reply With Quote
Old 03-21-2006, 10:55 PM   #2
sklett
 
Posts: n/a
Default Re: Using a 3rd party assembly
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" <> wrote in message
news:...
>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="/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"/>
>





sklett
  Reply With Quote
Old 03-22-2006, 12:00 AM   #3
Juan T. Llibre
 
Posts: n/a
Default Re: Using a 3rd party assembly
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" <> wrote in message news:...
> 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" <> wrote in message news:...
>>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="/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"/>
>>

>
>





Juan T. Llibre
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD Verdict reviews: MERCENARY FOR JUSTICE, BACHELOR PARTY VEGAS, and more! DVD Verdict DVD Video 0 05-05-2006 09:32 AM
DVD Verdict reviews: ULTIMATE PARTY COLLECTION: DAZED AND CONFUSED / FAST TIMES AT RIDGEMONT HIGH and more! DVD Verdict DVD Video 0 12-07-2004 10:11 AM
Don't let this group die! Question, when did you first see DVD technology? Grand Inquisitor DVD Video 68 07-14-2004 08:06 AM
New Releases: Six Feet Under, Robocop & Party of Five: Updated complete downloadable R1 DVD DB & info lists Doug MacLean DVD Video 1 02-26-2004 08:25 AM
Party of Five: The Complete First Season, Specs, Cover Art, Street Date Mike McGee DVD Video 1 02-25-2004 10:24 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46