I've had numerous problems. I tried installing the Starter kit but kept getting a 'Can't connect to database' error. I wrote a small program, used my 'copy and pasted' connection string from the web.config and had no trouble pulling data from the database. Before that I couldn't get the database scripts to run in SQL Server 2005, but if I took the default install and let it install into SQL Express, it worked. Then I changed the connection string to SQL Server 2005, ran it and the database was now created in SQL Server 2005. But I still had trouble trying to start a Visual Studio project in Visual Studio 2005, so I abandoned that and got the Source version of DNN.
When I opened the website from the Source version everything seemed to work ok, originally. But then I noticed that in the directory above the website there was a Library folder and a solution file (.sln). So I thought, thats where I should really be opening Visual Studio from. So I then opened the solution file and was able to build it. But when I tried to run it I got an error saying that debugging couldn't occur because Windows Authentication had not been enabled. So eventually I was able to get the home page for DNN to come up but none of the modules or content loaded. It was a couple of blue bars and empty image placeholders.
One odd thing I also noticed in the Source version is that the website url comes up as 'DotNetNuke_2'. I didn't have another copy of it on my computer (XP Pro) so I thought that could be a problem. And when I tried to go directly to it with http://localhost/DotNetNuke_2 it immediately redirected me to localhost/DotNetNuke. I looked in the PortalAlias table and saw only DotNetNuke and nothing with _2 so I deleted the database, deleted my Source installation, deleted the virtual directory in IIS, created a directory with a different name, created the DotNetNuke database again, added my db_owner user, unzipped the Source again, and the install created a DotNetNuke_2 virtual directory again on IIS, and when I ran it I got the 'Can't connect to database' error again (haunting memories from the Starter Kit install). The issue now is that the database didn't get populated again.
Any suggestions would be appreciated. But if there are none, does anyone know if I really need to open the solution file and include the Library folder in my project if I just want to create my own application from DNN? Can I just open the website under the DotNetNuke folder and be ok? I don't really like not having access to all the code for a project but I don't know the purpose of that Library folder and my Pro DNN 4 book doesn't seem to say anything about it.
Thanks,
Tom