-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serializing failed due to missing parameterless constructor #799
Comments
I think you've got the wrong type, should probably be: nuget_package_type = clr.GetClrType(NugetPackage) Although then it seems to fail on something else... |
ahh that makes sense :) Traceback (most recent call last):
File "C:/Users/m.burger/PycharmProjects/ironwasp/main.py", line 18, in <module>
File "C:/Users/m.burger/PycharmProjects/ironwasp/main.py", line 12, in print_hi
File "C:\Users\m.burger\PycharmProjects\ironwasp\tools\nuget\package_manager.py", line 28, in read_info
SystemError: Fehler beim Reflektieren des Typs 'NugetPackage'. |
Stack trace when running with
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wanted to use the XML-Serializer from .NET but I can't. This could be a problem that often can appear: missing parameterless constructor
I tried everything.. but nothing works here. Any idea?
The text was updated successfully, but these errors were encountered: