Problems build ProjectTracker

Problems build ProjectTracker

Old forum URL: forums.lhotka.net/forums/t/461.aspx


budbjames posted on Saturday, June 24, 2006

Hello,
 
I'm about 100 pages into the book and I must say that this is one of the best books on .NET that I've read.  The book is written in a way that is easy to understand so far.  However, looking at the finished product (the framework source and the ProjectTracker solution) can be very daunting.  I've read the PDF on how to build the framework.  I made sure that all projects in ProjectTracker have a reference to the framework DLL.  I changed the DB connection strings in the app.config to the location of the database files.  When I build PTWin, the project builds and I get the login screen.  I try to login as user user and VS 2005 breaks out with an unhandled exception.
 
The exception is of type
 
DataPortalException was unhandled
   DataPortal.Fetch failed.
 
   The inner exception says
{"An attempt to attach an auto-named database for file C:\development\SourceCode\IE_3.0\Design_Resources\Books\Expert_VB_2005_Business_Objects\Security.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share."}
 
I'd really love to be able to start stepping through the code as I read the book.
 
Also, When I build and run PTWin it appears that 4 ASP.NET development servers open in my system tray.  I realize that the DataPortal can be local or remote and that the build instructions indicate that it uses the database files as default so any explination as to why these servers are loading.
 
Thanks in advance to all replies.
 
Once again, great book.

Copyright (c) Marimer LLC