pedro_brown (2008-09-06)
Hi everyone,
I'm pleased to announce that I managed to get my .Net remoting app working!
This is the article that helped me: http://www.glacialcomponents.com/ArticleDetails/CAOMN.aspx
Sorry if I disturbed any of you, and thanks again.Hi Pedro, I'm glad you got your app working!
I played with ECO .NET remoting before and only spent a morning, but didn't have much luck. Your pains, I'm sure, will be a great reference for when I work on my next ECO project where .NET Remoting is a good approach.
I haven't been on this site in almost a month, and right away from when I saw your original post, I got the sense it was either your Host blocking remoting (but you're still on port 80 so that was ruled out), or DNS issues. Errors you saw were "unable to find" kinds of messages, likely fails out almost immediately. I saw a similar problem when troubleshooting my Microsoft CRM 4.0 deployment... The settings int he database would store the name of the host eg. "SERVER01" and not the domain alias "CRMServerFarm.OurDomain.local"... the errors you were getting were similar in nature.
Cheers, and good luck in the future!
Tim