![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
Join Date: Mar 2005
Posts: 139
Rep Power: 4
![]() |
adding a reference to a file on the server
Hi ,
I have to add a reference to my ASP.Net project (a reference to the MySql connector Net dll) ... here is where I am unclear... i only have limited ftp access to this server (to my virtual directory)... how to do get my code to reference the dll in the virtual directory on the server... i tried add a web reference but it would not work Thnx |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
Join Date: Mar 2005
Posts: 139
Rep Power: 4
![]() |
To add further details: I tried opening the project via File>Open website in visual studio 2005 professional and then added the reference by going to My network places, logging into the ftp from there and selecting the DLL from the correct folder on the FTP and then saving. As a result I get this error when I try to access my page:
Server Error in '/btb' Application. 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 'MySql.Data, Version=5.0.8.1, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified. Source Error: Line 12: <compilation debug="true"> Line 13: <assemblies> Line 14: <add assembly="MySql.Data, Version=5.0.8.1, Culture=neutral, PublicKeyToken=C5687FC88969C44D"/></assemblies></compilation> Line 15: <!-- Line 16: The <authentication> section enables configuration |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| converting string to float | beginnerCCC | C | 22 | Oct 2nd, 2006 11:59 PM |
| OnlineTextEditor.Com! | Sane | Show Off Your Open Source Projects | 43 | Jun 16th, 2006 8:55 AM |
| After execution - Error cannot locate /Skin File? | wchar | Visual Basic | 1 | Mar 5th, 2005 9:04 PM |
| airport Log program using 3D linked List : problem reading from file | gemini_shooter | C++ | 0 | Mar 2nd, 2005 4:12 PM |