danriegsecker/hdbrstreamextractor

CAN NOT DO HdBrStreamExtractor

GoogleCodeExporter opened this issue · 1 comments

What steps will reproduce the problem?
1.  .NET 4 ok
2. eac3to ok
3.



[13:15:23] Could not load type 
'System.Runtime.Versioning.TargetFrameworkAttribute' from assembly 'mscorlib, 
Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

[13:15:23] ResolveMethod

[13:15:23] mscorlib

[13:15:23]    at System.ModuleHandle.ResolveMethod(RuntimeModule module, Int32 
methodToken, IntPtr* typeInstArgs, Int32 typeInstCount, IntPtr* methodInstArgs, 
Int32 methodInstCount)
   at System.ModuleHandle.ResolveMethodHandleInternalCore(RuntimeModule module, Int32 methodToken, IntPtr[] typeInstantiationContext, Int32 typeInstCount, IntPtr[] methodInstantiationContext, Int32 methodInstCount)
   at System.ModuleHandle.ResolveMethodHandleInternal(RuntimeModule module, Int32 methodToken, RuntimeTypeHandle[] typeInstantiationContext, RuntimeTypeHandle[] methodInstantiationContext)
   at System.Reflection.CustomAttributeData..ctor(RuntimeModule scope, CustomAttributeRecord caRecord)
   at System.Reflection.CustomAttributeData.GetCustomAttributes(RuntimeModule module, Int32 tkTarget)
   at System.Reflection.CustomAttributeData.GetCustomAttributesInternal(RuntimeAssembly target)
   at System.Reflection.RuntimeAssembly.GetCustomAttributesData()
   at System.Reflection.CustomAttributeData.GetCustomAttributes(Assembly target)
   at System.Resources.ManifestBasedResourceGroveler.GetNeutralResourcesLanguage(Assembly a, UltimateResourceFallbackLocation& fallbackLocation)
   at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(CultureInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean createIfNotExists, StackCrawlMark& stackMark)
   at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo requestedCulture, Boolean createIfNotExists, Boolean tryParents, StackCrawlMark& stackMark)
   at System.Resources.ResourceManager.GetObject(String name, CultureInfo culture, Boolean wrapUnmanagedMemStream, StackCrawlMark& stackMark)
   at System.Resources.ResourceManager.GetObject(String name, CultureInfo culture)
   at HdBrStreamExtractor.Properties.Resources.get_copy_24()
   at eac3toGUI.HdBrStreamExtractor.InitializeComponent()
   at eac3toGUI.HdBrStreamExtractor..ctor()
   at eac3toGUI.Program.Main()

Original issue reported on code.google.com by wxs...@gmail.com on 6 Sep 2010 at 5:26

Do you have the .NET 4.0 run-time installed.

Download the .NET 4 Client Profile redistributable here:
http://www.microsoft.com/downloads/details.aspx?FamilyID=5765d7a8-7722-4888-a970
-ac39b33fd8ab&displaylang=en

Original comment by griff...@gmail.com on 14 Sep 2010 at 2:53