VB .net compile error message

F

ft310

I am getting the following message when I compile a program with
VB .net 2003.

The dependency 'Interop.StdFormat' could not be found.

There are three other messages following this:
The referenced component 'ADODB' could not be found. A wrapper
assembly is not registered for this type library.
The referenced component 'Microsoft.StdFormat' could not be found. A
wrapper assembly is not registered for this type library.
The referenced component 'StdFormat' could not be found. A wrapper
assembly is not registered for this type library.

For reasons that I can not even begin to get into I am on a brand new
computer using Vista Home Premium:

Will someone please tell me what is wrong.
 
P

pvdg42

ft310 said:
I am getting the following message when I compile a program with
VB .net 2003.

The dependency 'Interop.StdFormat' could not be found.

There are three other messages following this:
The referenced component 'ADODB' could not be found. A wrapper
assembly is not registered for this type library.
The referenced component 'Microsoft.StdFormat' could not be found. A
wrapper assembly is not registered for this type library.
The referenced component 'StdFormat' could not be found. A wrapper
assembly is not registered for this type library.

For reasons that I can not even begin to get into I am on a brand new
computer using Vista Home Premium:

Will someone please tell me what is wrong.

Neither Visual Studio .NET 2003, nor the Standard single language editions,
are supported in Vista.
You are experiencing the incompatibilities.

http://msdn2.microsoft.com/en-us/vstudio/aa948854.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top