Hey, I can not find out what is wrong, someone who can help.
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 'CKFinder' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 1: <%@ Page Language="C#" %>
Line 2: <%@ Register Assembly="CKFinder" Namespace="CKFinder" TagPrefix="CKFinder" %>
Line 3: <%--
Line 4: * CKFinder
Source File: /ckfinder.net/_samples/aspx/standalone.aspx Line: 2
----------------------------------------------------------------------------------
Hey, I found no solution to this, has therefore changed to. Asp
Regards
Erling
10.31.2008
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 'CKFinder' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 1: <%@ Page Language="C#" %>
Line 2: <%@ Register Assembly="CKFinder" Namespace="CKFinder" TagPrefix="CKFinder" %>
Line 3: <%--
Line 4: * CKFinder
Source File: /ckfinder.net/_samples/aspx/standalone.aspx Line: 2
----------------------------------------------------------------------------------
Hey, I found no solution to this, has therefore changed to. Asp
Regards
Erling
10.31.2008
Re: Could not load file or assembly 'CKFinder' or one of its dep
Make you have the assembly CKFinder.dll in your /Bin directory
Could not load file or assembly 'CKFinder' or one of its depende
Hi,
after uploading CKFinder to my 1and1 .net hosting and testing the standalone.aspx page I get this error:
Could not load file or assembly 'CKFinder' or one of its dependencies. The system cannot find the file specified.
In my ckeditor folder I have a bin folder which contains CKFinder.dll. Furthermore, in my development environment everything works fine.
I really do not know what to do... any ideas?
Thanks in advanced for your help.