Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Need help on porting from VB application to Vb.Net

Need help on porting from VB application to Vb.Net

Scheduled Pinned Locked Moved Visual Basic
csharpdatabasevisual-studiotools
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Ashish Ranjan Mishra
    wrote on last edited by
    #1

    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

    L Z 2 Replies Last reply
    0
    • A Ashish Ranjan Mishra

      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

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      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[^]

      1 Reply Last reply
      0
      • A Ashish Ranjan Mishra

        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

        Z Offline
        Z Offline
        ZappaDog
        wrote on last edited by
        #3
        1. 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
        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups