Hi
I am running vs.net 2005 on windows 2003 server. I can create a new dotnetnuke project and get it working great locally. However, as soon as I install the latest forum module, the project will no longer build. (I am installing the module with latest forum install zip, not the source install) I get this error:
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:\inetpub\wwwroot\prjMyDNN\DesktopModules\Forum\Integration\Integration_GalleryAddAlbum.aspx 1
This error appears 4 times in my Error List, for these files: integration_GalleryAddAlbum.aspx, Integration_GalleryAddFiles.aspx, Integration_MediaGallery.aspx, INtegration_GalleryAddFile.aspx
If I double click one of the errors, it takes me to the file on the first line usually:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Integration_GalleryAddAlbum.aspx.vb" Inherits="DotNetNuke.Modules.Forum.Integration.GalleryAddAlbum" %>
Any suggestions on how to fix? It would be nice to still be able to build my project after installing the forum module. I have gotten this error to repeat after creating a fresh project.
Please help, thanks.
-ski06