When installing v 1.1.0 on Umbraco 4.5.2 I get the following errors:
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 'CMSImport.Controls.CMSImportInstaller'.
Source Error:
Line 1: <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="CMSImportInstaller.ascx.cs" Inherits="CMSImport.Controls.CMSImportInstaller" %>
Line 2: <%@ Register Assembly="controls" Namespace="umbraco.uicontrols" TagPrefix="cc1" %>
Line 3: <cc1:Pane ID="ReadPane" runat="server">
Belay that, copying the DLLs from the package into /bin seemed to do the trick. Don't know why installing in /bin failed for this package where it's worked for others.
Too bad that the dll's didn't copy automatically. I alreadey kinda freaked out because I tested this install over and over and thought I missed something. Maybe the app_pool was already recycling when installing, hope it only happened once.
Installation problem
When installing v 1.1.0 on Umbraco 4.5.2 I get the following errors:
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 'CMSImport.Controls.CMSImportInstaller'.
Source Error:
Line 1: <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="CMSImportInstaller.ascx.cs" Inherits="CMSImport.Controls.CMSImportInstaller" %> Line 2: <%@ Register Assembly="controls" Namespace="umbraco.uicontrols" TagPrefix="cc1" %> Line 3: <cc1:Pane ID="ReadPane" runat="server">
Source File: /umbraco/plugins/CMSImport/UserControls/CMSImportInstaller.ascx Line: 1
Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3618
Can anyone point me in the right direction? File permissions seem to be OK.
Belay that, copying the DLLs from the package into /bin seemed to do the trick. Don't know why installing in /bin failed for this package where it's worked for others.
Hi Andrew,
Too bad that the dll's didn't copy automatically. I alreadey kinda freaked out because I tested this install over and over and thought I missed something. Maybe the app_pool was already recycling when installing, hope it only happened once.
Cheers,
Richard
is working on a reply...