C#, Unable to install my program

Discussion in 'C#' started by uzairfarooq, Jan 24, 2009.

  1. #1
    I have prepared a program using visual C# 2008 express edition. It runs fine on my computer. But when I try to install this program on another computer it shows the following errors:-

    Unable to install or run the application.The application
    requires that the assembly
    Microsoft.VisualStudio.DebuggerVisualizaers version 8.0.0.0 be
    installed on Global Assembly Cache (GAC).


    Could any one tell me what's the actual problem and how I can get rid of that.
    Thanks.
    :)
     
    uzairfarooq, Jan 24, 2009 IP
  2. JenniP

    JenniP Peon

    Messages:
    250
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #2
    JenniP, Jan 24, 2009 IP
  3. uzairfarooq

    uzairfarooq Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes, you are right.
    I want others know that how I had solved the problem.
    In the properties of Refrences ==> Microsoft.VisualStudio.DebuggerVisualizers I set the property Copy Local to True
    Thanks a lot
    :)
     
    uzairfarooq, Jan 24, 2009 IP