Search found 3 matches

by oyvindlu
Wed Sep 26, 2012 2:54 pm
Forum: Automation Tools
Topic: UserCodeModule excel variable binding next row
Replies: 1
Views: 2366

UserCodeModule excel variable binding next row

Hi This is probably/hopefully an easy question to answer. I have added a dummy test with one usercode module. In this usercode module I've added a module variables . [TestVariable("17EA3FAD-C320-4A0B-B744-1FC1B54B0DE8")] public string VarLoanSum { get { return _VarLoanSum; } set { _VarLoanSum = valu...
by oyvindlu
Tue Sep 11, 2012 1:41 pm
Forum: Bug Reports
Topic: Error during build
Replies: 3
Views: 2117

Re: Error during build

Hi. Thank you for passing along the link. By uninstalling code contracts in VS2010 I got rid of the issue. But I still think the bug is in Ranorex studio. If if manually used msbuild from commando prompt the solution build fine but when I tried to build from Studio the error above came. Anyway. Than...
by oyvindlu
Tue Sep 11, 2012 12:45 pm
Forum: Bug Reports
Topic: Error during build
Replies: 3
Views: 2117

Error during build

First time user of Ranorex Studio: Doing a clean first time instalation of 3.3.2.19144 : Every time I'm trying to build from within Ranorex Studio, samples and own solutions, I get the error below : The build was aborted because of an internal failure. System.NullReferenceException: Object reference...