Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 2005 > Visual Basic 2005 Basics
|
Visual Basic 2005 Basics If you are new to Visual Basic programming with version 2005, this is the place to start your questions. For questions about the book: Beginning Visual Basic 2005 by Thearon Willis and Bryan Newsome, ISBN: 0-7645-7401-9 please, use this forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Basic 2005 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 6th, 2008, 09:58 AM
Registered User
 
Join Date: Jan 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default VB.Net Database linkup problem

every time i try and open the visual studio file it shows me this error message.

http://img246.imageshack.us/img246/5...blemuu8.th.jpg

there is a file in the same folder as the project called "Pizza Order.csproj" I am currently using Visual Studio 2005 Express Edition. Anyone have any ideas why the program wont load the file?

 
Old January 6th, 2008, 01:26 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

One possibility is that you are trying to open up a web application project (WAP) in VS2005 but don't have the WAP add-on. VS2005 doesn't support WAP out of the box but you can install either SP1 or a knowledge base article and then the WAP add-on. Look here for more information: http://webproject.scottgu.com/

Another possibility is that you don't have the right version of VS express installed. With the express editions there's:

- Visual Basic 2005 Express Edition
- Visual C# 2005 Express Edition
- Visual C++ 2005 Express Edition
- Visual Web Developer 2005 Express Edition

You can only open a csproj file with Visual C# or the full/professional version of Visual Studio 2005. Visual Web Developer can build web site projects in both VB and C# but doesn't work with application projects (.csproj or .vbproj). You likely need to install Visual C# 2005 Express in order to open the project.

-Peter
 
Old January 6th, 2008, 01:45 PM
Registered User
 
Join Date: Jan 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks for replying peter, i think the problem might be due to having the wrong version of visual studio. My college may have a different version or supplied me with the wrong version of visual studio. It makes it that much harder to do coursework haha. Thanks again






Similar Threads
Thread Thread Starter Forum Replies Last Post
Database connection to VB.NET am_kuthus Visual Studio 2008 2 June 13th, 2008 08:10 AM
Database Connection Using VB.NET prasanta2expert ADO.NET 2 January 20th, 2007 07:41 AM
Database Insert/Update problem with VB.NET form tino mclaren VB Databases Basics 2 February 4th, 2005 05:12 AM
connecting to database with vb.net niallm ADO.NET 2 April 16th, 2004 01:02 PM
Using Access97 database with VB.Net philwield VB.NET 2002/2003 Basics 2 July 25th, 2003 10:31 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.