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. error BC30652: Reference required to assembly

error BC30652: Reference required to assembly

Scheduled Pinned Locked Moved Visual Basic
csharphelpquestion
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.
  • J Offline
    J Offline
    Jonathan de Halleux
    wrote on last edited by
    #1

    This is about a weird compilation error I'm having: I have 3 projects in a solution: project A (VB) is reference by projet B (C#) and project C (VB) referes both. I get an error while trying to use type of A in C ???

    error BC30652: Reference required to assembly 'A' containing the type 'A.iTraceFile'. Add one to your project.

    Anyone faced this ? Jonathan de Halleux.
    www.dotnetwiki.org

    D 1 Reply Last reply
    0
    • J Jonathan de Halleux

      This is about a weird compilation error I'm having: I have 3 projects in a solution: project A (VB) is reference by projet B (C#) and project C (VB) referes both. I get an error while trying to use type of A in C ???

      error BC30652: Reference required to assembly 'A' containing the type 'A.iTraceFile'. Add one to your project.

      Anyone faced this ? Jonathan de Halleux.
      www.dotnetwiki.org

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Yeah. Fixed by adding a Reference in Project C, to Project A. In Project C, right click on the References folder, click Add Reference. Then click on the Projects tab and select the project you want to reference, A in your case. Click Select, then OK. RageInTheMachine9532

      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