Page 1 of 2
Visual Studio 2022
Posted: Mon Dec 20, 2021 11:02 am
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
Visual Studio 2022
Posted: Mon Dec 20, 2021 4:22 pm
by Jamal
Danilo,
You did not attach screenshots or errors you have encountered.
Jamal
Visual Studio 2022
Posted: Mon Dec 20, 2021 6:32 pm
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
Visual Studio 2022
Posted: Mon Dec 20, 2021 7:54 pm
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.
.
Visual Studio 2022
Posted: Tue Dec 21, 2021 12:00 pm
by softdevo@tiscali.it
Nothing, does not load
Visual Studio 2022
Posted: Tue Dec 21, 2021 12:06 pm
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 (93.99 KiB) Viewed 1128 times
- danilo2.jpeg (124.31 KiB) Viewed 1128 times
Visual Studio 2022
Posted: Tue Dec 21, 2021 12:36 pm
by robert
I have changed a setting on the webserver and could now insert the images again.
Robert
Visual Studio 2022
Posted: Tue Dec 21, 2021 12:58 pm
by softdevo@tiscali.it
Thank's Robert
Visual Studio 2022
Posted: Tue Dec 21, 2021 1:11 pm
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
Visual Studio 2022
Posted: Tue Dec 21, 2021 4:41 pm
by TerryB1
Danilo
A complete guess - BIN Folder Release? Debug?
Terry