Ready for Remoting, but won't work

Ready for Remoting, but won't work

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


SimpleCSLA posted on Wednesday, May 30, 2007

I can get project tracker to run without remoting, but can't with remoting.  I've run throug guyroch's remoting test, but whenever I try to run http://localhost/MyRemotingTest/RemotingPortal.rem?wsdl

I get the "Page Not Found" error.

What strikes me as interesting is the webconfig line that has:
type="Csla.Server.Hosts.RemotingPortal, Csla"/>

When I click on the CSLA project I imported (and I put the DLL in the bin file), I don't see a subdirectory under CSLA that says SERVER.  I see CSLA.DATAPORTAL.SERVER, but not CSLA.SERVER.

Is there a piece of CSLA that I'm not importing?  And if yes, where do I get it from.

Thanks!  

SimpleCSLA replied on Wednesday, May 30, 2007

When I added :1700 to my URL it worked.  This is the string that showed Remoting was working:
http://localhost:1700/MyRemotingTest/RemotingPortal.rem?wsdl

Now to get my app working. 

xal replied on Wednesday, May 30, 2007

Are you using Visual Studio's development web server (Cassini)?
If you are, I suggest you don't. It has trouble with security stuff and besides the port changes all the time, so you need to adjust the app.config every time you start VS...

Andrés

Copyright (c) Marimer LLC