polytronicgr / sharpkit

Automatically exported from code.google.com/p/sharpkit
0 stars 0 forks source link

Version check crash when installing on Linux #324

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Since 5.2.5 and 5.2.6 there is a version check in the installer that crash on 
Linux.

What is the expected output? What do you see instead?
It could complain about missing versions or somewhat but should allow to 
continue.

What we get:

Unhandled Exception:
System.ArgumentOutOfRangeException: Argument is out of range.
Parameter name: index
  at Corex.Helpers.FrameworkVersion.get_Current () [0x00000] in <filename unknown>:0 
  at Corex.Helpers.FrameworkVersion.HasVersionkOrBetter (Corex.Helpers.FrameworkVersion other) [0x00000] in <filename unknown>:0 
  at SharpKit.Installer.Program.Main () [0x00000] in <filename unknown>:0 
  at SharpKit.Installer.ProgramPreInit.Main () [0x00000] in <filename unknown>:0 

What version of the product are you using? On what operating system?
SharpKit 5.2.5 and 5.2.6
with mono 3.2.1(.net 4.5)

Original issue reported on code.google.com by Hultqvis...@gmail.com on 10 Nov 2013 at 3:50

GoogleCodeExporter commented 8 years ago
Fixed in 5.2.7, new warning dialog appears with option to continue anyway.

Original comment by Hultqvis...@gmail.com on 16 Nov 2013 at 1:13

GoogleCodeExporter commented 8 years ago

Original comment by DanelK...@gmail.com on 16 Nov 2013 at 9:49

GoogleCodeExporter commented 8 years ago
I consider this bug fixed in 5.2.7.

Original comment by Hultqvis...@gmail.com on 21 Nov 2013 at 3:54

GoogleCodeExporter commented 8 years ago
Cool, setting to fixed. Thanks!

Original comment by DanelK...@gmail.com on 21 Nov 2013 at 3:56