EnterpriseServices - FileNotFoundException

EnterpriseServices - FileNotFoundException

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


RichMark posted on Friday, August 25, 2006

I am new to CSLA.  I was trying out the Project Tracker demo and have gotten everything working with the exception of Enterprise Services.  When I try to run it, I get a FileNotFoundException in CSLA.DataPortal, at the line shown below:

_portal = (DataPortalClient.IDataPortalProxy)

Activator.CreateInstance(assemblyName, typeName).Unwrap();

It appears that I am not alone in having problems with Enterprise Services.  I have followed the instructions from the book, but, it is obvious that I must be missing something.

RichMark replied on Friday, September 01, 2006

I believe what I was missing was adding a reference to the COM+ object.

Copyright (c) Marimer LLC