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

Bring2mind Forums

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 04/27/2007 10:22 AM by  Peter Donker
DMX Install Issue "Cannot Display the Page"
 5 Replies
Sort:
You are not authorized to post a reply.
Author Messages
Steven
New Member
New Member
Posts:4


--
04/11/2007 7:07 PM

    Hello,

    I recently purchased Document Exchange Pro and I am having some problems running it.

    I can create a fresh DNN website on the local hard drive. I log in as a host and install the Document Exchange Module (3642_Bring2mind.DMX_03.04.09_NET2.zip). The installation completes with success.

    The problem lies when I add the module to a page. The module seems to add successfully, but when I tried to click any of the controls (like New Folder) the internet explorer goes to "Page can not be displayed". This happens whether I am logged in or not.

    Am I missing something here? I am using Visual Studio 2005 vs 8.0 and .NET 2.0. DNN version 04.04.01. 

    Thanks,

    - Steven

    Steven
    New Member
    New Member
    Posts:4


    --
    04/14/2007 4:35 AM

    I found some error messages that might help solve this.

    Please view the error messages in this screenshot: www.vapauto.com/dnn.jpg

    Thanks!

    Steven
    New Member
    New Member
    Posts:4


    --
    04/17/2007 5:59 AM
    Anybody?
    Peter Donker
    Veteran Member
    Veteran Member
    Posts:4536


    --
    04/25/2007 11:13 PM
    Steve,
    You can remove the file (AjaxTreeviewContents.aspx). It is a remnant of an earlier version and it 'escaped the lab'. It doesn't lead to any problems unless you try to 'build' the site. The new way of doing this in .NET 2 is very frustrating for developers like me who want to encapsulate and deliver our work without bothering the customer with any build issues.
    Peter
    Steven
    New Member
    New Member
    Posts:4


    --
    04/27/2007 5:43 AM

    I tried to delete that file but now when I build the site it comes up with four more errors and it wont even open the portal at all.

    Error       1              Error parsing attribute 'enableEventValidation': Could not load file or assembly 'DotNetNuke.Modules.Gallery, Version=3.0.11.3077, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.                C:\DNN\Site\DesktopModules\Forum\Integration\Integration_GalleryAddFile.aspx               4             

     

     

    Error       2              Error parsing attribute 'enableEventValidation': Could not load file or assembly 'DotNetNuke.Modules.Gallery, Version=3.0.11.3077, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.                C:\DNN\Site\DesktopModules\Forum\Integration\Integration_GalleryAddAlbum.aspx         1             

      

    Error       3              Error parsing attribute 'enableEventValidation': Could not load file or assembly 'DotNetNuke.Modules.Gallery, Version=3.0.11.3077, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.                C:\DNN\Site\DesktopModules\Forum\Integration\Integration_MediaGallery.aspx 3             

      

    Error       4              Error parsing attribute 'enableEventValidation': Could not load file or assembly 'DotNetNuke.Modules.Gallery, Version=3.0.11.3077, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.                C:\DNN\Site\DesktopModules\Forum\Integration\Integration_GalleryAddFiles.aspx             1

    You mention building the site as if there is a better way.  I started this site in VisualStudio by clicking: create new website>dnn templates>build site. I am required to "build" the site every time in order to open it. This is not being hosted online, I am just running this from my computer.

    Is there an easier way of doing this that wont give me all these errors?

    Thank you for your help.

    Peter Donker
    Veteran Member
    Veteran Member
    Posts:4536


    --
    04/27/2007 10:22 AM
    Steve,
    The errors come out of the forums module. I'm afraid the method you're following is prone to these type of errors and you'll continue to run into them. You'll find a lot more about this in the DNN forums. The way you arrange and test a site is by using the good old Web Application Project in VS. Forget the 'open website', it's a nightmare. VS 2005, although offering some wonderful new features, is in fact a big step backward for developing modular websites (it assumes you're working on a monolithic site). What I do is the following:
    1. Copy a 'install' version of DNN into an IIS directory, set permissions, etc
    2. Create the db in SQL
    3. Start up DNN and run through the wizard and point to the newly created DB
    4. Add modules
    5. Test what you want to test. If you want to create a new module use a W.A.P. Whatever you do: never open the site in VS 2005 as it assumes it is monolithic.
    Peter
    You are not authorized to post a reply.