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

This forum can be browsed by the general public. Posting is limited to current SAPIEN license holders with active maintenance and does not offer a response time guarantee.
Forum rules
DO NOT POST LICENSE NUMBERS, ACTIVATION KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM.
Only the original author and our tech personnel can reply to a topic that is created in this forum. If you find a topic that relates to an issue you are having, please create a new topic and reference the other in your post.

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.
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 »

To help you better we need some information from you.

*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. ***

Product, version and build: 2021 , 5.8
Operating system: windows 10
PowerShell version(s): 5.1

*** Please add details and screenshots as needed below. ***

When I run any project I get the below 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


DO NOT POST LICENSES, KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM
User avatar
brittneyr
Site Admin
Posts: 1655
Last visit: Thu Mar 28, 2024 8:47 am
Answers: 39
Been upvoted: 30 times

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

Post by brittneyr »

According to Microsoft documentation, this assembly is never meant to be used directly in code.

See: https://docs.microsoft.com/en-us/dotnet ... mework-4.8
Brittney
SAPIEN Technologies, Inc.
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.