instaled 2.7 , change the references and error...
Posted: Thu Feb 11, 2021 1:47 pm
Good morning Forum,
I just installed the latest version of Xsharp. Following that, I removed the references from an existing project and then re-referenced the xsharp dlls. Buid project produces the following error
Next ouput window that include the error XS9999
3>------ Build started: Project: WindowsFormsApplication1, Configuration: Debug Any CPU ------
3>WindowsFormsApplication1gui.prg(31,10): warning XS9047: A get or set accessor must have a body, an auto property will be generated
3>WindowsFormsApplication1gui.prg(32,10): warning XS9047: A get or set accessor must have a body, an auto property will be generated
3>WindowsFormsApplication1libr.prg(12,1): warning XS9025: Missing RETURN statement. A statement with a default 'empty' return value is returned.
3>WindowsFormsApplication1sqlexins.prg(30,1): warning XS9025: Missing RETURN statement. A statement with a default 'empty' return value is returned.
3>WindowsFormsApplication1sqlexins.prg(76,8): warning XS9025: Missing RETURN statement. A statement with a default 'empty' return value is returned.
3>X-SharpWindowsFormsApplication1scperaso.prg(197,1): warning XS9025: Missing RETURN statement. A statement with a default 'empty' return value is returned.
3>WindowsFormsApplication1Form2.prg(1,1): error XS9999: An internal compiler error has occurred: 'Object reference not set to an instance of an object.', at LanguageService.CodeAnalysis.XSharp.Syntax.InternalSyntax.XSharpTreeTransformationFox.ExitStatementBlock(StatementBlockContext context)
And another question: Are there any private datasession example to check? or if i use xsharp in diferents threads, is it enought?
Thanks
Juan
I just installed the latest version of Xsharp. Following that, I removed the references from an existing project and then re-referenced the xsharp dlls. Buid project produces the following error
Next ouput window that include the error XS9999
3>------ Build started: Project: WindowsFormsApplication1, Configuration: Debug Any CPU ------
3>WindowsFormsApplication1gui.prg(31,10): warning XS9047: A get or set accessor must have a body, an auto property will be generated
3>WindowsFormsApplication1gui.prg(32,10): warning XS9047: A get or set accessor must have a body, an auto property will be generated
3>WindowsFormsApplication1libr.prg(12,1): warning XS9025: Missing RETURN statement. A statement with a default 'empty' return value is returned.
3>WindowsFormsApplication1sqlexins.prg(30,1): warning XS9025: Missing RETURN statement. A statement with a default 'empty' return value is returned.
3>WindowsFormsApplication1sqlexins.prg(76,8): warning XS9025: Missing RETURN statement. A statement with a default 'empty' return value is returned.
3>X-SharpWindowsFormsApplication1scperaso.prg(197,1): warning XS9025: Missing RETURN statement. A statement with a default 'empty' return value is returned.
3>WindowsFormsApplication1Form2.prg(1,1): error XS9999: An internal compiler error has occurred: 'Object reference not set to an instance of an object.', at LanguageService.CodeAnalysis.XSharp.Syntax.InternalSyntax.XSharpTreeTransformationFox.ExitStatementBlock(StatementBlockContext context)
And another question: Are there any private datasession example to check? or if i use xsharp in diferents threads, is it enought?
Thanks
Juan