arndta / TinyFileManager.NET

A file manager plugin for TinyMCE v4
28 stars 20 forks source link

Server Error in '/' Application #14

Open furyeh opened 9 years ago

furyeh commented 9 years ago

Hi i just tried use your TinyFileManager but i keep getting the Parser Error Message: Could not load type 'TinyFileManager.NET.dialog'. the image icon show up and the window open, but inside the window it only show this:


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 type 'TinyFileManager.NET.dialog'.

Source Error:

Line 1: <%@ Page Title="Tiny File Manager" Language="C#" AutoEventWireup="true" CodeBehind="dialog.aspx.cs" Inherits="TinyFileManager.NET.dialog" %> Line 2:
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Source File: /tinyfilemanager/dialog.aspx Line: 1


i am hosted on Wannafind

arndta commented 9 years ago

Have you created an application (virtual directory) at the TFM folder?

(See step 4 of installation instructions: http://andyarndt.net/TinyFileManager.aspx)

On Mon, Apr 20, 2015 at 2:00 AM, furyeh notifications@github.com wrote:

Hi i just tried use your TinyFileManager but i keep getting the Parser Error Message: Could not load type 'TinyFileManager.NET.dialog'. the image icon show up and the window open, but inside the window it only show this:

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 type 'TinyFileManager.NET.dialog'.

Source Error:

Line 1: <%@ Page Title="Tiny File Manager" Language="C#" AutoEventWireup="true" CodeBehind="dialog.aspx.cs" Inherits="TinyFileManager.NET.dialog" %> Line 2:

Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Source File: /tinyfilemanager/dialog.aspx Line: 1

i am hosted on Wannafind

— Reply to this email directly or view it on GitHub https://github.com/arndta/TinyFileManager.NET/issues/14.