-
Notifications
You must be signed in to change notification settings - Fork 121
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
Do we have strong named version of Neutronium ? #89
Comments
Answering to myself only for the XAML error aspect. |
Hello @Bjaris , regarding the strong named assemblies, this is not something I intend to do in the short/mid-term. |
Hi David,
|
Hi,
I faced a nasty issue trying to integrate Neutronium HTMLViewControl control in a WPF user control. I Could not compile due to an error in my XAML => CS0234 The type or namespace name 'WPF' does not exist in the namespace ...).
I finally tried a work around by defining a HTMLViewControl derived class defined in my assembly to help WPF in namespace resolution.
I realized then that Neutronium assemblies are not strong named and my assemblies are (cyber security constraint)
I have rebuilt and strong named with my own key a Neutronium subset (without tests & samples) and succeed to compil but still no luck with native class.
May be I did not properly strong named Neutronium assemblies and I am still not sure if the root cause is linked to that.
The application sample is just working fine with the same user control even if the application is strong named.
Regards
The text was updated successfully, but these errors were encountered: