Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...DNN 7 Install ErrorsDNN 7 Install Errors
Previous
 
Next
New Post
12/12/2012 7:55 PM
 
... tried making a reply and the dang website ate it.

I had the same problem as the original poster, and after reading the responses to his message I am massively confused about how this is supposed to work.

Is there any point, any point at all, to using the Visual Studio DNN project template? It doesn't run as is, won't build without errors, and you're telling us not to change the source code.

Have y'all seen WORDPRESS? It takes about four mouse clicks to download, install, and get up and running. Why is DNN so frickin' hard?
 
New Post
12/12/2012 8:10 PM
 

I was having the same problems as the original poster, but after reading the thread here I am massively confused.

Is there any point, any point at all, in trying to use the Visual Studio template?  As far as I can tell, once you've created a new project with it, it won't run as-is, won't build because of errors, and you're telling us here that we shouldn't change the source code.  So what's the point, then?

I just want to create a basic installation and make a custom skin.  Why is it so danged hard to get up and running?  What the heck am I doing wrong?

 
New Post
12/13/2012 6:53 AM
 
Installing DNN and building modules for it are 2 entirely different things.

It sounds like an issue with the way the module is being created, not DNN itself. I've developed dozens of custom modules and I remember it being a little tricky at first.

Use Chritoc's template and follow the directions closely and it'll work. If you continue to have problems, please post what you did in detail and I'll try to help.

Mark
 
New Post
12/14/2012 9:18 PM
 
Mark Eckeard wrote:
Installing DNN and building modules for it are 2 entirely different things.

It sounds like an issue with the way the module is being created, not DNN itself. I've developed dozens of custom modules and I remember it being a little tricky at first.

Use Chritoc's template and follow the directions closely and it'll work. If you continue to have problems, please post what you did in detail and I'll try to help.

Mark

First of all, let me apologize for spamming the thread... the stupid website was chewing up my attempts to post and I didn't realize they'd actually gone through.

Mark, it's unclear if you're responding to my messages or the OP, but I wasn't trying to build a module, just a skin, and in truth I hadn't even done anything towards that end yet.  

I downloaded the Visual Studio Starter Kit from *this* website, installed it, then I ran Visual Studio and created a new project from the template that was now available.  Then, before I did anything else, I tried to run it. It didn't work. When VS tried to build the project, it gave about a dozen errors. This is fresh, out of the box, and it simply doesn't work.

There doesn't appear to be a simple "DNN skin" template anywhere in the VS "New Project" dialog.

Searching this website for "Chritoc" produces one result... this forum thread, but searching Google got me to where I think you intended... but since I'm not actually trying to build a module it doesn't seem applicable.

 
New Post
1/25/2013 11:31 AM
 

I'm having the exact same problem.

Fresh installation from http://dotnetnuke.codeplex.com/downloads/get/600619 into my VS10 on Windows 7. Created a new website as instructed as a DotNetNuke Web Application Framework. Changed the web.config file to point to the correct db and when I run it...14 errors...

  • Error    104    'DotNetNuke.UI.Containers.Controls.Toggle.Class.get' must declare a body because it is not marked abstract or extern    D:\DotNetNuke-Test\admin\Containers\Toggle.ascx.cs    54    25    D:\DotNetNuke-Test\
  • Error    105    'DotNetNuke.UI.Containers.Controls.Toggle.Class.set' must declare a body because it is not marked abstract or extern    D:\DotNetNuke-Test\admin\Containers\Toggle.ascx.cs    54    30    D:\DotNetNuke-Test\
  • Error    102    'DotNetNuke.UI.Containers.Icon.BorderWidth.get' must declare a body because it is not marked abstract or extern    D:\DotNetNuke-Test\admin\Containers\Icon.ascx.cs    55    37    D:\DotNetNuke-Test\
  • Error    103    'DotNetNuke.UI.Containers.Icon.BorderWidth.set' must declare a body because it is not marked abstract or extern    D:\DotNetNuke-Test\admin\Containers\Icon.ascx.cs    55    42    D:\DotNetNuke-Test\
  • Error    112    'DotNetNuke.UI.Containers.PrintModule.PrintIcon.get' must declare a body because it is not marked abstract or extern    D:\DotNetNuke-Test\admin\Containers\PrintModule.ascx.cs    57    
  • Error    113    'DotNetNuke.UI.Containers.PrintModule.PrintIcon.set' must declare a body because it is not marked abstract or extern    D:\DotNetNuke-Test\admin\Containers\PrintModule.ascx.cs    57    
  • Error    114    'DotNetNuke.UI.Containers.Title.CssClass.get' must declare a body because it is not marked abstract or extern    D:\DotNetNuke-Test\admin\Containers\Title.ascx.cs    52    
  • Error    115    'DotNetNuke.UI.Containers.Title.CssClass.set' must declare a body because it is not marked abstract or extern    D:\DotNetNuke-Test\admin\Containers\Title.ascx.cs    52    
  • Error    106    'DotNetNuke.UI.Containers.Visibility.BorderWidth.get' must declare a body because it is not marked abstract or extern    D:\DotNetNuke-Test\admin\Containers\Visibility.ascx.cs    131    
  • Error    107    'DotNetNuke.UI.Containers.Visibility.BorderWidth.set' must declare a body because it is not marked abstract or extern    D:\DotNetNuke-Test\admin\Containers\Visibility.ascx.cs    131    
  • Error    110    'DotNetNuke.UI.Containers.Visibility.MaxIcon.get' must declare a body because it is not marked abstract or extern    D:\DotNetNuke-Test\admin\Containers\Visibility.ascx.cs    164    
  • Error    111    'DotNetNuke.UI.Containers.Visibility.MaxIcon.set' must declare a body because it is not marked abstract or extern    D:\DotNetNuke-Test\admin\Containers\Visibility.ascx.cs    164    
  • Error    108    'DotNetNuke.UI.Containers.Visibility.minIcon.get' must declare a body because it is not marked abstract or extern    D:\DotNetNuke-Test\admin\Containers\Visibility.ascx.cs    161    
  • Error    109    'DotNetNuke.UI.Containers.Visibility.minIcon.set' must declare a body because it is not marked abstract or extern    D:\DotNetNuke-Test\admin\Containers\Visibility.ascx.cs    161    

Can anyone help me out with this? I have used many other CMS's and I never had so many issues to get them running.

Thank you,
Pedro

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...DNN 7 Install ErrorsDNN 7 Install Errors


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out