Visual Studio 2022

We encourage new members to introduce themselves here. Get to know one another and share your interests.
User avatar
softdevo@tiscali.it
Posts: 189
Joined: Wed Sep 30, 2015 1:30 pm

Visual Studio 2022

Post by softdevo@tiscali.it »

I have a web application based on aspx pages and dlls written in X#, the pages contain Javascript.
I write the X# code using XIDE and at the end of the debug compilation copy dll, pdb and prg in the bin folder of the site.
The main folder of the site contains the aspx page and then other html files, etc ..
I use Visual Studio for debugging my application.
With Visual Studio 2019 I regularly start the website and debug without problems.
With Visual Studio 2022 the compilation of the site starts but does not end by reporting errors that I do not understand and I am attaching.
I repeat as said with Visual Studio 2019 everything works wonders.

Thank you

Danilo
Jamal
Posts: 314
Joined: Mon Jul 03, 2017 7:02 pm

Visual Studio 2022

Post by Jamal »

Danilo,

You did not attach screenshots or errors you have encountered.

Jamal
User avatar
softdevo@tiscali.it
Posts: 189
Joined: Wed Sep 30, 2015 1:30 pm

Visual Studio 2022

Post by softdevo@tiscali.it »

Yes, you're right, but I add two jpg files, but then when I send them I can't find them anymore, I don't know what to do .....

Danilo
User avatar
Chris
Posts: 4562
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Visual Studio 2022

Post by Chris »

Danilo,

Maybe you can send the error messages as text? Just select all the errors with CTRL+A, press CTRL+C to copy them and paste them here in your message.

.
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
User avatar
softdevo@tiscali.it
Posts: 189
Joined: Wed Sep 30, 2015 1:30 pm

Visual Studio 2022

Post by softdevo@tiscali.it »

Nothing, does not load
User avatar
Chris
Posts: 4562
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Visual Studio 2022

Post by Chris »

Guys,

Here are the images with the error messages from Danilo's PC:

https://www.dropbox.com/s/vg413m4w9ti19 ... 1.jpg?dl=0

https://www.dropbox.com/s/86jxyna2du80m ... 2.jpg?dl=0
danilo1.jpeg
danilo1.jpeg (93.99 KiB) Viewed 535 times
danilo2.jpeg
danilo2.jpeg (124.31 KiB) Viewed 535 times
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Visual Studio 2022

Post by robert »

I have changed a setting on the webserver and could now insert the images again.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
User avatar
softdevo@tiscali.it
Posts: 189
Joined: Wed Sep 30, 2015 1:30 pm

Visual Studio 2022

Post by softdevo@tiscali.it »

Thank's Robert
User avatar
softdevo@tiscali.it
Posts: 189
Joined: Wed Sep 30, 2015 1:30 pm

Visual Studio 2022

Post by softdevo@tiscali.it »

Thank's Chris.
As I said, the application started by VS 2019 starts and works perfectly, the same application started by VS 2022 randomly generates these two errors.
These are errors that apparently make no sense as: the "AcquireStamp" assembly is contained in the AcquireStamp.dll dll, and the dll is present in the BIN folder. For the error: Reference to an object not set on an object instance, there is no indication and then I repeat: a VS 2019 this error is not generated.

Danilo
Terry
Posts: 306
Joined: Wed Jan 03, 2018 11:58 am

Visual Studio 2022

Post by Terry »

Danilo
A complete guess - BIN Folder Release? Debug?

Terry
Post Reply