I am new to CSLA. I downloaded release 3.6.0 csla and project tracker. I followed the instructions on the site to the letter. Directory name and all. After all was set up I attempted to run it. I get the main splash page. Click on login, enter PM and PM/pm and pm all combinations. The page displayed has the error No connection could be made because the target machine actively refused it 127.0.0.1:4147 . I am running all on a local box. Dell X64 quad with Windows XP x64. I have added the port inquestion to the local box firewall. I have run out of ideas. Really need help in getting the application working.
Bens
Have you read through the instructions document (link at the bottom of the download page: http://www.lhotka.net/cslanet/download.aspx) to make sure you have everything set up right?
If so, then you need to start by troubleshooting the WCF service. You can do this by right-clicking the svc file in the WcfHost project and choosing to view it in the browser. That should result in a WCF test page.
If that works, the next step is to make sure the URL in the test browser window is the same as the one in the app.config of the client app (PTWin or PTWpf or whatever).
Normally the firewall doesn't actually get in the way of these things, because it is localhost talking to localhost. This most common problem is that VS sometimes decides to change the port number of the host, and that's not real obvious unless you check the web project properties or view the svc file in the browser.
Copyright (c) Marimer LLC