First, I must apologize for being a novice. We are working with DotNetNuke and I had developed some C# modules in version 2. The modules were nothing special but were specific to our internal operations. I want to redo these modules in version 3 and am going through the process of setting up my development environment. I also would like to continue developing in C# since I am at least somewhat more familiar with it. I have followed the Development document, Bo Norgaard's site and several of the forums recommendations on how to setup and get started. I downloaded the Codesmith templates as well as the Visual Studio DNN Templates. Everything seemed to be going pretty good (several tries but still moving in the right direction). I ran all 5 Codesmith templates and supposedly plugged everything into the right locations. I am getting the following errors when I compile the solution.... C:\Inetpub\wwwroot\DotNetNuke\DesktopModules\BuildStatus\BuildStatus.ascx.cs(49): 'Fiserv.DNN.Modules.BuildStatus.Business.BuildStatusController' does not contain a definition for 'GetByModules' Metadata file 'C:\Inetpub\wwwroot\DotNetNuke\bin\Fiserv.DNN.Modules.BuildStatus.SqlDataProvider.dll' could not be found Metadata file 'C:\Inetpub\wwwroot\DotNetNuke\DesktopModules\BuildStatus\obj\Debug\Fiserv.DNN.Modules.BuildStatus.dll' could not be found I cannot find anywhere in the template results where this GetByModules definition is generated. I could really use some help in getting past this initial hurdle. I think there enough C# examples popping up out there to use on building the modules but there still appear to be some real differences in how everyone builds the initial environment/template. THANKS! Mark Vermeulen mvermeulen |