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

HomeHomeDevelopment and...Development and...Getting StartedGetting Startederror using Visual Studio 2012 Templateserror using Visual Studio 2012 Templates
Previous
 
Next
New Post
12/12/2012 11:40 AM
 

Hello, 

I am new to Dotnetnuke I go through the below tutorial to install dotnetnuke in vs 2012. but I got 29 error. when I rebuild the project.

I just install the template through vs 2012->tools->Extentions and Updates->Dotnetnuke Project Template.

then I created a new project but I got the below errors. please any idea.....

http://www.dotnetnuke.com/Resources/Wiki/Page/Visual-Studio-2012-Templates.aspx 

Error    1    The type or namespace name 'Entities' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?)    c:\users\hani\documents\visual studio 2012\Projects\DNNModule7\DNNModule7ModuleSettingsBase.cs    13    18    DNNModule7
Error    2    The type or namespace name 'Entities' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?)    c:\users\hani\documents\visual studio 2012\Projects\DNNModule7\DNNModule7ModuleBase.cs    13    18    DNNModule7
Error    3    The type or namespace name 'Security' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?)    c:\users\hani\documents\visual studio 2012\Projects\DNNModule7\View.ascx.cs    14    18    DNNModule7
Error    4    The type or namespace name 'Entities' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?)    c:\users\hani\documents\visual studio 2012\Projects\DNNModule7\Settings.ascx.cs    14    18    DNNModule7
Error    5    The type or namespace name 'Common' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?)    c:\users\hani\documents\visual studio 2012\Projects\DNNModule7\Providers\DataProviders\SqlDataProvider\SqlDataProvider.cs    14    18    DNNModule7
Error    6    The type or namespace name 'Services' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?)    c:\users\hani\documents\visual studio 2012\Projects\DNNModule7\View.ascx.cs    15    18    DNNModule7
Error    7    The type or namespace name 'Services' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?)    c:\users\hani\documents\visual studio 2012\Projects\DNNModule7\Settings.ascx.cs    15    18    DNNModule7
Error    8    The type or namespace name 'Framework' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?)    c:\users\hani\documents\visual studio 2012\Projects\DNNModule7\Providers\DataProviders\SqlDataProvider\SqlDataProvider.cs    15    18    DNNModule7
Error    9    The type or namespace name 'Services' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?)    c:\users\hani\documents\visual studio 2012\Projects\DNNModule7\Edit.ascx.cs    15    18    DNNModule7
Error    10    The type or namespace name 'Common' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?)    c:\users\hani\documents\visual studio 2012\Projects\DNNModule7\Data\DataProvider.cs    15    18    DNNModule7
Error    11    The type or namespace name 'Entities' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?)    c:\users\hani\documents\visual studio 2012\Projects\DNNModule7\Components\FeatureController.cs    15    18    DNNModule7
Error    12    The type or namespace name 'Entities' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?)    c:\users\hani\documents\visual studio 2012\Projects\DNNModule7\View.ascx.cs    16    18    DNNModule7
Error    13    The type or namespace name 'Framework' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?)    c:\users\hani\documents\visual studio 2012\Projects\DNNModule7\Data\DataProvider.cs    16    18    DNNModule7
Error    14    The type or namespace name 'Services' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?)    c:\users\hani\documents\visual studio 2012\Projects\DNNModule7\Components\FeatureController.cs    16    18    DNNModule7
Error    15    The type or namespace name 'Entities' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?)    c:\users\hani\documents\visual studio 2012\Projects\DNNModule7\View.ascx.cs    17    18    DNNModule7
Error    16    The type or namespace name 'PortalModuleBase' could not be found (are you missing a using directive or an assembly reference?)    c:\users\hani\documents\visual studio 2012\Projects\DNNModule7\DNNModule7ModuleBase.cs    17    41    DNNModule7
Error    17    The type or namespace name 'ModuleSettingsBase' could not be found (are you missing a using directive or an assembly reference?)    c:\users\hani\documents\visual studio 2012\Projects\DNNModule7\DNNModule7ModuleSettingsBase.cs    17    49    DNNModule7
Error    18    The type or namespace name 'Services' does not exist in the namespace 'DotNetNuke' (are you missing an assembly reference?)    c:\users\hani\documents\visual studio 2012\Projects\DNNModule7\View.ascx.cs    18    18    DNNModule7
Error    19    The type or namespace name 'IActionable' could not be found (are you missing a using directive or an assembly reference?)    c:\users\hani\documents\visual studio 2012\Projects\DNNModule7\View.ascx.cs    35    55    DNNModule7
Error    20    The type or namespace name 'ProviderConfiguration' could not be found (are you missing a using directive or an assembly reference?)    c:\users\hani\documents\visual studio 2012\Projects\DNNModule7\Providers\DataProviders\SqlDataProvider\SqlDataProvider.cs    38    26    DNNModule7
Error    21    The type or namespace name 'ModuleActionCollection' could not be found (are you missing a using directive or an assembly reference?)    c:\users\hani\documents\visual studio 2012\Projects\DNNModule7\View.ascx.cs    49    16    DNNModule7
Warning    22    The primary reference "Microsoft.CSharp", which is a framework assembly, could not be resolved in the currently targeted framework. ".NETFramework,Version=v3.5". To resolve this problem, either remove the reference "Microsoft.CSharp" or retarget your application to a framework version which contains "Microsoft.CSharp".    DNNModule7
Warning    23    The primary reference "System.Web.ApplicationServices", which is a framework assembly, could not be resolved in the currently targeted framework. ".NETFramework,Version=v3.5". To resolve this problem, either remove the reference "System.Web.ApplicationServices" or retarget your application to a framework version which contains "System.Web.ApplicationServices".    DNNModule7
Warning    24    Could not resolve this reference. Could not locate the assembly "DotNetNuke". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.    DNNModule7
Warning    25    Could not resolve this reference. Could not locate the assembly "Microsoft.ApplicationBlocks.Data". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.    DNNModule7
Warning    26    The referenced component 'DotNetNuke' could not be found.     DNNModule7
Warning    27    The referenced component 'Microsoft.ApplicationBlocks.Data' could not be found.     DNNModule7
Warning    28    The referenced component 'Microsoft.CSharp' could not be found.     DNNModule7
Warning    29    The referenced component 'System.Web.ApplicationServices' could not be found.     DNNModule7

 
Previous
 
Next
HomeHomeDevelopment and...Development and...Getting StartedGetting Startederror using Visual Studio 2012 Templateserror using Visual Studio 2012 Templates


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