Hello there..
I did some developement with asp.net 2.0 in vs 2005. So naturally when i saw the latest version of dnn, i loved it. However, on build I'm getting some errors after installing store modules from the page itself.
This is the output from build that failed:
Building directory '/DNNZRNO/DesktopModules/Store/'.
\DesktopModules\Store\AddressEdit.ascx(3): Build (web): Could not load type 'DotNetNuke.Modules.Store.WebControls.AddressEdit'.
Error 1 Could not load type 'DotNetNuke.Modules.Store.WebControls.AddressEdit'. ...\DesktopModules\Store\AddressEdit.ascx (line) 3
Line code is
<%
@ Control Language="c#" AutoEventWireup="True" Codebehind="AddressEdit.ascx.cs" Inherits="DotNetNuke.Modules.Store.WebControls.AddressEdit" targetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
It makes no sense, throwing off by saying that the Codebehind file, namely "AdressEdit.ascx.cs" doesent exist, well I looked in the code, it's not there for sure. Where the hell is it? anybody know, it seems trivial for this to be throwing me off. but it is what it is.
Thanks for help and understanding