Skip to content
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

Copy both x86 and x64 MediaInfo.dll to bin #3

Closed
huan086 opened this issue Mar 8, 2017 · 6 comments
Closed

Copy both x86 and x64 MediaInfo.dll to bin #3

huan086 opened this issue Mar 8, 2017 · 6 comments

Comments

@huan086
Copy link

huan086 commented Mar 8, 2017

My IIS is running x64, thus I choose x64 as target. However, with x64, Entity Framework migration in Visual Studio doesn't work, as VS runs as x86. Would be great if both x86 and x64 DLL are present to have both VS x86 and IIS x64 work (using AnyCPU)

This would require LoadLibraryEx in MediaInfo.Wrapper and do it like https://github.com/cschlote/MediaInfoDotNet/blob/master/MediaInfoDotNet/MediaInfoDLL.cs#L206

@yartat
Copy link
Owner

yartat commented Mar 8, 2017

Thanks for the interest in the MediaInfo.Wrapper. I'm checking your changes in closes time.

yartat added a commit that referenced this issue Mar 8, 2017
Using x86 and x64 MediaInfo binaries according to current x86 or x64 bit process
@yartat
Copy link
Owner

yartat commented Mar 8, 2017

Please, check in the 0.7.93.2

@yartat
Copy link
Owner

yartat commented Mar 9, 2017

Thanks for the feedback. I will change today evening

yartat added a commit that referenced this issue Mar 15, 2017
Use CopyToOutputDirectory instead of AfterBuild
@yartat
Copy link
Owner

yartat commented Mar 15, 2017

Sorry for the long wait. Please, check in the 0.7.93.3

@huan086
Copy link
Author

huan086 commented Mar 15, 2017

Thanks so much!

Unfortunately I had trouble associating MediaInfo StreamOrder/ID with ffmpeg stream numbers and have thus switched to ffprobe and parsing it's output :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants