
June 2nd, 2006, 03:10 PM
|
|
Registered User
|
|
Join Date: Jun 2006
Posts: 22
Time spent in forums: 3 h 46 m 47 sec
Reputation Power: 0
|
|
|
File or assembly name *, or one of its dependencies, was not found
I have an application, with a custom web control I implemented. The application works on my local machine. However, when I deploy it to a remote site, I get the following error:
--
Parser Error
Description: An error occured during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: File or assembly name Sli.Hvp.UI.WebControls, or one of its dependencies, was not found.
Source Error:
Code:
Line 1: <%@ Register TagPrefix="cc1" Namespace="Sli.Hvp.UI.WebControls" Assembly="Sli.Hvp.UI.WebControls" %>
--
I don't know what the problem could be. I put the compiled binary, Sli.Hvp.UI.WebControls.dll in the root bin directory, yet it's apparently not being found. What can I do? Is there some configuration that needs to be done on the hosting server? Can I force the application to look in the bin directory through the Web.Config file?
|