Comments
5 comments
-
Hi @mrmiagi0101,
Thanks for your post and sorry to hear you're running into an issue!
It looks like this is an issue with the trial version and I've been able to reproduce it. Thanks for bringing it to our attention!
I'm going to raise this with our developers and will let you know once we have an update.
-
I decompiled the created .net standard dll modified by SA. The problem is, you are injecting the same code as for .NET framewrok assemblies including checking registry. For this you also add a reference to a "Microsoft.Win32.Registry" dll. But this dll does not exist.
There would be a ugly workaround by adding the "Microsoft.Win32.Registry" nuget to the .net standard dll and use one of its classes. But this would add a windows os dependency to this lib, which is not possible.Maybe this can help.
-
Thanks for your help with looking into this, @mrmiagi0101!
I agree that would be an undesirable workaround and I think this is an issue that just needs to be sorted out in our code- I've already let our developers know and we'll hopefully have a fix soon. I'll post any updates here. -
Hi @mrmiagi0101,
This should be fixed in today's release 7.0.3.2212. I hope that helps but please let me know if any issues remain! -
Yes, it seems to work now with .Net Standard also. Thank you very much.
Add comment
Please sign in to leave a comment.
bei SmartAssembly.License.License.():
bei SmartAssembly.License.License.ValidateDLL():