StrataFrame Forum

Mapper error

http://forum.strataframe.net/Topic4360.aspx

By Keith Chisarik - 11/10/2006

Length of what?



Empty table with only three fields....



/scratch head
By Keith Chisarik - 11/10/2006

I should mention I moved my BO's (.vb file) into the App_Code folder because I couldnt get them to show in the BusinessObject property when I had them in a BO Library as a seperate project, even though I moved the DLL's into the BIN folder of my website.



Is this supported? I think Ben told me I could do it.
By Trent L. Taylor - 11/11/2006

Well...I would not recommend this.  Web sites are a different beast than a project...and so this is more than likely why you are receiving the error.  I am not sure what you ran into with a separate project for your BOs....but this is definitely what you should do.  This is what we do on all of our projects and so I know it will work just fine.  If I were you, I would go back to the separate BO project and then work through whatever you were running into, which I think will be easy to address.  BOs declared in the App_Code folder may work....but may have some gremlins that will never be quite right....just the nature of the web site.