-
Notifications
You must be signed in to change notification settings - Fork 7
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
Problem with BadImageFormatException when instantiating generic class referencing ObservableCollection #10
Comments
Actually not related to |
Interesting, thank you for report. |
FWIW: I tryed decompile with ILSpy, after fixing a null reference error in ILSpy I got the following for B
|
I found a hint,the generated delegates lost generic type constraints. |
Same error - was this fixed? |
This issue is still there. For checking if the issue was with Mono.Cecil, I upgraded Mono.Cecil to 10.0 and changed some breaking code within CNeptune. But it did not help resolve this issue. |
I fixed it on my branches and made a pull request however Virtuoze has not taken the pull request. You can download the source from my branches https://github.com/jho1965us/CNeptune and https://github.com/jho1965us/NConcern but you will have to build it your self. Also the code that modifies the project file to run NConcern is not on github so you will have to modify the project file manually (Hint install the official version first then modify the project to the CNeptune.exe you build your self). More details in the the pull request comment #17 |
The following code will reproduce the problem
Using CNeptune version 1.2.1
The text was updated successfully, but these errors were encountered: