Näe, Antiklimax dan innan julafton är inget bra.
Måste ju få till så att man kan stönga av ljusen på Julgranen i morgon.
(enda sättet enligt mig är via Switch Kings iPhone tillägg)
Jag har bifogat Loggfilen. Det ser ut som om det är något på rad 19 i SwitchKingPro.exe.Config
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.serviceModel>
<bindings>
<wsHttpBinding>
<binding name="WSHttpBinding_FrameworkService" closeTimeout="00:01:00"
openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
maxBufferPoolSize="524288" maxReceivedMessageSize="2147483647"
messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true"
allowCookies="false">
<readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
maxBytesPerRead="4096" maxNameTableCharCount="16384" />
<reliableSession ordered="true" inactivityTimeout="00:10:00"
enabled="false" />
<security mode="None">
<transport clientCredentialType="Windows" proxyCredentialType="None"
realm="">
<extendedProtectionPolicy policyEnforcement="Never" />
</transport>
<message clientCredentialType="Windows" negotiateServiceCredential="true"
establishSecurityContext="true" />
</security>
</binding>
</wsHttpBinding>
</bindings>
<client>
<endpoint address="
http://localhost:8080/SwitchKingFrameworkServiceHost"
binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_FrameworkService"
contract="SKSrv.FrameworkService" name="WSHttpBinding_FrameworkService" />
</client>
</system.serviceModel>
</configuration>
/Anders