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 StartedNew to DNN Plat...New to DNN Plat...DNN63194: VS2010 Error: Type or namespace name DNN63194: VS2010 Error: Type or namespace name 'X' could not be found
Previous
 
Next
New Post
9/28/2011 12:52 PM
 
So I went ahead and downloaded .zip of DNN-Community off of codeplex.

Next popped open VS2010, and opened the .sln file Trunk\DotNetNukeCommunity.sln

I got a few error messages, but the solution did load

When I did a buld, I got 28 errors (copy pasting from VS2010):

Error 1 The type or namespace name 'WebFormsMvp' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\WebServiceViewOfT.cs 6 7 DotNetNuke.Web
Error 2 The type or namespace name 'IView' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\WebServiceViewOfT.cs 10 71 DotNetNuke.Web
Error 3 The type or namespace name 'WebFormsMvp' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\IWebServiceViewOfT.cs 24 7 DotNetNuke.Web
Error 4 The type or namespace name 'WebFormsMvp' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\IWebServiceView.cs 24 7 DotNetNuke.Web
Error 5 The type or namespace name 'WebFormsMvp' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\IHttpHandlerView.cs 24 7 DotNetNuke.Web
Error 6 The type or namespace name 'WebFormsMvp' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\IWebServiceViewBase.cs 24 7 DotNetNuke.Web
Error 7 The type or namespace name 'WebFormsMvp' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\IModuleViewOfT.cs 26 7 DotNetNuke.Web
Error 8 The type or namespace name 'WebFormsMvp' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\IModuleView.cs 26 7 DotNetNuke.Web
Error 9 The type or namespace name 'WebFormsMvp' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\HttpHandlerPresenter.cs 26 7 DotNetNuke.Web
Error 10 The type or namespace name 'WebFormsMvp' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\WebServicePresenter.cs 26 7 DotNetNuke.Web
Error 11 The type or namespace name 'WebFormsMvp' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\HttpHandlerView.cs 27 7 DotNetNuke.Web
Error 12 The type or namespace name 'WebFormsMvp' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\WebServiceViewBase.cs 27 7 DotNetNuke.Web
Error 13 The type or namespace name 'WebFormsMvp' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\ModuleViewOfT.cs 28 7 DotNetNuke.Web
Error 14 The type or namespace name 'IView' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\IHttpHandlerView.cs 28 41 DotNetNuke.Web
Error 15 The type or namespace name 'IView' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\IWebServiceViewBase.cs 28 44 DotNetNuke.Web
Error 16 The type or namespace name 'IView' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\IWebServiceViewOfT.cs 28 69 DotNetNuke.Web
Error 17 The type or namespace name 'WebFormsMvp' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\IModuleViewBase.cs 30 7 DotNetNuke.Web
Error 18 The type or namespace name 'Presenter' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\WebServicePresenter.cs 30 56 DotNetNuke.Web
Error 19 The type or namespace name 'Presenter' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\HttpHandlerPresenter.cs 30 57 DotNetNuke.Web
Error 20 The type or namespace name 'MvpHttpHandler' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\HttpHandlerView.cs 31 45 DotNetNuke.Web
Error 21 The type or namespace name 'MvpWebService' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\WebServiceViewBase.cs 31 48 DotNetNuke.Web
Error 22 The type or namespace name 'IView' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\IModuleViewOfT.cs 32 61 DotNetNuke.Web
Error 23 The type or namespace name 'WebFormsMvp' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\ModuleViewBase.cs 33 7 DotNetNuke.Web
Error 24 The type or namespace name 'IView' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\ModuleViewOfT.cs 35 64 DotNetNuke.Web
Error 25 The type or namespace name 'IView' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\IModuleViewBase.cs 36 40 DotNetNuke.Web
Error 26 The type or namespace name 'WebFormsMvp' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\ModulePresenterBase.cs 38 7 DotNetNuke.Web
Error 27 The type or namespace name 'Presenter' could not be found (are you missing a using directive or an assembly reference?) G:\dotnetnuke-63194\Trunk\DotNetNuke.Web\Mvp\ModulePresenterBase.cs 45 56 DotNetNuke.Web
Error 108 Build cancelled due to JSLint validation errors.  0 0 


If someone knows how I can get past this, do update this thread

Regards,

@gsvolt
 
New Post
9/29/2011 3:57 PM
 
please take a look at http://www.dotnetnuke.com/Resources/Wiki/Page/How-to-Install-the-Source-Package-of-DotNetNuke.aspx - when you work with a source package you must do a few things (create a web.config - typically people rename development.config or release.config, and change the configuration type to release and build the project, before changing back to debug)

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...DNN63194: VS2010 Error: Type or namespace name DNN63194: VS2010 Error: Type or namespace name 'X' could not be found


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