HELP: Project 'Tracker' - VS 2005 Standard Edition Cannot Handle .dbp VS Project Type

HELP: Project 'Tracker' - VS 2005 Standard Edition Cannot Handle .dbp VS Project Type

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


willfarnaby posted on Monday, June 05, 2006

I use Visual Studio Standard Edition. I tried to open the 'ProjectTracker20cs' solution and VS cannot open the PTData.dbp project.

Please advise.

Michael Hildner replied on Monday, June 05, 2006

I could swear I read once that standard edition does not support .dbp projects, but I'm at a loss right now to verify that. Microsoft's comparison chart doesn't help either.

If you don't get an answer here, maybe you could try at Microsoft's forums:

http://forums.microsoft.com/msdn/default.aspx?siteid=1

Sorry I can't provide more info than that, but if that's the case, I don't know if there's a solution besides upgrading VS.

Mike

RockfordLhotka replied on Monday, June 05, 2006

On the up side, that project isn't technically necessary. All the important info is in the script files in the project, which are in clear text and so should be easily readable and can be run against the database easily enough by using osql or some other command line utility (Red Gate just released a nice SQL command line for free come to think of it).

Alternately, the databases are really trivial, and are completely described in Chapter 7, so you can just create the databases from scratch in a few minutes.

As I state in the Introduction, the book does require VS 2005 Professional - though it is true that almost everything (with a few exceptions obviously) can be done with even VS Express.

irelandk replied on Saturday, March 03, 2007

I received the same error message when opening ProjectTracker20vb.  Can anyone advise?

Specifically, I downloaded VB version of CSLA 2.1.4.  I built the CSLA project without a problem.  When opening ProjectTracker20vb.sln, I receive the following error message:

"Application type for project ...\PTDATA\ptdata.dbp is not installed"

All of the other projects in the solution opened without a problem.

I am running VS Studio 2005 Standard Edition.

Thanks!

irelandk replied on Saturday, March 03, 2007

Sorry - never mind.  For some reason, when I first looked at this topic, I only saw the initial question and not any of the responses.  Once I posted, the other responses became visible.  Anyway, it looks like I can work around this.

Copyright (c) Marimer LLC