Notices
ECU Flash

Evoscan / Computer help

Thread Tools
 
Search this Thread
 
Old Oct 11, 2006, 10:06 PM
  #1  
Evolving Member
Thread Starter
iTrader: (9)
 
LpBevoEvo's Avatar
 
Join Date: Jul 2004
Location: Houston
Posts: 451
Likes: 0
Received 0 Likes on 0 Posts
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.
Old Oct 12, 2006, 12:15 AM
  #2  
Evolved Member
iTrader: (22)
 
codgi's Avatar
 
Join Date: Aug 2004
Location: Seattle, WA
Posts: 2,491
Received 41 Likes on 37 Posts
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.
Old Oct 12, 2006, 12:17 AM
  #3  
Evolving Member
 
coolguycooz's Avatar
 
Join Date: Sep 2006
Location: California
Posts: 368
Likes: 0
Received 0 Likes on 0 Posts
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.
Old Oct 12, 2006, 12:24 AM
  #4  
Evolved Member
iTrader: (22)
 
codgi's Avatar
 
Join Date: Aug 2004
Location: Seattle, WA
Posts: 2,491
Received 41 Likes on 37 Posts
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.
Old Oct 12, 2006, 05:14 AM
  #5  
EvoM Guru
iTrader: (5)
 
MalibuJack's Avatar
 
Join Date: Feb 2003
Location: Royse City, TX
Posts: 10,569
Likes: 0
Received 9 Likes on 9 Posts
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.
Old Oct 12, 2006, 09:24 AM
  #6  
Evolving Member
Thread Starter
iTrader: (9)
 
LpBevoEvo's Avatar
 
Join Date: Jul 2004
Location: Houston
Posts: 451
Likes: 0
Received 0 Likes on 0 Posts
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.
Old Oct 12, 2006, 10:33 AM
  #7  
Evolving Member
Thread Starter
iTrader: (9)
 
LpBevoEvo's Avatar
 
Join Date: Jul 2004
Location: Houston
Posts: 451
Likes: 0
Received 0 Likes on 0 Posts
That did it. Thanks for the help guys.
Old Oct 12, 2006, 11:46 PM
  #8  
Evolved Member
iTrader: (22)
 
codgi's Avatar
 
Join Date: Aug 2004
Location: Seattle, WA
Posts: 2,491
Received 41 Likes on 37 Posts
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.
Old Oct 12, 2006, 11:54 PM
  #9  
Evolved Member
iTrader: (22)
 
codgi's Avatar
 
Join Date: Aug 2004
Location: Seattle, WA
Posts: 2,491
Received 41 Likes on 37 Posts
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 .
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



Quick Reply: Evoscan / Computer help



All times are GMT -7. The time now is 08:20 AM.