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. modifying dll

modifying dll

Scheduled Pinned Locked Moved Visual Basic
csharpquestion
2 Posts 2 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.
  • U Offline
    U Offline
    uktrips007
    wrote on last edited by
    #1

    Dear dost I've created dll in vb.net and used it in ASP pages.I got success.but now I've to modify this dll and again iI have to use it.I modified dll file and made it's dll by building it in vb.net.then I followed the sam procedure which I followed last time.but in result it's showing me privious result only.If I delete this file from system32 folder even though it's working. so plssssssssss tell me how can I use the modified dll in ASP pages. Thanks in advance. Uttam Kumar :zzz: try to be the best... whereever you go,

    G 1 Reply Last reply
    0
    • U uktrips007

      Dear dost I've created dll in vb.net and used it in ASP pages.I got success.but now I've to modify this dll and again iI have to use it.I modified dll file and made it's dll by building it in vb.net.then I followed the sam procedure which I followed last time.but in result it's showing me privious result only.If I delete this file from system32 folder even though it's working. so plssssssssss tell me how can I use the modified dll in ASP pages. Thanks in advance. Uttam Kumar :zzz: try to be the best... whereever you go,

      G Offline
      G Offline
      Gerben Jongerius
      wrote on last edited by
      #2

      You can not just overwrite the old DLL, since you are trying to do this through COM interfaces. You first need to unregister your old DLL from the system with regasm and then register the new version. Otherwise you could get problems with multiple versions.

      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