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. Unable to emit assembly: Referenced assembly 'Interop.ADODB' does not have a strong name

Unable to emit assembly: Referenced assembly 'Interop.ADODB' does not have a strong name

Scheduled Pinned Locked Moved Visual Basic
csharpcomquestion
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.
  • M Offline
    M Offline
    MarcelloTurnbull
    wrote on last edited by
    #1

    Hi My VB.NET Library references ADODB. When I build it, the above message comes out. Should I run tlbimp.exe ? Thanks Marcello Turnbull

    A 1 Reply Last reply
    0
    • M MarcelloTurnbull

      Hi My VB.NET Library references ADODB. When I build it, the above message comes out. Should I run tlbimp.exe ? Thanks Marcello Turnbull

      A Offline
      A Offline
      Andy Missico
      wrote on last edited by
      #2

      It is possible you have the wrong ADODB version. Make sure you get the Visual Studio installed version that is located in the "C:\Program Files\Microsoft.NET\Primary Interop Assemblies". Delete the reference. Clean Solution. Verify Obj and Bin folders are empty. Build Solution. Ignore the errors. Add the reference. Make absolutely sure you select the correct ADODB reference! The reference must be ADODB (upper-case on purpose) viewed from Solution Explorer. The reference you are adding is adodb (lower-case on purpose) from the Add Reference dialog. Component: adodb Version : 7.0.3300.0 Runtime : v1.1.4322 Path : C:\Program Files\Microsoft.NET\Primary Interop Assemblies\adodb.dll Rebuild Solution

      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