Hi,
I've got my project up and running, however, numerous exceptions are being thrown when my domain-specific entity manager is being instantiated during the launch of the application. It looks like serious problems are occurring, but in the end, everythings seems to work okay. Is this normal? Here are the exceptions that I'm seeing (in order):
FileNotFoundException Could not load file or assembly 'ProModel.Eps.Application.Web, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
XmlException Cannot find file 'ServiceReferences.ClientConfig' in the application xap package.
FileNotFoundException Could not load file or assembly 'IdeaBlade.Core.XmlSerializers, Version=5.2.1.0, Culture=neutral, PublicKeyToken=287b5094865421c0' or one of its dependencies. The system cannot find the file specified.
ConfigurationErrorsException This element is not currently associated with any context
(This one occurs many times)
If this is not normal, do you have any ideas as to what I'm doing wrong?
I should also mention that I am not able to even instantiate my Entity Framework entity model - if I try, it throws the following exceptions:
NotSupportedException The invoked member is not supported in a dynamic assembly.
(This one occurs many times)
FileNotFoundException Could not find file 'C:\_ProModel\Development\EPS\Current\Application\Silverlight\EPS.Application.Web\System.Data.Resources.EntityStoreSchemaGenerator.xsd'.
Fortunately, I don't need to do this (at least right now), but I would think I should at least be able to do this without any problems/exceptions.
Any thoughts would be greatly appreciated.
Terry
|