3F / DllExport

.NET DllExport with .NET Core support (aka 3F/DllExport aka DllExport.bat)
MIT License
937 stars 131 forks source link

Unmanagedexports for .net framework 4.8 #194

Closed Pratikkulkarni-93 closed 2 years ago

Pratikkulkarni-93 commented 2 years ago

Hello. @3F

I m using the UnmanagedExports 1.2.7 Nuget package and it works for me in framework 4.7 but if I upgrade my framework version to 4.8 I m getting a error with version48 in the UnmanagedExports.

Error msg : The "DllExportAppDomainIsolatedTask" task failed unexpectedly. System.ArgumentException: Requested value 'Version48' was not found.

Thanks for reading!

3F commented 2 years ago

Duplicate of #162

@Pratikkulkarni-93 You can easily upgrade to modern DllExport packages. Start here

Pratikkulkarni-93 commented 2 years ago

Hi Denis I followed the above link and replaced unmanagedexports. Dllexport 1.7.4 exported fine , but functionally not working

Could you guide me more

On Tue, Sep 7, 2021, 16:04 Denis Kuzmin @.***> wrote:

Closed #194 https://github.com/3F/DllExport/issues/194.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/3F/DllExport/issues/194#event-5264898578, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVQPRDYR5MWVNEZAU3GNTO3UAXTDVANCNFSM5DR3WJ7A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

3F commented 2 years ago

@Pratikkulkarni-93

Hi, Could you please follow the bug issue template? I need logs, configuration, and steps to reproduce.

I followed the above link and replaced unmanagedexports. Dllexport 1.7.4 exported fine , but functionally not working

Please open a new issue if the problem is different from the current. Also please make sure this is not a duplicate.

Thanks.