Hi All,
VS22 freezes for me after changing the xaml file. Even if I create a new project and edit the xaml file through the designer or manually, after a while VS freezes and after restarting VS freezes after every xaml edit.
Juraj
Search found 161 matches
- Mon Jul 21, 2025 2:09 pm
- Forum: Product
- Topic: Visual Studio freezes when adding new XSharp Class
- Replies: 8
- Views: 11142
- Tue Apr 08, 2025 8:05 pm
- Forum: Visual FoxPro
- Topic: Foxtools functions
- Replies: 3
- Views: 7039
Re: Foxtools functions
in Core dialect work this code:
Juraj
Code: Select all
IF Process.GetProcessesByName(Process.GetCurrentProcess().ProcessName).Length > 1
MessageBox.Show("Aplikácia is launched.")
Application.Current:Shutdown()
RETURN
ENDIF
- Thu Nov 28, 2024 7:47 pm
- Forum: Product
- Topic: Visual Studio error in debug mode
- Replies: 1
- Views: 1211
Visual Studio error in debug mode
if I debug the WPF application in debug mode and make some changes in the xaml file, everything works fine. But after exiting debug mode and trying to save changes, VS freezes. Both VS 2019 and VS2022 do it with version XS 2.21.
Juraj
Juraj
Web app
Hi All,
I would like to try to write a small webapp according to Danilo Giuliani instructions from the xSharp website.
The zip files mentioned in the instructions are no longer available.
Does anyone have these files downloaded (webtest.zip, webtest_xide.zip) and would be willing to share?
Juraj
I would like to try to write a small webapp according to Danilo Giuliani instructions from the xSharp website.
The zip files mentioned in the instructions are no longer available.
Does anyone have these files downloaded (webtest.zip, webtest_xide.zip) and would be willing to share?
Juraj
- Wed Mar 15, 2023 4:03 pm
- Forum: 3rd party products
- Topic: The future of ReportPro
- Replies: 54
- Views: 26758
The future of ReportPro
<t>Hi Robert,<br/>
i would like to use report in "Core" dialect without any VO or VN libraries<br/>
<br/>
1. Your RP Version RP2[X] RP3[ ]<br/>
2. Uses [ ] VO [X ] XSharp<br/>
3. As a database you use. [ ] DBFs [X ]Temporary DBFs [X ] SQL<br/>
4. Approximately how many installations of RP2 you have ...
i would like to use report in "Core" dialect without any VO or VN libraries<br/>
<br/>
1. Your RP Version RP2[X] RP3[ ]<br/>
2. Uses [ ] VO [X ] XSharp<br/>
3. As a database you use. [ ] DBFs [X ]Temporary DBFs [X ] SQL<br/>
4. Approximately how many installations of RP2 you have ...
- Sat Jan 28, 2023 12:40 pm
- Forum: Examples
- Topic: save BYTE[] into postgres table
- Replies: 9
- Views: 14640
save BYTE[] into postgres table
Hi Wolfgang,
I have a request from the customer to save the text in a "hidden" state, for security reasons when viewing tables normally. My plan was to zip this text and save it in a table. I haven't solved this task yet and would appreciate any advice and help.
Juraj
I have a request from the customer to save the text in a "hidden" state, for security reasons when viewing tables normally. My plan was to zip this text and save it in a table. I haven't solved this task yet and would appreciate any advice and help.
Juraj
- Sun Jan 15, 2023 5:57 pm
- Forum: Examples
- Topic: save BYTE[] into postgres table
- Replies: 9
- Views: 14640
save BYTE[] into postgres table
Hi Wolfgang, FFF
thank you for your advice, I am satisfied with the use of base64.
Juraj
thank you for your advice, I am satisfied with the use of base64.
Juraj
- Sun Jan 15, 2023 4:18 pm
- Forum: Examples
- Topic: save BYTE[] into postgres table
- Replies: 9
- Views: 14640
save BYTE[] into postgres table
<r>Hi All,<br/>
I need sabe long text into postgres table. I use net. compress method<br/>
<CODE><s>[code]</s>PUBLIC METHOD MyZip( uncompressed AS STRING) AS BYTE[]
LOCAL ret AS BYTE[]
BEGIN USING VAR outputMemory := MemoryStream{}
BEGIN USING VAR gz := GZipStream{outputMemory, CompressionLevel ...
I need sabe long text into postgres table. I use net. compress method<br/>
<CODE><s>[code]</s>PUBLIC METHOD MyZip( uncompressed AS STRING) AS BYTE[]
LOCAL ret AS BYTE[]
BEGIN USING VAR outputMemory := MemoryStream{}
BEGIN USING VAR gz := GZipStream{outputMemory, CompressionLevel ...
- Fri Jun 03, 2022 3:17 pm
- Forum: Product
- Topic: Public version 2.12.2.0
- Replies: 4
- Views: 2433
Public version 2.12.2.0
Hi Robert,
I don't know if it will help, but the bug is only in WPF, WinForms and VO MDI OR VO SDI can be run
Juraj
I don't know if it will help, but the bug is only in WPF, WinForms and VO MDI OR VO SDI can be run
Juraj
- Thu Jun 02, 2022 7:25 pm
- Forum: Product
- Topic: Public version 2.12.2.0
- Replies: 4
- Views: 2433
Public version 2.12.2.0
When this app open in VS2019 work OK.

