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 ...Unable to set up the dev environment.Unable to set up the dev environment.
Previous
 
Next
New Post
9/3/2012 6:58 AM
 

For the past 2 days i have been trying to get the dev environment setup but have been running into issues continously.

I am just wondering how others are dealing with this as it has been a pretty rough experience for our team wih a group of experienced developers. We are wondering if we should say good bye to dnn for good.

We have tried following a few links on setting up the dnn dev enviroment but just disappointed the way we are running into issues.

Just wondering if any one would have some updated steps right from the downloading to getting it up and running.

we have tried running the source it builds only the first time and without any changes it would not build again with a bunch of errors.

Tried the upgrade also but no luck. we have repeatedly overwritten the upgrade and the source from zip to try again but just the same thing repeats.

will appreciate if any help is provided.

Thanks,

N

 
New Post
9/3/2012 7:02 AM
 
Here is a list of errors after building the install version of it:


Error 5 The name 'Localization' does not exist in the current context C:\Users\croma\Downloads\DotNetNuke_Community_06.02.02_Upgrade\admin\ControlPanel\RibbonBar.ascx 89
Error 6 The name 'Localization' does not exist in the current context C:\Users\croma\Downloads\DotNetNuke_Community_06.02.02_Upgrade\admin\ControlPanel\RibbonBar.ascx 89
Error 7 The name 'Localization' does not exist in the current context C:\Users\croma\Downloads\DotNetNuke_Community_06.02.02_Upgrade\admin\ControlPanel\RibbonBar.ascx 90
Error 8 The name 'Localization' does not exist in the current context C:\Users\croma\Downloads\DotNetNuke_Community_06.02.02_Upgrade\admin\ControlPanel\RibbonBar.ascx 90
Error 9 The name 'Localization' does not exist in the current context C:\Users\croma\Downloads\DotNetNuke_Community_06.02.02_Upgrade\admin\ControlPanel\RibbonBar.ascx 91
Error 10 The name 'Localization' does not exist in the current context C:\Users\croma\Downloads\DotNetNuke_Community_06.02.02_Upgrade\admin\ControlPanel\RibbonBar.ascx 91
Error 11 The name 'jQuery' does not exist in the current context c:\Users\croma\Downloads\DotNetNuke_Community_06.02.02_Upgrade\admin\Menus\DNNActions\DDRActionsMenu.ascx 39 3 C:\...\DotNetNuke_Community_06.02.02_Upgrade\
 
New Post
9/3/2012 7:05 AM
 
I have added this:
DotNetNuke.Services.Localization.

in front of every error i got in the ribbonbar.ascx

now i am left with the last error about the jquery:


Error 3 The name 'jQuery' does not exist in the current context C:\Users\croma\Downloads\DotNetNuke_Community_06.02.02_Upgrade\admin\Menus\DNNActions\DDRActionsMenu.ascx 39 3 C:\...\DotNetNuke_Community_06.02.02_Upgrade\


if any one has any suggestions please let me know.

Thanks

 
New Post
9/3/2012 7:12 AM
 
Now i am getting these errors:


Error 3 'DotNetNuke.UI.Containers.Title.CssClass.get' must declare a body because it is not marked abstract or extern C:\Users\croma\Downloads\DotNetNuke_Community_06.02.02_Upgrade\admin\Containers\Title.ascx.cs 51
Error 4 'DotNetNuke.UI.Containers.Title.CssClass.set' must declare a body because it is not marked abstract or extern C:\Users\croma\Downloads\DotNetNuke_Community_06.02.02_Upgrade\admin\Containers\Title.ascx.cs 51
Error 5 'DotNetNuke.UI.Containers.PrintModule.PrintIcon.get' must declare a body because it is not marked abstract or extern C:\Users\croma\Downloads\DotNetNuke_Community_06.02.02_Upgrade\admin\Containers\PrintModule.ascx.cs 57
Error 6 'DotNetNuke.UI.Containers.PrintModule.PrintIcon.set' must declare a body because it is not marked abstract or extern C:\Users\croma\Downloads\DotNetNuke_Community_06.02.02_Upgrade\admin\Containers\PrintModule.ascx.cs 57
Error 7 'DotNetNuke.UI.Containers.Visibility.BorderWidth.get' must declare a body because it is not marked abstract or extern C:\Users\croma\Downloads\DotNetNuke_Community_06.02.02_Upgrade\admin\Containers\Visibility.ascx.cs 131
Error 8 'DotNetNuke.UI.Containers.Visibility.BorderWidth.set' must declare a body because it is not marked abstract or extern C:\Users\croma\Downloads\DotNetNuke_Community_06.02.02_Upgrade\admin\Containers\Visibility.ascx.cs 131
Error 9 'DotNetNuke.UI.Containers.Visibility.minIcon.get' must declare a body because it is not marked abstract or extern C:\Users\croma\Downloads\DotNetNuke_Community_06.02.02_Upgrade\admin\Containers\Visibility.ascx.cs 161
Error 10 'DotNetNuke.UI.Containers.Visibility.minIcon.set' must declare a body because it is not marked abstract or extern C:\Users\croma\Downloads\DotNetNuke_Community_06.02.02_Upgrade\admin\Containers\Visibility.ascx.cs 161
Error 11 'DotNetNuke.UI.Containers.Visibility.MaxIcon.get' must declare a body because it is not marked abstract or extern C:\Users\croma\Downloads\DotNetNuke_Community_06.02.02_Upgrade\admin\Containers\Visibility.ascx.cs 164
Error 12 'DotNetNuke.UI.Containers.Visibility.MaxIcon.set' must declare a body because it is not marked abstract or extern C:\Users\croma\Downloads\DotNetNuke_Community_06.02.02_Upgrade\admin\Containers\Visibility.ascx.cs 164
Error 13 'DotNetNuke.UI.Containers.Controls.Toggle.Class.get' must declare a body because it is not marked abstract or extern C:\Users\croma\Downloads\DotNetNuke_Community_06.02.02_Upgrade\admin\Containers\Toggle.ascx.cs 54
Error 14 'DotNetNuke.UI.Containers.Controls.Toggle.Class.set' must declare a body because it is not marked abstract or extern C:\Users\croma\Downloads\DotNetNuke_Community_06.02.02_Upgrade\admin\Containers\Toggle.ascx.cs 54
Error 15 'DotNetNuke.UI.Containers.Icon.BorderWidth.get' must declare a body because it is not marked abstract or extern C:\Users\croma\Downloads\DotNetNuke_Community_06.02.02_Upgrade\admin\Containers\Icon.ascx.cs 55
Error 16 'DotNetNuke.UI.Containers.Icon.BorderWidth.set' must declare a body because it is not marked abstract or extern C:\Users\croma\Downloads\DotNetNuke_Community_06.02.02_Upgrade\admin\Containers\Icon.ascx.cs 55


Any help will be appreciated.
Thanks
 
New Post
9/3/2012 8:02 AM
 
Not sure why you are building anything at this stage, and you definitely cannot upgrade until you have a working installation.

There is an install file. Just download that, unblock the zip file if necessary and extract all files to the location you have specified as the development environment folder. Ensure the Application Pool user and the ordinary internet user identities have access to that folder.

Set up the database name and add a new dnn specific user in Sql Server, ensure the user has database owner access.

Then navigate to the dev environment in a browser and DNN will run the install scripts during which you have the opportunity to input the database name, the username and password. That will write the necessary information into the web.config file, build the database tables etc., and off you go.
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Unable to set up the dev environment.Unable to set up the dev environment.


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