Welcome, Guest
Username: Password: Remember me
Welcome to the XSharp forum!

Tell us and our members who you are, what you like and why you became a member of this site.
We welcome all new members and hope to see you around a lot!
  • Page:
  • 1

TOPIC:

Visual Studio 2022 20 Dec 2021 12:02 #20838

  • softdevo@tiscali.it's Avatar
  • Topic Author


  • Posts: 177
  • 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

    Please Log in or Create an account to join the conversation.

    Last edit: by .

    Visual Studio 2022 20 Dec 2021 17:22 #20839

    • Jamal
    • Jamal's Avatar


  • Posts: 309
  • Danilo,

    You did not attach screenshots or errors you have encountered.

    Jamal

    Please Log in or Create an account to join the conversation.

    Visual Studio 2022 20 Dec 2021 19:32 #20840

    • softdevo@tiscali.it's Avatar
    • Topic Author


  • Posts: 177
  • 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

    Please Log in or Create an account to join the conversation.

    Visual Studio 2022 20 Dec 2021 20:54 #20841

    • Chris
    • Chris's Avatar


  • Posts: 3981
  • 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.

    .
    XSharp Development Team
    chris(at)xsharp.eu

    Please Log in or Create an account to join the conversation.

    Visual Studio 2022 21 Dec 2021 13:00 #20844

    • softdevo@tiscali.it's Avatar
    • Topic Author


  • Posts: 177
  • Nothing, does not load

    Please Log in or Create an account to join the conversation.

    Last edit: by .

    Visual Studio 2022 21 Dec 2021 13:06 #20845

    • Chris
    • Chris's Avatar


  • Posts: 3981
  • Guys,

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

    www.dropbox.com/s/vg413m4w9ti197e/error1.jpg?dl=0

    www.dropbox.com/s/86jxyna2du80mep/error2.jpg?dl=0

    XSharp Development Team
    chris(at)xsharp.eu
    Attachments:

    Please Log in or Create an account to join the conversation.

    Last edit: by robert.

    Visual Studio 2022 21 Dec 2021 13:36 #20846

    • robert
    • robert's Avatar


  • Posts: 3599
  • I have changed a setting on the webserver and could now insert the images again.

    Robert
    XSharp Development Team
    The Netherlands

    Please Log in or Create an account to join the conversation.

    Visual Studio 2022 21 Dec 2021 13:58 #20848

    • softdevo@tiscali.it's Avatar
    • Topic Author


  • Posts: 177
  • Thank's Robert

    Please Log in or Create an account to join the conversation.

    Visual Studio 2022 21 Dec 2021 14:11 #20849

    • softdevo@tiscali.it's Avatar
    • Topic Author


  • Posts: 177
  • 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

    Please Log in or Create an account to join the conversation.

    Visual Studio 2022 21 Dec 2021 17:41 #20852

    • Terry
    • Terry's Avatar


  • Posts: 305
  • Danilo
    A complete guess - BIN Folder Release? Debug?

    Terry

    Please Log in or Create an account to join the conversation.

    Visual Studio 2022 21 Dec 2021 18:30 #20853

    • softdevo@tiscali.it's Avatar
    • Topic Author


  • Posts: 177
  • By doing various tests I realized one thing:
    premise: my application consists of 23 dlls.
    Visual studio when starting debugging tells me that it cannot load the acquirestamp assembly.
    If I replace the acquirestamp.dll and acquirestamp.dbg files taken in the debug folder for project Xide with the acquirestamp.dll file from the relesase folder, the assembly is loaded, but it tells me that it cannot load the next assembly, I also replace this and the message moves to the third assembly and so on.
    It would appear that it does not recognize assemblies compiled with the debug option as valid, but only those compiled with the release option.

    Danilo

    Please Log in or Create an account to join the conversation.

    Visual Studio 2022 22 Dec 2021 12:50 #20856

    • fxm
    • fxm's Avatar


  • Posts: 52
  • Whenever I've seen the "Not in the correct format" error it's generally to do with bitness.

    Presumably you have some dlls that are x86?

    IIS Express by default runs in x64 mode in VS2022 - but you can turn it off
    Tools -> Options -> Search iis and untick the option


    Alternatively you can turn it off on a project by project basis

    Attachments:

    Please Log in or Create an account to join the conversation.

    Visual Studio 2022 22 Dec 2021 14:58 #20858

    • softdevo@tiscali.it's Avatar
    • Topic Author


  • Posts: 177
  • Thanks, set IIS Express as you suggested now my application starts, but only the first time, then it keeps giving the error you see in error2.jpg,
    If you see error1.jpg (how a page looks in VS2019) and error3.jpg the same page in VS 2022.
    In error4.jpg a recurring error.
    Maybe the problem lies in the fact that VS2022 necessarily wants dlls compiled with Net Framework 4.8?

    Danilo

    Attachments:

    Please Log in or Create an account to join the conversation.

    Visual Studio 2022 05 Jan 2022 16:42 #21018

    • softdevo@tiscali.it's Avatar
    • Topic Author


  • Posts: 177
  • Here's how I set up Visual Studio 2022 to debug my web application

    Danilo

    Please Log in or Create an account to join the conversation.

    • Page:
    • 1