Dear Ranorex,
When attempting to rename a variable from within a recording module, studio crashed with the below error:
System.NullReferenceException: Object reference not set to an instance of an object.
Ranorex.Sharpdevelop.VariableStoreUtil.GetVariableRefList(IProgressMonitor monitor,IProperty p,List`1 ignoreList)+0x41
Ranorex.Sharpdevelop.VariableStoreUtil.UpdateChangedVariableNames(ICompilationUnit oldCompilationUnit,ICompilationUnit newCompilationUnit)+0xa8
Ranorex.Addins.CodeGenMonitor.ParserService_ParseInformationUpdating(Object sender,ParseInformationEventArgs e)+0x0
ICSharpCode.SharpDevelop.ParserService.OnParseInformationUpdating(ParseInformationEventArgs e)+0x9
ICSharpCode.SharpDevelop.ParserService.ParseFile(IProjectContent fileProjectContent,String fileName,String fileContent,Boolean updateCommentTags)+0xa4
This error occurred again on initially restarting studio. I was able to restart studio successfully on the third occasion. I am able to consistently reproduce this error. Is this a known issue?
Also, can you advise how I should go about renaming a variable without causing the application to crash?
Thanks,