Could not load file or assembly

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • programmerboy
    New Member
    • Jul 2007
    • 84

    Could not load file or assembly

    Hi,
    I am having an issue in my website. It is giving me this error "Could not load file or assembly". Can anyone please help/explain what the problem is?
    Thanks
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    It should be also referencing a filname in there, that could help.

    When you build your project are there any errors or warnings?

    Comment

    • radcaesar
      Recognized Expert Contributor
      • Sep 2006
      • 759

      #3
      Check ur assembly existence and its reference in ur code. May i have ur error code ?

      Comment

      • programmerboy
        New Member
        • Jul 2007
        • 84

        #4
        Actually I dont have the error code now. However, some times it shows up and sometimes it dont. I was reading some article and they said that you can delete your Temp .net files and it will go away. But I dont want to delete my temp.net files everytime I have some new code. I believe it doesnt give any error during build.

        Comment

        • Plater
          Recognized Expert Expert
          • Apr 2007
          • 7872

          #5
          Ah ha this sounds like the issue I had with creating .NET version of activeX componenets. I kept having to clear the Global Assembly Cache (GAC).
          I never figured out a way around it unfortunatly.
          Maybe someone else knows how to clear it?

          Comment

          • programmerboy
            New Member
            • Jul 2007
            • 84

            #6
            Originally posted by Plater
            Ah ha this sounds like the issue I had with creating .NET version of activeX componenets. I kept having to clear the Global Assembly Cache (GAC).
            I never figured out a way around it unfortunatly.
            Maybe someone else knows how to clear it?
            Some people mentioned that it is framework issue. Do you see any workaround it?

            Comment

            Working...