Notices
ECU Flash

Evoscan / Computer help

Thread Tools
 
Search this Thread
 
Old Oct 11, 2006 | 10:06 PM
  #1  
LpBevoEvo's Avatar
Thread Starter
Evolving Member
iTrader: (9)
 
Joined: Jul 2004
Posts: 451
Likes: 0
From: Houston
Angry Evoscan / Computer help

I downlaod and run the installer and it says:

This setup requires the .NET Framework version 1.1.4322. Pleas install the w/e and run again.

So i follow the link to here.
http://msdn2.microsoft.com/en-us/net.../aa731542.aspx

and download and install the software development kit and the redistributable Package
x86 version

It still will not let me run the installer.
Reply
Old Oct 12, 2006 | 12:15 AM
  #2  
codgi's Avatar
Evolved Member
20 Year Member
Photogenic
Liked
Loved
Community Favorite
iTrader: (22)
 
Joined: Aug 2004
Posts: 2,493
Likes: 41
From: Seattle, WA
Thats cause that link most likely installed v2 of the framework (that's where that link went to). Do me a favour and do this

Start->run

Type in

"%windir%\Microsoft.NET\Framework"

And tell me what folders starting with "v" you see there. You probably have a v2.0.xxx folder but not a v1.1.4322 folder (simple way to check what version you have installed.

Flaw in how the program is compiled. Needs to be recompiled to use the updated v2 libraries. This alone means this program will not work on x64 machines since the first Framework for them is v2.

Here's the link to V1.1:

http://www.microsoft.com/downloads/d...displaylang=en

So what you'll need to do is uninstall the v2 Framework....install the 1.1 Framework (from the above link). Run windowsupdate and see if it picks up the 1.1 Framework SP1 update and the V2 update...if not then pick up the 1.1 SP1

from here:

http://www.microsoft.com/downloads/d...DisplayLang=en


and then re-install the V2 Framework (run windowsupdate to ensure all the various .Net updates are installed). That should allow the program to work.

BTW you don't need the SDK you only need the redistributable.

Last edited by codgi; Oct 12, 2006 at 12:25 AM.
Reply
Old Oct 12, 2006 | 12:17 AM
  #3  
coolguycooz's Avatar
Evolving Member
 
Joined: Sep 2006
Posts: 368
Likes: 0
From: California
the best and easiest way to do it is. Go to windows update, and find it under the software updates. Its there, if its not its already installed.
Reply
Old Oct 12, 2006 | 12:24 AM
  #4  
codgi's Avatar
Evolved Member
20 Year Member
Photogenic
Liked
Loved
Community Favorite
iTrader: (22)
 
Joined: Aug 2004
Posts: 2,493
Likes: 41
From: Seattle, WA
Originally Posted by coolguycooz
the best and easiest way to do it is. Go to windows update, and find it under the software updates. Its there, if its not its already installed.
2 problems:

1) If he's installed the newest .net (v2) when windows update does it s check it would say he had the newest one and thus not get the one he needs (in this case 1.1)
2) Even if it got the one he needs not installing the frameworks in the order they are supposed to be installed could cause the incorrect framework to be registered. That would be mean that some .Net programs would work and other's wouldn't.
Reply
Old Oct 12, 2006 | 05:14 AM
  #5  
MalibuJack's Avatar
EvoM Guru
20 Year Member
iTrader: (5)
 
Joined: Feb 2003
Posts: 10,572
Likes: 14
From: Royse City, TX
It sucks that .NET 2.0 doesn't have all the backward compatible calls for 1.1..

Only here's the catch, all code should work on 2.0 when its compiled and the computer your developing on, has 2.0, you just remove the 1.1 references and add the 2.0 ones back in..

AFAIK I think Evo4Mad is using an older development platform which has Developer Studio 2003 and .NET 1.1

He really should be releasing versions that use the newest .NET now that microsoft isn't deploying the older versions anymore with windows update.
Reply
Old Oct 12, 2006 | 09:24 AM
  #6  
LpBevoEvo's Avatar
Thread Starter
Evolving Member
iTrader: (9)
 
Joined: Jul 2004
Posts: 451
Likes: 0
From: Houston
Originally Posted by codgi
Thats cause that link most likely installed v2 of the framework (that's where that link went to). Do me a favour and do this

Start->run

Type in

"%windir%\Microsoft.NET\Framework"

And tell me what folders starting with "v" you see there. You probably have a v2.0.xxx folder but not a v1.1.4322 folder (simple way to check what version you have installed.
It shows that I have the 1.1.4332 folder, the v1.0.3705 folder, and the v2.0.50727 folder.

edit: i'm just gonna go ahead and try reinstalling everything .

Last edited by LpBevoEvo; Oct 12, 2006 at 09:41 AM.
Reply
Old Oct 12, 2006 | 10:33 AM
  #7  
LpBevoEvo's Avatar
Thread Starter
Evolving Member
iTrader: (9)
 
Joined: Jul 2004
Posts: 451
Likes: 0
From: Houston
That did it. Thanks for the help guys.
Reply
Old Oct 12, 2006 | 11:46 PM
  #8  
codgi's Avatar
Evolved Member
20 Year Member
Photogenic
Liked
Loved
Community Favorite
iTrader: (22)
 
Joined: Aug 2004
Posts: 2,493
Likes: 41
From: Seattle, WA
Framework probably wasn't correclty registered then thats all . Alls well that ends well.

Last edited by codgi; Oct 12, 2006 at 11:49 PM.
Reply
Old Oct 12, 2006 | 11:54 PM
  #9  
codgi's Avatar
Evolved Member
20 Year Member
Photogenic
Liked
Loved
Community Favorite
iTrader: (22)
 
Joined: Aug 2004
Posts: 2,493
Likes: 41
From: Seattle, WA
Originally Posted by MalibuJack
It sucks that .NET 2.0 doesn't have all the backward compatible calls for 1.1..

Only here's the catch, all code should work on 2.0 when its compiled and the computer your developing on, has 2.0, you just remove the 1.1 references and add the 2.0 ones back in..

AFAIK I think Evo4Mad is using an older development platform which has Developer Studio 2003 and .NET 1.1

He really should be releasing versions that use the newest .NET now that microsoft isn't deploying the older versions anymore with windows update.
True but this is the risk of building JIT programs that need VMs/Frameworks without including the correct version of the VM/framework with your program .
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
sebas-chan
ECU Flash
6
Sep 1, 2015 06:33 PM
shuttlegoose
ECU Flash
23
Apr 14, 2009 03:32 PM




All times are GMT -7. The time now is 12:16 PM.