exe file issue

novsaggi

New member
Joined
Nov 10, 2009
Messages
1
Programming Experience
Beginner
I am creating a EXE file in VB .NET 2008 , which has files referencing in MDB & XLS & text files.
My computer has Vista.
My client computer may have vista or winows XP with Office 2000/2003

I also created Setup for the missing DLL's (Intertop.Office) on my clients computers which may or may not have .NET components & Office DLL's.

The setup installs the files successfully.

The problem is:

When I run the program, nothing happes, It shows me the screens, but when I start my processess,
I get nothing, No Error issues, no file missing issues, no run time exceptions either.

The process is suppose to create few folders and files in it. The folders are not created.

I have initialised all variables to avoid any run time exceptions, and tried to hopefully even handle the exceptions.

Any help in this regard, will be appreciated.

Thanks in advance for posting back.
 
Back
Top