Can't get Project Tracker working on version 3.5

Can't get Project Tracker working on version 3.5

Old forum URL: forums.lhotka.net/forums/t/5747.aspx


Pete posted on Thursday, November 06, 2008

Hi all,

I can't get the Project Tracker demo app going. Use to be easy with the earlier versions. Do I have to setup a WCF Application Server in order for it to run?

Thanks!

cliffordru replied on Thursday, November 06, 2008

Hi Pete, are you using version 3.5.2?  Which project are you having issues with (web, winform, wpf)?

Does the solution build?  Are you getting back errors? You should not need to do any setup with WCF unless you are doing something special like using an application server to host on multiple tiers.

Pete replied on Thursday, November 06, 2008

Hi Cliff,

Yip, 3.5.2. I removed all the projects in the solution except :

I'm only interested in the winforms way for now. The project build and runs, but when I log in using pm and pm i get the following error:

Could not connect to http://localhost:2991/WcfHost/WcfPortal.svc. TCP error code 10061: No connection could be made because the target machine actively refused it 127.0.0.1:2991.


Thanks for the reply!

ajj3085 replied on Thursday, November 06, 2008

Edit your app.config file, and disable the remoting for Csla.

Pete replied on Thursday, November 06, 2008

Thanks!

I took out this bit :

<add key="CslaDataPortalProxy"
         value="Csla.DataPortalClient.WcfProxy, Csla"/>

And it works!

Copyright (c) Marimer LLC