Tried Rev13445 and Tried Rev13513, both not working in Master/Slave server config.
I uninstalled the tv-services, deleted the ms sql-express datase from within the management studio, deleted on both servers the directory: C:\Documents and Settings\All Users\Application Data\MediaPortal TV Server
reinstalled the master server, master server up and running, streaming works.
after installing slave server, I can't enter TV-Server configuration any more.
Tried both revisions again, but not setup the tvcard after installing the master server, but imediatly setup the slave server, but result stays the same.
In the error.log, I see:
21-3-2007 22:41:37 Failed to startup cause of exception
21-3-2007 22:41:37 Exception

ystem.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
Server stack trace:
at System.ThrowHelper.ThrowKeyNotFoundException()
at System.Collections.Generic.Dictionary`2.get_Item(T Key key)
at TvService.TVController.Type(Int32 cardId)
at System.Runtime.Remoting.Messaging.StackBuilderSink ._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
at System.Runtime.Remoting.Messaging.StackBuilderSink .PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
at System.Runtime.Remoting.Messaging.StackBuilderSink .SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleRe turnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateI nvoke(MessageData& msgData, Int32 type)
at TvControl.IController.Type(Int32 cardId)
at SetupTv.SetupTvSettingsForm..ctor()
21-3-2007 22:41:37 Exception :The given key was not present in the dictionary.
21-3-2007 22:41:37 site :Void ThrowKeyNotFoundException()
21-3-2007 22:41:37 source :mscorlib
21-3-2007 22:41:37 stacktrace:
Server stack trace:
at System.ThrowHelper.ThrowKeyNotFoundException()
at System.Collections.Generic.Dictionary`2.get_Item(T Key key)
at TvService.TVController.Type(Int32 cardId)
at System.Runtime.Remoting.Messaging.StackBuilderSink ._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
at System.Runtime.Remoting.Messaging.StackBuilderSink .PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
at System.Runtime.Remoting.Messaging.StackBuilderSink .SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleRe turnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateI nvoke(MessageData& msgData, Int32 type)
at TvControl.IController.Type(Int32 cardId)
at SetupTv.SetupTvSettingsForm..ctor()
And strange enough, in the configuration program, I don't see the card-types specified for the slave cards. Has it to do with this error?
After discovered this, I tried complete reinstallation again, but install the intended slave server first, so it becomes master. The problem stays the same, but in the configuration screen, I can see the correct card types for this slave(now master) server and no card type for the other server. uhm.. I hope this makes sense.
I guess it has something to do with at TvService.TVController.Type(Int32 cardId)
Can please some programmer take a look at this?
Keep up the good work.. I really like The TV-Server concept!