Hi, I have been following your book "Professional DotNetNuke Module Programming 2006". I am at a point where you create Module project and setup the Web properties of My Project. The book has screen shot from VS 2005. However I have VS 2008 Express on Windows 7. Books says we will be able to follow the example on Win 7+VS2008 Exp. This is what book says: The second configuration step needed for Visual Basic projects is to modify the Project Url setting located on the Web tab. On the Web tab, locate the option called “ Use Local IIS Web Server, ” similar to that shown earlier in Figure 5 - 4 . Modify this setting to show the proper IIS URL of http://localhost/ dotnetnuke . So when the change the setting to my local host URL, it tries to create virtual directory for the application which already exists which make sense because we are running the local DNN installation with this URL. And thats is where I cannot go forward. Following are facts that may help resolve the issue: When I created Module Dev project, the book says you select Web option under Visual Basis and then select the template. But in my case, DNN Module development template does NOT show up under Web option. It does appear when you click Visual Basic under Project Type. Am I doing something wrong here? Thanks for your help. |