Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Gentleman:

 

Can I develop Database Applications with the Standard Version of Visual Basic.Net 2003?

 

Every time that I try to open a sample database application that includes an Access Database I get the error shown below, I tried 10 different projects and get the same error.

 

�Object Reference not set to an instance of an Object�

 

Could you please tell me if it is a MUST to install SQL or any other file?

 

I�m Using;

Visual Basic.Net Standard Edition 2003

Windows XP Home Edition

Microsoft Access 2000

 

Thanks

  • Administrators
Posted (edited)

Personally I was refering to the

 

�Object Reference not set to an instance of an Object�

 

part of the message, as far as I'm aware System.Data is a fundamental part of the .Net framework and as such I can't see any reason why not.

Edited by PlausiblyDamp

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Posted

PlausiblyDamp:

 

I'm not developing applications in MS Access. I'm using VB.NET 2003 for developing database applications.

 

Why I cannot open ANY sample database application in VB.NET. I get the error shown above, I tried many different projects and get the same error..

 

Any Idea?

  • Administrators
Posted (edited)

In your original post you did mention a sample project involving an Access Database

Every time that I try to open a sample database application that includes an Access Database I get the error shown below, I tried 10 different projects and get the same error.

hence the reason I mentioned MSDE not being required for Access development.

 

If you are developing for SQL Server then you will need access to either a MSDE or SQL Server based database - in which case the downloadable version would be a valid option.

 

As to the issue of Visual Studio 2003 Standard Edition (Professional?) supports ADO.Net then the following link from MS indicates that it does.

 

http://msdn.microsoft.com/vstudio/productinfo/features/profeatures.aspx

 

if the samples are opening an Access Database or a SQL database you may need to look at the ConnectionString being used by the samples.

Edited by PlausiblyDamp

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...