Need help on porting from VB application to Vb.Net
-
recently I converted a database migration utility from VB(VS6 sp6) to VB.NET(VS 2008 SP1). It is ported succesfully. I am able to open it development M/C. But if I am trying to open the same application in installer M/C.(Fresh machine) my application is crashing. can anyone let me know what run time dll should be included so that it will work fine. System Details 1: XP SP3
asdasdadadasd
-
recently I converted a database migration utility from VB(VS6 sp6) to VB.NET(VS 2008 SP1). It is ported succesfully. I am able to open it development M/C. But if I am trying to open the same application in installer M/C.(Fresh machine) my application is crashing. can anyone let me know what run time dll should be included so that it will work fine. System Details 1: XP SP3
asdasdadadasd
ash mishra wrote:
can anyone let me know what run time dll should be included so that it will work fine.
The .NET Framework should be included; the same version that you used to develop against. You can't install just "a few dll's", as most of them have quite some dependencies. Does your installer have an option to see if there's a .NET framework?
Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]
-
recently I converted a database migration utility from VB(VS6 sp6) to VB.NET(VS 2008 SP1). It is ported succesfully. I am able to open it development M/C. But if I am trying to open the same application in installer M/C.(Fresh machine) my application is crashing. can anyone let me know what run time dll should be included so that it will work fine. System Details 1: XP SP3
asdasdadadasd
- Open VS 2008 and load the project. 2) Right click the project name in solution explorer and select properties. 3) Select the Compile tab and click the Advanced Compiler Settings 4) Check the target Framework version 5) Install that Framework version on target machine 6) Build project and copy EXE file to target machine