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.
 
Back
Top