VB .NET

  • Thread starter Thread starter Jamie
  • Start date Start date
J

Jamie

Hi,

I'd like to develop an application with VB .NET with
Access Database, M question is is it posible to install
the application on the client machine without having
VS .NET in the machine, which files I need to install the
application to run properly

Thanks
 
Assuming that you aren't using any external libraries (e.g. custom database
access libraries), then the only thing that you should have to install on
the client machine is your executables, databases and the .Net Framework
(dotnetfx.exe).

The framework itself has a few requirements (Win98 or better, MDAC, IE
etc.), so watch out for those.

Hope this helps,

Trev.
 

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

Back
Top