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

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0VS2008 and Starterkit compiled moduleVS2008 and Starterkit compiled module
Previous
 
Next
New Post
1/8/2008 4:59 AM
 

Hello,

I downloaded the the latest source version of DotNetNuke (4.8.0). I also downloaded and installed the starterkit 4.8.0 (of which I installed all but the DotNetNuke website itself). I got Visual studio 2008 and .Net framework 3.5. de website runs okay, the solution opens in Visual studio 2008 normally and I can also compile succesfully. But when I try to add an compiled module project to the solution (the one from the starterkit 4.8.0 and also the c# module one from BitTheBullet.co.uk) I get  a warning "That the IIS URL http://localhost/DotNetNuke_2 specified for webproject ModuleName has not been configured".

When I do not create a virtual directory the project will be created, but as a part of the website project, instead of a seperate project in the solution.

What am I doing wrong here ? Creating a seperate, blank 2008 solution, and adding a compiled module to that one gives the same message and the project isn't even created.

thanks for any comments on this subject.

Pepijn

Ps isn't it a good idea to create a new forum on DotNetNuke.com with the name "General DotNetNuke© Forums - Extend it! (Programming in VS2008, ASP.NET 3.5)" ?

 
New Post
1/8/2008 10:30 AM
 

Nobody experienced this ?

 
New Post
1/8/2008 12:11 PM
 

I was recieving similar messages trying to convert some VS 2005 projects over and use them in VS 2008.

 

I'm afraid at the moment I just didn't have time to do much troubleshooting to get it to work.  I would like to move to VS 2008 soon, however

 
New Post
1/26/2008 10:06 PM
 

Hi Pepijn

I have also just started to move my various projects to VS2008 including my intention to move my DNN 4 module development to VS2008.

I have also run into this problem and have been searching the forums to find any solutions or pointers to resolve this rather large show stopper. Have you found a solution yet?

The environment that I have established is VS2008 on Vista, SQL Server 2008 - everything works except using the Starter Kits...

Cheers

Craig


Craig Hubbard TechnicaOne Business Solutions - Australia
 
New Post
1/27/2008 5:18 AM
 

Pepijn

I have since found a workaround for this issue...

When you have installed and successfully setup your Visual Studio 2008 environment on Vista and have managed to open the DNN Source Solution and you are ready to add your first DNN Compiled Module Project.

Add a new DNN Compiled Module from the Starter Kit, You will eventually get a dialog box that warns you that the url http :// localhost/dotnetnuke_2 is not configured for ModuleName1, it gives you a choice of creating a new Virtual Directory - go ahead and click "yes", it will fail but that is ok for now.

What has just happened is that the files for your new module have been created but the new ModuleName2.vbproj will not get added to the solution.

To add the project to the solution, you will need to edit the ModuleName2.vbproj file in NotePad.

open the project file ModuleName_2.vbproj and locate the following:

        <WebProjectProperties>
          <UseIIS>True</UseIIS>
          <AutoAssignPort>True</AutoAssignPort>
          <DevelopmentServerPort>4825</DevelopmentServerPort>
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
          <IISUrl>http://localhost/DotNetNuke_2</IISUrl>
          <NTLMAuthentication>False</NTLMAuthentication>
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
        </WebProjectProperties>

and change to:

        <WebProjectProperties>
          <UseIIS>True</UseIIS>
          <AutoAssignPort>True</AutoAssignPort>
          <DevelopmentServerPort>4825</DevelopmentServerPort>
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
          <IISUrl>http://localhost/DotNetNuke_2/DesktopModules/ModuleName1</IISUrl>
          <NTLMAuthentication>False</NTLMAuthentication>
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
        </WebProjectProperties>

Save the file and go back to VS2008 and add the project to the DotNetNuke Solution.

You may have to allow VS2008 to convert the project but this should be a nonevent and you should now be in a position to start developing you new module.

Hope this helps those having the same issue and you can enjoy the added benefits of using Visual Studio 2008

Craig


Craig Hubbard TechnicaOne Business Solutions - Australia
 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0VS2008 and Starterkit compiled moduleVS2008 and Starterkit compiled module


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