Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 4 : in C# and VB
This is the forum to discuss the Wrox book Beginning ASP.NET 4: in C# and VB by Imar Spaanjaars; ISBN: 9780470502211
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 4 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 15th, 2012, 07:01 AM
Authorized User
 
Join Date: Nov 2010
Posts: 63
Thanks: 3
Thanked 0 Times in 0 Posts
Default Adding dll to website.

Hello
I'm adding a third party component to my webpage. On my computer it works fine, but when deploying it on my server, I get the following error:
Could not load file or assembly 'xxxx' or one of its dependencies. The system cannot find the file specified.
I copied the corresponding dll to the bin folder. What's wrong? How do I fix this?
Thanks.
Alexander Avidan
 
Old January 15th, 2012, 08:04 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi there,

Sounds like your DLL has references to other DLLs that are installed on your machine, but not on the server. Or your server is running on 64 bits while your component can only work in a 32 bits environment.

Since this is not directly related to my book, would you mind posting questions like these in a more general ASP.NET category: http://p2p.wrox.com/asp-net-4-539/ ? Makes it easier for everyone to find what they are looking for.

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
 
Old January 15th, 2012, 08:08 AM
Authorized User
 
Join Date: Nov 2010
Posts: 63
Thanks: 3
Thanked 0 Times in 0 Posts
Default

Imar
Thanks, I will post there.
Alex





Similar Threads
Thread Thread Starter Forum Replies Last Post
adding more aspx pages to website problems Mohammed87 BOOK: Beginning ASP.NET 4 : in C# and VB 1 November 24th, 2011 06:02 PM
Compiling Website to a DLL ashu_from_india .NET Framework 2.0 2 April 18th, 2008 05:20 AM
adding a html page in a website abhi_loveu2002 HTML Code Clinic 1 December 4th, 2006 05:19 AM
Compiling the website into dll sunnyjassal General .NET 1 November 3rd, 2006 05:14 PM
Where did my website dll go? mega .NET Framework 2.0 3 May 16th, 2006 01:33 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.