We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我想做一个图片识别的dll,可供给其他程序直接调用,然后打包的时候,用的是Costura.Fody或者ILMerge,直接在Rider里面build了一个dll出来。但是在调用的时候,就出现了dll\x64\paddle_inference_c.dll报错。我已经是把它放到了打包目录下了。
Costura.Fody
ILMerge
dll\x64\paddle_inference_c.dll
1.先用ILmerge进行打包 2.在其他项目引用该dll 3.调用dll的识别方法
ILmerge
No response
netframework 4.8.1 c# 7.3
Rider
win11
The text was updated successfully, but these errors were encountered:
我没用ILmerge测试过,但你能不能试试.NET Core,它也支持WPF
Sorry, something went wrong.
opencvsharp好像不支持net core
OpenCvSharp4支持的.NET Core,是你的System.Web不支持.NET Core
No branches or pull requests
Describe the bug
我想做一个图片识别的dll,可供给其他程序直接调用,然后打包的时候,用的是
Costura.Fody
或者ILMerge
,直接在Rider里面build了一个dll出来。但是在调用的时候,就出现了dll\x64\paddle_inference_c.dll
报错。我已经是把它放到了打包目录下了。Steps to reproduce the bug
1.先用
ILmerge
进行打包2.在其他项目引用该dll
3.调用dll的识别方法
Expected behavior
No response
Screenshots
Release version
netframework 4.8.1
c# 7.3
IDE
Rider
OS version
win11
Additional context
No response
The text was updated successfully, but these errors were encountered: