After upgrade to 2021 version I have error related to .net

Ask questions about creating Graphical User Interfaces (GUI) in PowerShell and using WinForms controls.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 2 years and 7 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
sneh_09
Posts: 5
Last visit: Wed Aug 11, 2021 4:49 am

After upgrade to 2021 version I have error related to .net

Post by sneh_09 »

When I run any simple project I get the following error:

>> Running (testepm.psf) Script...
>> Platform: V5 64Bit (STA) (Forced)
ERROR: Exception calling "Load" with "1" argument(s): "Could not load file or assembly 'AspNetMMCExt, Version=4.0.0.0, Culture=neutral,
ERROR: PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified."
testepm.psf: ERROR: At Line: -22 char: 2
ERROR: + [void][reflection.assembly]::Load('AspNetMMCExt, Version=2.0.0.0, ...
ERROR: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR: + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
ERROR: + FullyQualifiedErrorId : FileNotFoundException
ERROR:

*** PowerShell Script finished. ***
>> Execution time: 00:00:07
>> Script Ended


Please help it's urgent!!!
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: After upgrade to 2021 version I have error related to .net

Post by jvierra »

Please see the following link: viewtopic.php?t=12747
This topic is 2 years and 7 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked