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.
A quick google shows this http://dotnet.org.za/pieter/archive...crosoft-visualstudio-debuggervisualizers.aspx As a possible reason. Personally not seen that assembly, so unless you have explicitly referenced it I would imagine its something like the above. If you have added a reference to it, I imagine its available with the SDK download of .NET framework rather than the redistrubitable. Jen
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