[solved] System.DllNotFoundException - KNCBDACTRL.dll - Microsoft.VC90.MFS (1 Viewer)

chrisonline

MP Donator
  • Premium Supporter
  • August 17, 2007
    515
    37
    44
    Tirol/Wörgl
    Home Country
    Austria Austria
    I get a lot of errors inside the Windows logs like this:

    Protokollname: Application
    Quelle: SideBySide
    Datum: 07.08.2016 10:47:58
    Ereignis-ID: 33
    Aufgabenkategorie:Keine
    Ebene: Fehler
    Schlüsselwörter:Klassisch
    Benutzer: Nicht zutreffend
    Computer: PCHTPC
    Beschreibung:
    Fehler beim Generieren des Aktivierungskontextes für "C:\Program Files (x86)\Team MediaPortal\MediaPortal TV Server\KNCBDACTRL.dll". Die abhängige Assemblierung "Microsoft.VC90.MFC,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8"" konnte nicht gefunden werden. Verwenden Sie für eine detaillierte Diagnose das Programm "sxstrace.exe".
    Ereignis-XML:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="SideBySide" />
    <EventID Qualifiers="49409">33</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2016-08-07T08:47:58.161242300Z" />
    <EventRecordID>3878</EventRecordID>
    <Channel>Application</Channel>
    <Computer>PCHTPC</Computer>
    <Security />
    </System>
    <EventData>
    <Data>Microsoft.VC90.MFC,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8"</Data>
    </Event>

    And inside the TVServer.log file I see this:
    [2016-08-07 10:47:58,091] [Log ] [15 ] [INFO ] - PROBLEM : descriptor lengths dont match 7 10
    [2016-08-07 10:47:58,120] [Log ] [15 ] [ERROR] - Exception :confused:ystem.DllNotFoundException: Die DLL "KNCBDACTRL.dll": Diese Anwendung konnte nicht gestartet werden, da die Side-by-Side-Konfiguration ungültig ist. Weitere Informationen finden Sie im Anwendungsereignisprotokoll. Weitere Details können auch mit dem Befehlszeilentool sxstrace.exe angezeigt werden. (Ausnahme von HRESULT: 0x800736B1) kann nicht geladen werden.
    bei TvLibrary.Implementations.DVB.KNCAPI.KNCBDA_CI_SendPMTCommand(UInt32 m_iDeviceIndex, IntPtr caPMT, UInt32 caPmtLen)
    bei TvLibrary.Implementations.DVB.KNCAPI.SendPMT(Byte[] pmt, Int32 PMTlength)
    bei TvLibrary.Implementations.DVB.ConditionalAccess.SendPMT(Int32 subChannel, DVBBaseChannel channel, Byte[] PMT, Int32 pmtLength, Int32 audioPid)

    [2016-08-07 10:47:58,163] [Log ] [15 ] [ERROR] - Exception :confused:ystem.DllNotFoundException: Die DLL "KNCBDACTRL.dll": Diese Anwendung konnte nicht gestartet werden, da die Side-by-Side-Konfiguration ungültig ist. Weitere Informationen finden Sie im Anwendungsereignisprotokoll. Weitere Details können auch mit dem Befehlszeilentool sxstrace.exe angezeigt werden. (Ausnahme von HRESULT: 0x800736B1) kann nicht geladen werden.
    bei TvLibrary.Implementations.DVB.KNCAPI.KNCBDA_CI_IsReady(UInt32 m_iDeviceIndex)
    bei TvLibrary.Implementations.DVB.KNCAPI.IsCamReady()
    bei TvLibrary.Implementations.DVB.ConditionalAccess.IsCamReady()


    Can anyone help how I can solve this?
     

    chrisonline

    MP Donator
  • Premium Supporter
  • August 17, 2007
    515
    37
    44
    Tirol/Wörgl
    Home Country
    Austria Austria
    Seems I found the problem. The Microsoft Visual C++ 2008 redistributable package was not installed.
    I wonder why the Install Manager of Media Portal doesn't install that.
     

    Users who are viewing this thread

    Top Bottom