-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
NetStandard 2.1 Demo Project x86 -- Could not load file or assembly 'netstandard, Version=2.1.0.0' #193
Comments
Hello @cmoski This is known behavior since I implemented rebasing only for system objects: #125 (comment) Today you can try up to netstandard2.0 or netcoreapp2.2 for .NET Core based projects, or netfx. Higher versions can be implemented later. But no ETA, https://www.reddit.com/r/x3F/comments/ovq368/highspeed_multiplication_of_large_numbers_fast/ |
@3F Thanks again for your contributions to open source, this project, and all your work. Very cool hashing function! I may have to use it in a project that I'm working on which uses a hash of an XML reply in a key/value store to reply responses. Any idea how technically difficult it would be to make this happen or guidance on what changes would need to be made to get it working on NET5.0? I have looked at the new UnmanagedExports attribute in NET5.0, but it doesn't seem to support the exact use case I'm looking for of allowing legacy applications which use LoadLibrary in C++ to consume NET5.0 components. The project DDNE seems to require the host application (https://github.com/AaronRobinsonMSFT/DNNE) to make additional calls to instantiate the .NET libraries, which isn't really something that works for the application either. Thanks again for the reply. |
Thank you for your trust! And thanks for using!
I think same things such it was for my rebasing for system objects. It was fast like the following,
But it was then. Now, yes, https://twitter.com/github3F/status/1416067341759270915
You are not the first who contacts me with problems about the impossibility of something with their environments and the new unmanaged delegates in modern .NET 5. Because I usually recommend it primarily as a modern specification. However this seems not really cover all their needs at all o_O But in fact I'm not focused for this today and this hasn't been well played/tested yet by me to suggest something personally. Support for this project, as well as my future, is very vague today. But more like I'll try in winter, maybe earlier, maybe later. |
Hi all --
This may not be a bug, but I'm tearing my hair out trying to figure out where things are going wrong..
Sample Project here: https://github.com/cmoski/DllExportErrorExample
I'm getting a weird netstandard error that it cannot load the assembly when using a DateTime in the sample class -- can't quite figure out where this error is coming from.
Any assistance would be amazing!
Thanks.
Steps to reproduce:
Observe the error: Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
If the DateTime piece is commented out, app works fine. This is problematic for obvious reasons :P
DllExport -version
: v1.7.4.29858+c1cc52fInformation from
Data
tab or log data:Demo Project file:
https://github.com/cmoski/DllExportErrorExample
The text was updated successfully, but these errors were encountered: