Page 2 of 2

Re: Error Window opening when clicking "Connect."

Posted: Wed Jun 29, 2022 5:49 pm
by Acidic
xpander wrote: Wed Jun 29, 2022 5:44 pm System.Reflection.TargetInvocationException is a .NET error.

Things to fix this:

-Make sure your windows updates are all done and nothing is pending. reboot after.
-Check from your windows services if your net services are not disabled. enable them.
-Reinstall .NET framework
The bot / ok penguin is alive :) was just remembering last time this came up it was a .net reinstall that fixed it

Re: Error Window opening when clicking "Connect."

Posted: Wed Jun 29, 2022 7:12 pm
by Zombina
Acidic wrote: Wed Jun 29, 2022 5:12 pm To me looks like a mouse driver issue, guess from the error log. Could be caused by a windows update breaking the mouse driver.

Might be worth a try to disconnect the mouse and use tab and return to connect, that way at least the mouse driver should be out of the flow.

Else try update driver for mouse /keyboard or even run the mouse as a generic mouse to try narrow down what the issue is

didn't do anything

Re: Error Window opening when clicking "Connect."

Posted: Wed Jun 29, 2022 7:36 pm
by Zombina
xpander wrote: Wed Jun 29, 2022 5:44 pm System.Reflection.TargetInvocationException is a .NET error.

Things to fix this:

-Make sure your windows updates are all done and nothing is pending. reboot after.
-Check from your windows services if your net services are not disabled. enable them.
-Reinstall .NET framework
every updates are done, all the services are activated in Windows Service and i already tried many time to reinstall .NET 4.8 but i already have it and updated :/

Re: Error Window opening when clicking "Connect."

Posted: Wed Jun 29, 2022 7:51 pm
by Acidic
Try this (third solution, one of manny .net)
this post error message looks like yours maybe the solution posted will work

viewtopic.php?f=4&t=31241#p485599

Re: Error Window opening when clicking "Connect."

Posted: Wed Jun 29, 2022 8:50 pm
by satanlol
My issue is solved. I followed the link above and it took me to these steps:

* cmd
* net stop winmgmt
* renamed the c:\windows\system32\wbem\repository folder
* comp restart
* cmd
* net stop winmgmt
* winmgmt /resetRepository
* reboot

Re: Error Window opening when clicking "Connect."

Posted: Wed Jun 29, 2022 9:16 pm
by Zombina
Acidic wrote: Wed Jun 29, 2022 7:51 pm Try this (third solution, one of manny .net)
this post error message looks like yours maybe the solution posted will work

viewtopic.php?f=4&t=31241#p485599
well tried what was written and now its the first error, invalid username/password, gonna change my password to see if it work

Re: Error Window opening when clicking "Connect."

Posted: Wed Jun 29, 2022 9:30 pm
by Zombina
satanlol wrote: Wed Jun 29, 2022 8:50 pm My issue is solved. I followed the link above and it took me to these steps:

* cmd
* net stop winmgmt
* renamed the c:\windows\system32\wbem\repository folder
* comp restart
* cmd
* net stop winmgmt
* winmgmt /resetRepository
* reboot

GG for You! It Solved my problem too! Now let's Smash some Urks skulls to settle the Grudges! Khazuk!

Re: Error Window opening when clicking "Connect."

Posted: Wed Jun 29, 2022 9:35 pm
by satanlol
Thanks for all the help everyone.