Search found 103 matches

by Otto
Wed Mar 19, 2025 9:36 am
Forum: Product
Topic: Temporarily disable XSharp in VS 2022?
Replies: 3
Views: 1303

Re: Temporarily disable XSharp in VS 2022?

Another alternative:
Switch in VS2022 to the folder view. This will disable all extensions automatically.
by Otto
Wed Mar 19, 2025 7:43 am
Forum: Product
Topic: Temporarily disable XSharp in VS 2022?
Replies: 3
Views: 1303

Re: Temporarily disable XSharp in VS 2022?

Thanks Robert
I found an alternative for a full uninstall/install:
unload and reload xsharp projects.
by Otto
Mon Mar 17, 2025 3:50 pm
Forum: Product
Topic: Temporarily disable XSharp in VS 2022?
Replies: 3
Views: 1303

Temporarily disable XSharp in VS 2022?

I want to temporarily disable XSharp in VS 2022. Please help me with that.
I don't use XSharp and VS that often anymore and don't remember how to do that.

The actual reason why I want to do this, is because I've got a different version of XSharp running locally compared to the one on the build ...
by Otto
Wed Aug 03, 2022 1:01 pm
Forum: Product
Topic: preventing recompilation
Replies: 4
Views: 2176

preventing recompilation

<r>hmm, are we talking about the same thing?<br/>
I don't mind that the unit tests are recompiled when I build the solution as a whole.<br/>
<br/>
But when I <U><s>[u]</s>change a unit test<e>[/u]</e></U> and want to run/debug it, then it compiles the source of the whole solution again (including ...
by Otto
Wed Aug 03, 2022 11:16 am
Forum: Product
Topic: preventing recompilation
Replies: 4
Views: 2176

preventing recompilation

I am changing unittests (in C#) over XSharp code. I see that XSharp code is recompiling (or at least checking it) every time, even though nothing changed.
Is there something I can do to prevent this behavior?
by Otto
Tue May 24, 2022 9:39 am
Forum: Suggestions
Topic: Report/warning to find potential problems switching to case-sensitive mode
Replies: 2
Views: 11909

Report/warning to find potential problems switching to case-sensitive mode

<t>We have an example where a local variable is called the same as a getter (access) on a class, but only differs in the case of the first letter.<br/>
<br/>
Example:<br/>
USING System<br/>
USING System.Collections.Generic<br/>
USING System.Linq<br/>
USING System.Text<br/>
<br/>
<br/>
FUNCTION Start ...
by Otto
Tue Dec 28, 2021 3:55 pm
Forum: VO & Vulcan
Topic: depth call stack
Replies: 1
Views: 2403

depth call stack

<t>In VO I got a situation that there is probably a circular reference resulting in a crash without an errorlog (in our case at least).<br/>
Now I would like to check how deep the call stack is in certain situations.<br/>
<br/>
Is there a function that I can call to see how deep the call stack is ...
by Otto
Tue Jan 05, 2021 6:36 pm
Forum: VO & Vulcan
Topic: Is linking VO to TFS possible?
Replies: 1
Views: 2152

Is linking VO to TFS possible?

We're moving to .NET (GIT) and don't invest anymore in VO than necessary.
We know that we will have some code in VSS for a while, but we keep it clean.
by Otto
Thu Dec 03, 2020 8:57 pm
Forum: VO & Vulcan
Topic: Float, Real8, or Decimal?
Replies: 43
Views: 18500

Float, Real8, or Decimal?

I've tested the /vo14 on an individual case and it looks good!
Now we are going to test it in bulk. I'll hope next week to see the outcome.

Thanks for all your prompt responses and patience. These are stressful times for us here.