An exception is thrown after plugin update #35
-
Hi. I ran the install for the latest release successfully. When I try to run the scene I am getting an error. Did I mess up something with the install?
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
Have you recompiled your project with an updated framework? |
Beta Was this translation helpful? Give feedback.
-
Also, the compilation of assemblies during installation could be done incorrectly. Try to re-run installation if the recompilation of your .NET project doesn't help. |
Beta Was this translation helpful? Give feedback.
-
Thank you Stanislav. I got it working.
…On Tue, Sep 8, 2020 at 7:01 PM Stanislav Denisov ***@***.***> wrote:
Also, the compilation of assemblies during installation could be done
incorrectly. Try to re-run installation if the recompilation of your .NET
project doesn't help.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/nxrighthere/UnrealCLR/issues/35#issuecomment-689180333>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQMPHTCDOTG2OLROHA7IXFDSE2ZVTANCNFSM4RASYI3A>
.
|
Beta Was this translation helpful? Give feedback.
-
Glad to hear. |
Beta Was this translation helpful? Give feedback.
-
I have a similar error:
I put them into the try-catch block so I could continue using the framework. Methods on which is it crashing (I am not sure right now which one of "IsUnmanaged" methods):
|
Beta Was this translation helpful? Give feedback.
Have you recompiled your project with an updated framework?