C# Build program for non VS.NET users not working
I created a program in C#.
When I try and distribute it to people who don't have the .NET framework or VS the program is not working...
They get a `Can't initialise app` Error right when they start the app....
Is the Framework required when distributing apps?
I am distributing both my .lib and .exe.
Package and Deployment Wizard
So I guess I need to use a Package and Deployment Wizard...just like in VB6?
I can't find it in my menu...has it been renamed?