MOSS, SharePoint... Configuration help

MOSS, SharePoint... Configuration help

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


GlennP posted on Tuesday, October 13, 2009

Ok, I've been cruising the site search for a few days now looking for any references to the keywords MOSS or SharePoint. When I try to set up the data portal on sharepoint, I get the same error as when I forgot to sign my dll. (Something about an invalid cast from the Data Portal). {using csla.net 3.7}

I don't expect to see a whole tutorial on how to configure the data portal in MOSS (Which we're running), but I would appreciate any links to any resources that exist already. If anyone has been down this road before, Feel free to cue me in.

That being said, if there isn't a set of documentation out there, can we start that discussion here? 600,000+ SharePoint Developers is a pretty good market for the Csla.NET framework...

GlennP replied on Friday, October 30, 2009

Hmm... Ok let me see if a little clarification on what I'm trying to do will ge the discussion started... We're writing web user controls to be hosted in our SharePoint environment. It's been set up to load the .NET framework 3.51 so that we can use AJAX and Charting controls in our internal portal. I've even added the Csla 3.7 assemblies to the web.config.

In fact, I have the Csla objects working in MOSS as long as I don't send anything to a remote dataportal (which is currently being hosted using the remoting example on a different server). The only time it doesn't work is when I un-comment the lines in the web.config that send the objects to the remote data portal...

Any Ideas?

ajj3085 replied on Friday, October 30, 2009

I don't think I've seen problems with assembly signing causing invalid cast exceptions.  Have you gotten the same configurtion to work outside of sharepoint?

RockfordLhotka replied on Friday, October 30, 2009

It would help to have the real stack trace too - often the real problem isn't the first line of the exception, but is deeper in the trace.

 

GlennP replied on Wednesday, November 04, 2009

Sorry for the delayed response. I'll post this tomorrow from the office. Thanks for responding!

Glenn

Copyright (c) Marimer LLC