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. Web Development
  3. ASP.NET
  4. How to copy assemblies

How to copy assemblies

Scheduled Pinned Locked Moved ASP.NET
tutorial
6 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.
  • J Offline
    J Offline
    Jagadeesh Jupalli
    wrote on last edited by
    #1

    Hi all, Please let me know... How to copy assemblies (CrystalDecisions.*) located in “C:\windows\assemblies\” to my project “bin” folder. Many Thanks!! Jagadeesh

    V N 2 Replies Last reply
    0
    • J Jagadeesh Jupalli

      Hi all, Please let me know... How to copy assemblies (CrystalDecisions.*) located in “C:\windows\assemblies\” to my project “bin” folder. Many Thanks!! Jagadeesh

      V Offline
      V Offline
      Vasudevan Deepak Kumar
      wrote on last edited by
      #2

      They are already in GAC right as shared assemblies?

      Vasudevan Deepak Kumar Personal Homepage Tech Gossips

      1 Reply Last reply
      0
      • J Jagadeesh Jupalli

        Hi all, Please let me know... How to copy assemblies (CrystalDecisions.*) located in “C:\windows\assemblies\” to my project “bin” folder. Many Thanks!! Jagadeesh

        N Offline
        N Offline
        N a v a n e e t h
        wrote on last edited by
        #3

        Using commandprompt you can do this.

        cd windowsdir
        cd assembly
        cd GAC
        cd yourassemblyfolder
        ......


        My Website | Ask smart questions

        J 1 Reply Last reply
        0
        • N N a v a n e e t h

          Using commandprompt you can do this.

          cd windowsdir
          cd assembly
          cd GAC
          cd yourassemblyfolder
          ......


          My Website | Ask smart questions

          J Offline
          J Offline
          Jagadeesh Jupalli
          wrote on last edited by
          #4

          Hi, I want to copy these assemblies to my bin directory, so that i can upload them to my remote server using FTP. I am not sure this can help me but just a try ;) *** My actual problem is When i uploaded my web site (to remote server) containing Crystal reports it is showing the following error Parser Error Message: Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. Please let me know if any one know how to resolve it. Regards, Jagadeesh -- modified at 8:18 Monday 6th August, 2007

          N 1 Reply Last reply
          0
          • J Jagadeesh Jupalli

            Hi, I want to copy these assemblies to my bin directory, so that i can upload them to my remote server using FTP. I am not sure this can help me but just a try ;) *** My actual problem is When i uploaded my web site (to remote server) containing Crystal reports it is showing the following error Parser Error Message: Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. Please let me know if any one know how to resolve it. Regards, Jagadeesh -- modified at 8:18 Monday 6th August, 2007

            N Offline
            N Offline
            N a v a n e e t h
            wrote on last edited by
            #5

            Jagadeesh Jupalli wrote:

            I want to copy these assemblies to my bin directory,

            Yes that is what I shown there. Go to that directory, use DOS commands to perform copy.

            Jagadeesh Jupalli wrote:

            Parser Error Message: Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. Please let me know if any one know how to resolve it.

            CrystalReports will always be looking for assemblies in GAC I think. We had the similar problem and rectified by copying assemblies to GAC of server. You can try that. I don't think that copying these assemblies to your application bin will solve this problem.


            My Website | Ask smart questions

            J 1 Reply Last reply
            0
            • N N a v a n e e t h

              Jagadeesh Jupalli wrote:

              I want to copy these assemblies to my bin directory,

              Yes that is what I shown there. Go to that directory, use DOS commands to perform copy.

              Jagadeesh Jupalli wrote:

              Parser Error Message: Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. Please let me know if any one know how to resolve it.

              CrystalReports will always be looking for assemblies in GAC I think. We had the similar problem and rectified by copying assemblies to GAC of server. You can try that. I don't think that copying these assemblies to your application bin will solve this problem.


              My Website | Ask smart questions

              J Offline
              J Offline
              Jagadeesh Jupalli
              wrote on last edited by
              #6

              Thank you Navaneeth I will contact my Hosting company's Customer care about it. Regards, Jagadeesh

              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