Click here to Skip to main content
15,892,480 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I AM GETTING THIS ERROR WHILE I AM USE ASSEMBLY OR I PUBLISHED MY WEBSITE ON WEB SERVER. cAN ANY ONE SOLVE THIS ERROR.
------------------------------------------------------------------------------------
THE ERROR IS--

CSS
Server Error in '/' Application.
Parser Error
Description: An error occurred 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: Could not load file or assembly 'BasicFrame.WebControls.BasicDatePicker' or one of its dependencies. The system cannot find the file specified.

Source Error:

Line 2:      Inherits="index" Title="Untitled Page" %>
Line 3:
Line 4:  <%@ Register Assembly="BasicFrame.WebControls.BasicDatePicker" Namespace="BasicFrame.WebControls"
Line 5:      TagPrefix="BDP" %>
Line 6:  <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server">


Source File: /admin/index.aspx    Line: 4

Assembly Load Trace: The following information can be helpful to determine why the assembly 'BasicFrame.WebControls.BasicDatePicker' could not be loaded.

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272

------------------------------------------------------------------------------------

tHANKS
Posted

1 solution

I will try more and more and then i copy my Bin Directory to my website's root Directory Because it tells server '/' Problem.
After Then It will work correctly by using assembly which is stored in my bin directory.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900