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