ben alors réinstalle en mode admin
---------- Post added at 17h46 ---------- Previous post was at 17h43 ----------
sinon edit le fichier Main.exe.config et vérifie que tu as bien ces lignes à la toute fin :
<appSettings>
<add key="webApiAddressCars" value="http://localhost:9000" />
<add key="signalrAddressCars" value="http://localhost:9001" />
<add key="webApiAddressTrucks" value="http://localhost:9002" />
<add key="signalrAddressTrucks" value="http://localhost:9003" />
|