Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi, I've been searching for a specific library which fits my need and now I finally found it,

but I can't get it to work :/

 

The first problem was I forgot to change the settings from Any CPU to 86x,

but as soon as I git rid of that error another came:

 

System.IO.FileLoadException was unhandled
 Message="Could not load file or assembly 'AvDnCpp, Version=0.7.2526.26249, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
 The application has failed to start because its side-by-side configuration is incorrect.
 Please see the application event log for more detail. (Exception from HRESULT: 0x800736B1)"
 Source="CsOutputExample"
 FileName="AvDnCpp, Version=0.7.2526.26249, Culture=neutral, PublicKeyToken=null"
 FusionLog=""
 StackTrace:
      at CsOutputExample..ctor(String args0)
      at CsOutputExample.Main(String[] args) in D:\My Stuff\Downloads\AVDump2\avdn_v0_7\CsOutputExample\CsOutputExample.cs:line 24
      at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
      at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
      at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
      at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
      at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
      at System.Threading.ThreadHelper.ThreadStart()
 InnerException: System.Runtime.InteropServices.COMException
      Message="The application has failed to start because its side-by-side configuration is incorrect.
             Please see the application event log for more detail. (Exception from HRESULT: 0x800736B1)"
      ErrorCode=-2147010895
      InnerException: 

 

Event Vier log:

Activation context generation failed for "D:\My Stuff\Downloads\AVDump2\avdn_v0_7\CsOutputExample\bin\Debug\AvDnCpp.dll".
Dependent Assembly Microsoft.VC80.DebugCRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50608.0" could not be found.
Please use sxstrace.exe for detailed diagnosis.

 

 

Here is the library (it has an example included):

http://www.informikon.com/downloads/informikon/tutorials/avdn_v0_7.zip

 

After it has compiled, you should be able to drop a video file over it (CsAvcodecSample.exe), which then results in 5 bmp files in the working directory,

representing the first 5 frames of that video file.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...