Click here to Skip to main content
15,891,777 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi guyzz
i developed an inventory application for a client. but when i install that with .net 4.5 framework it asks the 4.6.1.
and when i install that it shows OS is not supporting ..
i'm using windows 10 64 bit ..
and visual studio 2012

pls help me

What I have tried:

i tried to install it on another sysytem.. when i install .net 4.6.1 and it works .. but it dose not work currectly the application is currepted..

pls help me
Posted
Updated 5-Apr-17 0:36am
Comments
Wessel Beulink 5-Apr-17 2:55am    
Why do you not download vs 2016 at least. 2017 also launched a month ago. You definitely want that. So much new features witch makes your life easier.

1 solution

The first step is defining which Windows versions must be supported. Depending on this you have to select the .NET version to be used.

Then build your application specifying that .NET version and ensure that it is installed on the clients (e.g. by embedding the redistributable into your installation package).

See .NET Framework Versions and Dependencies[^] for more information.
 
Share this answer
 
Comments
Member 13106809 5-Apr-17 9:00am    
thank you,, now the application is installed .
but the forms are not loading currectly..
it crashes and some of them are working currectly
so.. i just istalled on win7...
i think there problem in initialization or loading form
whot should i do?
Jochen Arndt 5-Apr-17 9:32am    
Debugging and/or using error checking and reporting.

I'm sorry, but I don't know your code or when and under which circumstances there are problems. So I can't help with this.

Just one thing:
When changing projet properties like target options do a rebuild all.

You are using VS 2012. Consider also using a newer version. With VS 2012, .NET 4.5 was included.

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