Search found 8 matches

by nkristensen
Sun Jun 10, 2018 2:02 pm
Forum: Pearls
Topic: bBrowser.NET migration to X#
Replies: 23
Views: 12097

bBrowser.NET migration to X#

Thanks Chris - Works now!
by nkristensen
Sun Jun 10, 2018 1:45 pm
Forum: Pearls
Topic: bBrowser.NET migration to X#
Replies: 23
Views: 12097

bBrowser.NET migration to X#

Sorry to trouble again, but now I am getting:

error XS0426: The type name 'Functions' does not exist in the type 'bBrowser' 6,46 bptrCellGroupMove.prg bBrowser
by nkristensen
Sun Jun 10, 2018 1:14 pm
Forum: Pearls
Topic: bBrowser.NET migration to X#
Replies: 23
Views: 12097

bBrowser.NET migration to X#

Wolfgang,

Working now using the same compiler options as you.

Thank you very much to you and Johan.

Regards,
Niels
by nkristensen
Sun Jun 10, 2018 12:59 pm
Forum: Pearls
Topic: bBrowser.NET migration to X#
Replies: 23
Views: 12097

bBrowser.NET migration to X#

Thanks Wolfgang,

I am also using XIDE, but I have no complier options set. I will try your settings.

Regards,
Niels
by nkristensen
Sun Jun 10, 2018 12:43 pm
Forum: Pearls
Topic: bBrowser.NET migration to X#
Replies: 23
Views: 12097

bBrowser.NET migration to X#

Hi Johan,

Yes, references in the project to the assemblies from GAC. '

Regards,
Niels
by nkristensen
Sun Jun 10, 2018 12:36 pm
Forum: Pearls
Topic: bBrowser.NET migration to X#
Replies: 23
Views: 12097

bBrowser.NET migration to X#

<t>I have added all those references. I am compiling the bServer application of bBrowser, and get the following errors:<br/> error XS0246: The type or namespace name 'DataServer' could not be found (are you missing a using directive or an assembly reference?)<br/> <br/> for both DBServer and ...
by nkristensen
Sun Jun 10, 2018 12:28 pm
Forum: Pearls
Topic: bBrowser.NET migration to X#
Replies: 23
Views: 12097

bBrowser.NET migration to X#

<r>Thanks Wolfgang / Johan,<br/> <br/> This is what I have at the top of the one .prg<br/> <CODE><s>[code]</s>#include "VORDDClasses.vh" #include "VOSystemClasses.vh" #include "VOSystemLibrary.vh" //#include "bServer.vh" BEGIN NAMESPACE bTools.bServer CLASS bDBServer INHERIT DBServer<e>[/code]</e ...
by nkristensen
Sun Jun 10, 2018 10:03 am
Forum: Pearls
Topic: bBrowser.NET migration to X#
Replies: 23
Views: 12097

bBrowser.NET migration to X#

<t>Wolfgang (or anyone else),<br/> <br/> Thank you very much for this. I am a real newbie with his .NET stuff. I was a VPOS member, bought bBrowser.Net, etc but never got any of it to work in real work applications. Now I am trying XS and I am sure I will come right eventually! <br/> <br/> I ...