|
Hi Kim
Yes, I recompiled the application. Removed all Ideablade references and added them again. I Do have these elements under my compilation element (I do not copy any Ideablade assemblies to the bin folder when deploying):
<add assembly="IdeaBlade.Core, Version=5.2.7.0, Culture=neutral, PublicKeyToken=287b5094865421c0" />
<add assembly="IdeaBlade.EntityModel, Version=5.2.7.0, Culture=neutral, PublicKeyToken=287b5094865421c0" />
<add assembly="IdeaBlade.EntityModel.Edm, Version=5.2.7.0, Culture=neutral, PublicKeyToken=287b5094865421c0" />
<add assembly="IdeaBlade.EntityModel.Server, Version=5.2.7.0, Culture=neutral, PublicKeyToken=287b5094865421c0" />
<add assembly="IdeaBlade.Linq, Version=5.2.7.0, Culture=neutral, PublicKeyToken=287b5094865421c0" />
<add assembly="IdeaBlade.Validation, Version=5.2.7.0, Culture=neutral, PublicKeyToken=287b5094865421c0" />
<add assembly="System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
I have also tried setting the SpecificVersion property set to False for all IdeaBlade assemblies, which did not make any difference
And the log...
|
Date |
Time |
UserName |
Namespace |
Class:Method |
Message |
|
2010-07-23 |
01:40:44 |
|
IdeaBlade.Core |
TraceFileXmlLogger::GetLogHeader |
------------ Log Created ------------ |
|
2010-07-23 |
01:40:44 |
|
IdeaBlade.Core |
TraceFns::.cctor |
IdeaBladeConfig resolution: File: W:\demonstration\src\web.config - found |
|
2010-07-23 |
01:40:44 |
|
IdeaBlade.Core |
TraceFns::.cctor |
IdeaBladeConfig resolution: Logging file: W:\demonstration\src\log\DebugLog.xml |
|
2010-07-23 |
01:40:44 |
|
IdeaBlade.Core |
TraceFns::Initialize |
Bound to .NET runtime version 2.0.50727.3603 |
|
2010-07-23 |
01:40:44 |
|
IdeaBlade.Core |
TraceFns::Initialize |
DevForce version 5.2.7.0 |
|
2010-07-23 |
01:40:44 |
|
IdeaBlade.Core |
IdeaBladeConfig::LicenseErrorCallback |
Cannot find the domain model assembly. The assembly containing the domain model was not found after looking in all <probeAssemblyNames> in the W:\demonstration\src\web.config file. -- Check the following: 1) Make sure that the name of the model assembly is listed in a probeAssemblyName element in the config file. 2) Make sure that this assembly is available in the bin/exe folder. 3) Check that all referenced assemblies are available, including all necessary IdeaBlade assemblies. 4) Set CopyLocal=true for all IdeaBlade references to ensure these assemblies are copied to this folder. Check the debuglog for additional messages. |
|
2010-07-23 |
01:40:45 |
|
IdeaBlade.EntityModel |
EntityServiceApplication::OnServiceStartup |
EntityService created |
|
2010-07-23 |
01:40:51 |
|
IdeaBlade.EntityModel.Server |
RemoteEntityService::ShutdownEntityServers |
Shutting down Entity Servers |
|
2010-07-23 |
01:40:51 |
|
IdeaBlade.EntityModel.Server |
RemoteEntityService::ShutdownEntityServers |
Shutting down Entity Servers |
|
2010-07-23 |
01:40:58 |
|
IdeaBlade.EntityModel |
EntityServiceApplication::OnServiceStartup |
EntityService created |
|
2010-07-23 |
01:40:58 |
|
IdeaBlade.EntityModel |
EntityServiceApplication::OnServiceStartup |
EntityService created |
|
2010-07-23 |
01:40:59 |
|
IdeaBlade.EntityModel |
EntityServiceApplication::OnServiceStartup |
EntityService created |
|
2010-07-23 |
01:40:59 |
|
IdeaBlade.EntityModel |
EntityServiceApplication::OnServiceStartup |
EntityService created |
|
2010-07-23 |
01:42:32 |
|
IdeaBlade.EntityModel.Server |
RemoteEntityService::ShutdownEntityServers |
Shutting down Entity Servers |
|
2010-07-23 |
01:42:32 |
|
IdeaBlade.EntityModel.Server |
RemoteEntityService::ShutdownEntityServers |
Shutting down Entity Servers |
|
2010-07-23 |
01:42:32 |
|
IdeaBlade.EntityModel.Server |
RemoteEntityService::ShutdownEntityServers |
Shutting down Entity Servers |
|
2010-07-23 |
01:42:32 |
|
IdeaBlade.EntityModel.Server |
RemoteEntityService::ShutdownEntityServers |
Shutting down Entity Servers |
|