![]() |
|
|
|
#1 |
|
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 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 |
|
|
|
|
#2 |
|
Posts: n/a
|
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="/d > 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 |
|
|
|
#3 |
|
Posts: n/a
|
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="/d >> 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 |
|
![]() |
| Thread Tools | Search this Thread |
|
|
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 |