Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

'RealtimeStreaming.Network.Listener' is not registered. #342

@jmichelD5T

Description

@jmichelD5T

Hello,
When running the desktop server application, I receive the following error when I try to start the server:

System.TypeLoadException
HResult=0x80131522
Message=Requested Windows Runtime type 'RealtimeStreaming.Network.Listener' is not registered.
Source=mscorlib
StackTrace:
at System.StubHelpers.StubHelpers.GetWinRTFactoryObject(IntPtr pCPCMD)
at RealtimeStreaming.Network.Listener..ctor(UInt16 port)
at DesktopServerApp.ServerManager.d__64.MoveNext()
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()

Inner Exception 1:
COMException: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))

I encountered no build errors when building the source code or the desktop server projects, but I encountered various warnings related to WinRT when building the source. I built both projects for Release/x64. The server program immediately crashes after continuing execution past this error.

If anyone has any ideas on why this might occur, please let me know!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions