Solved - Upgrade to 2022 failed due to anti-virus software

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
ellys98155
User
Posts: 2

Solved - Upgrade to 2022 failed due to anti-virus software

Post by ellys98155 »

Install appeared to have completed, but there were messages displayed.

There was a Symantec anti-virus message that appeared briefly during the Node.JS install, and the .net 6 core, but the install process itself didn't report any issues.

The first time I started Version 2022, it loaded without issue.

I then opened a project that I didn't care if it failed.

It opened it without issue.

I tried to generate code. It wouldn't generate correctly. The error message was essentially needs .net 6 when it was trying to browse after generation.

I exited, and then went back in and 2022 during application startup it couldn't complete it's package check process and hung.

Every time I tried to start 2022, it would hang while loading that application. I could not even get to the Project menu.

I reran .net 6 core setup, making sure I ran with administrator permissions.

I then opened control panel, chose modify for Node.JS and then selected the repair option.

That required a reboot.

Now it works. My project code generates as expected, and it seems to be a LOT faster when switching forms.


Post Reply