Site
Web
Search
Login
Home
Document Exchange
Features
Extensions
Licensing
Testimonials
Translations
Buy
DMX Extensions
Support
Forums
Downloads
Free Stuff
Translations
Company
Partners
News
Contact
Test
You are here:
Support
/
Forums
Bring2mind Forums
Forums
Search Forum
Search
Advanced Search
Topics
Posts
Unanswered
Active Topics
Forums
>
Document Exchange
>
Installation and Activation Issues
Build error - DispatchShell
Last Post 08/23/2013 10:55 AM by
Peter Donker
. 3 Replies.
Sort:
Oldest First
Most Recent First
Prev
Next
You are not authorized to post a reply.
Author
Messages
PPRI
New Member
Posts:3
08/15/2013 12:11 AM
When trying to build my DNN solution in Visual Studio (running DNN 07.01.01 (385)), I get the following build error:
Build error: Could not load type 'Bring2mind.DNN.Modules.DMX.Controls.DispatchShell'.
The Document Exchange version is 6.1.6 (I'm running a trial version for evaluation purposes).
Is there a way to fix this?
Thanks!
Joe
PPRI
New Member
Posts:3
08/21/2013 3:58 PM
Hello again,
Yesterday I purchased a license for DMX. The license has been activated. I was hoping this might account for the build error I get, but I still get the same build error.
How can I fix this?
Thanks,
Joe
PPRI
New Member
Posts:3
08/21/2013 5:22 PM
So I'm experimenting with a possible fix.
In DispatchShell.aspx, I changed the first line from this:
<%@ Page language="vb" CodeBehind="DispatchShell.aspx.vb" AutoEventWireup="false" Explicit="True" Inherits="Bring2mind.DNN.Modules.DMX.Controls.DispatchShell" %>
...to this:
<%@ Page language="vb" CodeBehind="DispatchShell.aspx.vb" AutoEventWireup="false" Explicit="True" Inherits="Bring2mind.DNN.Modules.DMX.UI.PageBase" %>
I tried changing the Inherits value first to the same one used in Dispatch.aspx. When I tried to compile that, I got a build error saying that class didn't extend System.Web.UI.Page.
The one I changed it to does inherit from System.Web.UI.Page.
Is this a good fix, or will this break something in DMX?
Peter Donker
Veteran Member
Posts:4536
08/23/2013 10:55 AM
Hi Joe,
Sorry for the late reply. DispatchShell is an old control that is no longer used. Please remove it from your solution.
Peter
You are not authorized to post a reply.
Document Exchange
--Release Notes for Document Exc...
--Installation and Activation Is...
--User Interface
--Search
--Storage and Security
--WebDAV
--API
Document Exchange Lite
--Installation and Activation Is...
--Search
--Localization
--UI
--Storage and Security
--Extensions and addons
Forums
>
Document Exchange
>
Installation and Activation Issues