Cannot find my activity log ...

iqworks Information Quality Works 276 Reputation points
2022-07-30T17:23:44.473+00:00

Hi, i have activity logs folders i have
226452-activity-logs.png

I see them. I am using VS 2019 version which is version 16, so i am using 16.0_acf7e869.
226422-activity-log-version.png

however, when I open this ActivityLog.Setup.xml, I am thinking this is my activity log?
226388-activity-log-location.png

I cannot find any errors for 2022/07? I am having an error in my VS application at this ajax code. I am trying to find out what this error is, but I cannot see it in the log.
226318-activity-log-error-code.png

I can see the error using Chrome dev tools, but I need to know why its not showing up in the activity log.

thanks for any help or advice

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,142 questions
0 comments No comments
{count} votes

Accepted answer
  1. Tianyu Sun-MSFT 30,821 Reputation points Microsoft Vendor
    2022-08-01T05:48:28.72+00:00

    Hi @iqworks Information Quality Works ,

    Welcome to Microsoft Q&A forum.

    ActivityLog.Setup.xml file is different from ActivityLog.xml file. If you want to collect and check the ActivityLog.xml file, you can try following steps:

    1. Launch Developer Command Prompt for VS 2019 from Start Menu.
    2. Run devenv.exe /log and close VS after the error appears.
    3. The ActivityLog.xml file should be now under %AppData%\Microsoft\VisualStudio\16.0_<UniqueID>.

    Best Regards,
    Tianyu

    • If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
      Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. iqworks Information Quality Works 276 Reputation points
    2022-08-01T15:51:57.393+00:00

    Hi TianyuSun-MSFT
    That did it! The activitylog was created.
    HA, now i am going to search for how to read it.

    thanks very much

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.