Hi,
I was experimenting with a new module. I was able to 'install' it, but after actualy adding it to a page, I cant load it anymore.
Therefor I dont have access to the admin-functions anymore and cant remove it, so I'm stuck :(
The module is nearly empty, so removing it in any way wouldnt be a great loss. The portal&pages have some work in them, so I would like to lose those.
I'm working with some programs as its my mothers language, so I'll have to translate that part for you, hope its accurate. The part in '[' is my translation of the german error message.
I'm using c# and vs2008
What I tried so far: as the error says something about a missing codefolder I tried to fix all paths in the relating codefiles, checked if the files are at the correct position etc. But I cant make it work.
I'd be happy if there was some way to get that module off the page or delete that one specific page containing the module or whatever, as long as I dont lose the project as a whole.
Thanks in advance!
Server Error in '/DotNetNuke/Website' 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: Die Datei "/DotNetNuke/Website/Website/controls/labelcontrol.ascx" kann nicht verarbeitet werden, weil das Codeverzeichnis noch nicht erstellt worden ist.
[The file "/DotNetNuke/Website/Website/controls/labelcontrol.ascx" cant be processed because the code folder is not created yet]
Source Error:
Line 1: <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="EditSearchResultLister.ascx.cs" Inherits="YourCompany.Modules.SearchResultLister.EditSearchResultLister" %>
Line 2: <%@ Register TagPrefix="dnn" TagName="Label" Src="~/Website/controls/labelcontrol.ascx" %> Line 3: <%@ Register TagPrefix="dnn" TagName="TextEditor" Src="~/Website/controls/TextEditor.ascx"%>
Line 4: <%@ Register TagPrefix="dnn" TagName="Audit" Src="~/Website/controls/ModuleAuditControl.ascx" %>
|
Source File: /DotNetNuke/Website/App_Code/SearchResultLister/EditSearchResultLister.ascx Line: 2
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053