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. C#
  4. file not found exception

file not found exception

Scheduled Pinned Locked Moved C#
csharpdatabasesql-servervisual-studiosysadmin
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.
  • W Offline
    W Offline
    webhay
    wrote on last edited by
    #1

    I develope desktop app and use develope dataaccess component to handel the sql server but every time i try to use the programes i got this exception. and i am sure that the component in the same folder with the programes and i refrenced it in the visual studio "File or assembly name DataAccess, or one of its dependencies, was not found. File name: "DataAccess"" Please help hoho

    K T 2 Replies Last reply
    0
    • W webhay

      I develope desktop app and use develope dataaccess component to handel the sql server but every time i try to use the programes i got this exception. and i am sure that the component in the same folder with the programes and i refrenced it in the visual studio "File or assembly name DataAccess, or one of its dependencies, was not found. File name: "DataAccess"" Please help hoho

      K Offline
      K Offline
      KaptinKrunch
      wrote on last edited by
      #2

      Have you attempted debugging? Can you post code where the error message appears?

      1 Reply Last reply
      0
      • W webhay

        I develope desktop app and use develope dataaccess component to handel the sql server but every time i try to use the programes i got this exception. and i am sure that the component in the same folder with the programes and i refrenced it in the visual studio "File or assembly name DataAccess, or one of its dependencies, was not found. File name: "DataAccess"" Please help hoho

        T Offline
        T Offline
        Tom Larsen
        wrote on last edited by
        #3

        This exception is thrown when one or more assemblies is not located by Fusion using the standard, documented paths. Simply put: you are missing a file referenced at compile time but is no where to be found at runtime. Find the assembly with DataAccess in it and make sure it can be located at runtime. Beyond that make sure that assembly has all of its dependant assemblies locatable as well.

        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