Deployment - redistributable requirements
I have written a small application in Orcas C# Express Edition (originally in the Pre-Orcas C#, but recently moved). It also uses ZedGraph for some graphing.
It all runs on my PC fine, but I would like to now install it on someone elses PC, and I'm having some problems.
I published the application, and ran setup.exe on the other PC. At first I received an error saying WindowsBase Version 3.0.0.0 needed to be installed. I installed .NET3.0, and now I receive an error saying System.Core 2.0.0.0 is missing.
.NET 2.0 appears to be already installed on this machine. Is there something else I need to install?
Are there any deployment guides?
Thanks
Brock

