Advertisement
Guest User

Untitled

a guest
Nov 6th, 2013
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. [2013-11-06 07:53:45,444] [Log ] [4 ] [ERROR] - Exception :System.Runtime.Remoting.RemotingException: Remoting configuration failed with the exception 'System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Net.Sockets.SocketException: Only one usage of each socket address (protocol/network address/port) is normally permitted
  2. at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  3. at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  4. at System.Net.Sockets.TcpListener.Start(Int32 backlog)
  5. at System.Net.Sockets.TcpListener.Start()
  6. at System.Runtime.Remoting.Channels.ExclusiveTcpListener.Start(Boolean exclusiveAddressUse)
  7. at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.StartListening(Object data)
  8. at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.SetupChannel()
  9. at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel..ctor(IDictionary properties, IServerChannelSinkProvider sinkProvider, IAuthorizeRemotingConnection authorizeCallback)
  10. at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel..ctor(IDictionary properties, IServerChannelSinkProvider sinkProvider)
  11. --- End of inner exception stack trace ---
  12. at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
  13. at System.RuntimeMethodHandle.InvokeConstructor(Object[] args, SignatureStruct signature, RuntimeTypeHandle declaringType)
  14. at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  15. at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
  16. at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
  17. at System.Runtime.Remoting.RemotingConfigHandler.CreateChannelFromConfigEntry(ChannelEntry entry)
  18. at System.Runtime.Remoting.RemotingConfigHandler.ConfigureChannels(RemotingXmlConfigFileData configData, Boolean ensureSecurity)
  19. at System.Runtime.Remoting.RemotingConfigHandler.ConfigureRemoting(RemotingXmlConfigFileData configData, Boolean ensureSecurity)'.
  20. at System.Runtime.Remoting.RemotingConfigHandler.ConfigureRemoting(RemotingXmlConfigFileData configData, Boolean ensureSecurity)
  21. at System.Runtime.Remoting.RemotingConfigHandler.DoConfiguration(String filename, Boolean ensureSecurity)
  22. at System.Runtime.Remoting.RemotingConfiguration.Configure(String filename, Boolean ensureSecurity)
  23. at TvService.TvServiceThread..ctor()
  24.  
  25. [2013-11-06 07:53:45,933] [Log ] [TVService] [ERROR] - TvService failed to start: System.BadImageFormatException: Could not load file or assembly 'TVLibrary, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
  26. File name: 'TVLibrary, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null'
  27. at TvService.TVController.InitController()
  28. at TvService.TVController.Init()
  29. at TvService.TvServiceThread.OnStart()
  30.  
  31. WRN: Assembly binding logging is turned OFF.
  32. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
  33. Note: There is some performance penalty associated with assembly bind failure logging.
  34. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement