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.