Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Build error - DispatchShell
Last Post 08/23/2013 10:55 AM by Peter Donker. 3 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
PPRI
New Member
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
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
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
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.