|
For the last month i had been working on a sudoku game. Was using VB 2005 express edition. After all was done, tried to pass it on to others. Then only got to know that .NET framework should be loaded on the other PCs also.
Then I read somewhere on net that if you use Visual C#, ou dont face this problem. I tried converting my project, but even in Visual C# its giving the same "Initialisation error 0xc0000315".
So wat is the solution for me. My program is only 2.5 MB. It makes no sense to attach a 20MB .NET framework file along with it (no ones's going to bother downloading my program). How can I make a stand alone program. Lastly, which is the best alternative software for me to make such stand alone programs that wont give these problens. Any help would be highly appreciated. |