Click here to Skip to main content
16,018,973 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Recently I designed an GPA Calculator Application in C# WinForm
and released on Internet.

Now, I got a report that Windows Xp user was not able to open that Application.


ERROR : "NOT SUPPORTS WIN32 " like that :O

Why? Anyone Help me?

HERE MY APPLICATION:: www.bitsa.in[^]

I want this application to accessed by all user.. without depending any OS.


TOOLS I USED:

Visual Studio 2012 Profession
.NET 4.0
Posted
Comments
H.Brydon 1-Jul-13 1:05am    
Is .NET 4.0 supported on XP? In any case, make sure that the client machine has the right runtime support on their machine...
Aravin.it 1-Jul-13 2:33am    
I do no.

If I changed .Net to 3.0 , does it work on all system(OS).

1 solution

Install .NET Framework 4.0 on client machine..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900