Hi,
I've compiled all the CSLA libraries into a single assembly, but now I can't get remoting to work. I think I should be changing something in the web.config file, but I don't know what or how it should be changed. Could anyone please help me.
Much appreciated,
Thanks
I'm a little surprised at your attempt to compile all the CSLA components into a single assembly. I can't articulate the reasons they should be in separate ones, but I believe they should be.
I believe the book is pretty clear on this in both 1.x and 2.x - but I'm in a hotel room about 2000 miles from those books. The end of chapter two (framework design, namespace organization ) and most of chapter three (framework implementation) address these issues - at least in the 2.x book (I looked at the pdf version on my laptop).
Maybe by separating them back out, you'll get what you want.
cjherasmus,
You just compiled CSLA, right? You didn't modify any source?
Michael,
Yes, just compile, no modifications to the existing source.
The idea was to keep the CSLA namespaces as they are,but to have only one dll.
There's no particular reason why I want to compile CSLA into a single assembly. To me it doesn't matter if there are one dll or 4 dll's. I was just experimenting with the idea.
Copyright (c) Marimer LLC