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. GAC

GAC

Scheduled Pinned Locked Moved Visual Basic
asp-netdotnettutorialquestionannouncement
3 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.
  • R Offline
    R Offline
    RyJaBy
    wrote on last edited by
    #1

    Does anyone know how to install an application that you created on another computer using a disk or any other method? I clicked publish, distribute on a CD rom, then when i try to install it on some computers there is a message that pops up saying "Unable to install or run the application. The application requires that assembly System.Core Version 3.5.0.0 be installed in the Global Assembly Cache (GAC)" Does anyone know what that means? It only happens on some computers, some are able to install the software. Is there anyway to install the program without needing that GAC thing? Thanks

    L 1 Reply Last reply
    0
    • R RyJaBy

      Does anyone know how to install an application that you created on another computer using a disk or any other method? I clicked publish, distribute on a CD rom, then when i try to install it on some computers there is a message that pops up saying "Unable to install or run the application. The application requires that assembly System.Core Version 3.5.0.0 be installed in the Global Assembly Cache (GAC)" Does anyone know what that means? It only happens on some computers, some are able to install the software. Is there anyway to install the program without needing that GAC thing? Thanks

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      Hi, System.Core 3.5.0.0 is part of .NET 3.5 which seems to be a prerequisite of your app. There are two ways to go now: - maybe you don't really need .NET features beyond .NET 2.0 and could rebuild your app for .NET 2.0, giving it a much bigger probability of running on modern PCs (you can choose the target .NET version in your project settings); - or you keep the app as is, and make sure .NET 3.5 is installed; creating an installer would allow you to check for that automatically. :)

      Luc Pattyn


      I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


      Local announcement (Antwerp region): Lange Wapper? 59.24% waren verstandig genoeg om NEEN te stemmen; bye bye viaduct.


      R 1 Reply Last reply
      0
      • L Luc Pattyn

        Hi, System.Core 3.5.0.0 is part of .NET 3.5 which seems to be a prerequisite of your app. There are two ways to go now: - maybe you don't really need .NET features beyond .NET 2.0 and could rebuild your app for .NET 2.0, giving it a much bigger probability of running on modern PCs (you can choose the target .NET version in your project settings); - or you keep the app as is, and make sure .NET 3.5 is installed; creating an installer would allow you to check for that automatically. :)

        Luc Pattyn


        I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


        Local announcement (Antwerp region): Lange Wapper? 59.24% waren verstandig genoeg om NEEN te stemmen; bye bye viaduct.


        R Offline
        R Offline
        RyJaBy
        wrote on last edited by
        #3

        Thank you very much i think that helps.

        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