Hi
I have this wonderfull Custommodule which Dynamicweb developed for one of our Customers, and it's working fine both with that customer and in a local installation i did later.
Now i want to use this Custommodule in another solution.
This har been setup as a Custom installtion by helpdesk, and i have copied the CusomModules.dll to the bin library, copied th module to the CustomModules Folder, created the module in the Developer modulet and pretty much done what i'm used to do with a Custom solution.
The only difference is, that Dynamicweb created the Custom Solution in contrast to the ones that works which i created from the downloads on the developer site
But still i get the below message when trying to include the module in a section:
What did i miss ?
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 'CustomModules.Cust_Ecom_edit'.
Source Error:
Line 1: <%@ Page AutoEventWireup="false" Codebehind="Cust_Ecom_Edit.aspx.vb" Inherits="CustomModules.Cust_Ecom_edit" Language="vb" %>
Line 2: <%@ Register Assembly="Dynamicweb.Controls" Namespace="Dynamicweb.Controls" TagPrefix="dw" %>
Line 3: <dw:ModuleHeader ID="ModuleHeader1" runat="server" ModuleSystemName="Cust_Ecom" />
Source File: /CustomModules/Cust_Ecom/Cust_Ecom_edit.aspx Line: 1
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433