Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / July 2007

Tip: Looking for answers? Try searching our database.

How do you reference a dll that is not in the GAC on a .net Web Si

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Zorpiedoman - 19 Jul 2007 15:14 GMT
I use a third party compression tool from XCEED.  I have copied the two
files, “Xceed.Compression.Formats.dll” and “Xceed.Compression.dll” into the
App_Code folder on the web site.  I have these lines in my web.config file:

<assemblies>
 <add assembly="Xceed.Compression, Version=3.3.7113.3050, Culture=neutral,
PublicKeyToken=BA83FF368B7563C6" />
 <add assembly="Xceed.Compression.Formats, Version=3.3.7113.3050,
Culture=neutral, PublicKeyToken=BA83FF368B7563C6"/>
</assemblies>

These dlls are NOT added to the GAC on the server, but shouldn't  I be able
to do an xcopy deployment like I can with a windows application?

I get a runtime error every time I try to start the web site as long as
these references are there.

copying it all to my local machine (where the XCEED components are installed
into the GAC) and it works fine.

Thanks!
Signature

--Zorpie

bruce barker - 19 Jul 2007 16:06 GMT
app_code is for source code. dll's belong in the bin folder.

-- bruce (sqlwork.com)

> I use a third party compression tool from XCEED.  I have copied the two
> files, “Xceed.Compression.Formats.dll” and “Xceed.Compression.dll” into the
[quoted text clipped - 17 lines]
>
> Thanks!

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.