maheshkumarvk / superputty

Automatically exported from code.google.com/p/superputty
MIT License
0 stars 0 forks source link

.net framework version #286

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. .net framework

What is the expected output? What do you see instead?

0xc0000135

What version of the product are you using? On what operating system?

All - XPSP3

Please provide any additional information below.

I just install .net framework 3.5,
Seems superputty must use 2.0,
if could make some change let it can run with newer .net framework version?

Original issue reported on code.google.com by freeuni...@gmail.com on 27 Jan 2013 at 8:53

GoogleCodeExporter commented 9 years ago
Installing .NET 3.5 should have installed the previous versions as well.  .NET 
3.5 runs on the .NET 2.0 clr with additional libraries.
http://msdn.microsoft.com/en-us/library/bb822049.aspx

It sounds like the install might be incomplete.

Things to try:
- Verify your install 
(http://www.thewindowsclub.com/net-framework-setup-verification-tool)
- Update to the latest and greatest, hopefully fixing your installation.
(http://smallestdotnet.com/)

Original comment by btatey...@gmail.com on 17 Mar 2013 at 2:51