Page 1 of 1

ranorex studio

Posted: Fri Mar 06, 2009 8:15 am
by automationtool.1
Not able to open ranorex studio giving error " Unhandlled exception"
What is tyhe System requirement for ranorex studio

Posted: Fri Mar 06, 2009 9:01 am
by Support Team
The .NET Framework 3.5 is required. If you installed Ranorex by clicking on the "Setup.exe" file, the .NET Framework 3.5 should be installed.

Please post the exeception text, otherwise we can just guess what the problem could be!

Regards,
Alex
Ranorex Support Team

Error screen

Posted: Fri Mar 06, 2009 10:12 am
by automationtool.1
First of all Thank U for quick reply.
I have downloaded Trial Version of Ranorex 2.0 & installed it using SetUp.Exe though it is giving error if try to start Ranorex Studio.
Please help.
Below is the occurred error
Unhandled exception terminated RanorexStudio
Exception thrown:
System.Typeinitializationexception: The type initialize for
'ICSharpCode.SharpDevelop.StatusBarService' threw an exception
[/code]

Posted: Fri Mar 06, 2009 10:38 am
by Support Team
Please post the complete exception text (the message and the stacktrace), i.e. the whole text that is displayed when the exception occurs.

Regards,
Alex
Ranorex Support Team

Posted: Fri Mar 06, 2009 10:49 am
by automationtool.1
Ranorex Studio Version : 2.0.0.5474
.NET Version : 2.0.50727.42
OS Version : Microsoft Windows NT 5.2.3790 Service Pack 2
Current culture : Dutch (Netherlands) (nl-NL)
Current UI language : en-US
Terminal Server Session
Working Set Memory : 30412kb
GC Heap Memory : 1988kb

Unhandled exception terminated RanorexStudio
Exception thrown:
System.TypeInitializationException: The type initializer for 'ICSharpCode.SharpDevelop.StatusBarService' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
File name: 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
at ICSharpCode.SharpDevelop.StatusBarService..cctor()

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

--- End of inner exception stack trace ---
at ICSharpCode.SharpDevelop.StatusBarService.Initialize()
at ICSharpCode.SharpDevelop.Gui.WorkbenchSingleton.InitializeWorkbench(IWorkbench workbench, IWorkbenchLayout layout)
at ICSharpCode.SharpDevelop.Gui.WorkbenchSingleton.InitializeWorkbench()
at ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbenchInternal(Object settings)
at ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbench(WorkbenchSettings settings)
at ICSharpCode.SharpDevelop.Sda.SharpDevelopHost.RunWorkbench(WorkbenchSettings settings)
at ICSharpCode.SharpDevelop.SharpDevelopMain.RunApplication()
at ICSharpCode.SharpDevelop.SharpDevelopMain.Run(String[] args)
at ICSharpCode.SharpDevelop.SharpDevelopMain.Main(String[] args)

---- Recent log messages:
Failed to append recent log messages.
System.IO.FileNotFoundException: Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
File name: 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
at ICSharpCode.SharpDevelop.Sda.LogMessageRecorder.AppendRecentLogMessages(StringBuilder sb, ILog log)
at ICSharpCode.SharpDevelop.Sda.ExceptionBox.getClipboardString()

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].


---- Post-error application state information:
Installed 3rd party AddIns:

Posted: Fri Mar 06, 2009 10:56 am
by Support Team
Apparently, the .NET Framework 3.5 is not installed. Please install the framework from this URL:
http://www.microsoft.com/downloads/deta ... da479ab0d7

Or run the Ranorex "Setup.exe" again, this should run the .NET Framework 3.5 SP1 setup as well.

Regards,
Alex
Ranorex Support Team