Click here to Skip to main content
Sign Up to vote bad
good
See more: C#4.0
I'm using "Microsoft.DirectX.AudioVideoPlayback.dll" in C#.NET Framework 4 to make an Videoplayer in Windows Form Application , every thing is ok and program run correctly but when i open an .avi file
i face this error:
"Mixed mode assembly is built against version 'v1.1.4322' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information."
how can i fix it?
Posted 8 Jul '12 - 8:40


1 solution

This is explained in this discussion:
http://stackoverflow.com/questions/3267491/when-linking-a-net-2-0-managed-assembly-from-a-net-4-0-application-which-fram[^].
 
Please see the answer #4, first of all. It explains exactly the same very "additional configuration information".
 
This is the very non-trivial stuff related to the concept of in-process side-by-side execution.
 
For more background information, please see:
http://msdn.microsoft.com/en-us/library/w4atty68.aspx[^],
http://msdn.microsoft.com/en-us/library/ee518876.aspx[^],
http://msdn.microsoft.com/en-us/library/f4kkd0k5.aspx[^].
 
—SA
  Permalink  

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 368
1 OriginalGriff 261
2 Mayur_Panchal 153
3 Mohammed Hameed 145
4 Dave Kreskowiak 125
0 Sergey Alexandrovich Kryukov 8,146
1 OriginalGriff 6,236
2 CPallini 3,482
3 Rohan Leuva 2,703
4 Maciej Los 2,234


Advertise | Privacy | Mobile
Web02 | 2.6.130516.1 | Last Updated 8 Jul 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid