|
Hello,
I created a service diagram project, and added the projects necessary to create a configuration based service. The application diagram seems to be having trouble with the endpointIdentities config section in App.config:
Error1Application definition RouteManagerHost is locked because there is an error in C:\DevProjects\Services\RouteManager\RouteManagerHost\app.config. An error occurred creating the configuration section handler for endpointIdentities: Could not load file or assembly 'ConfigService.ServiceConfigurationHelper' or one of its dependencies. The system cannot find the file specified. (c:\devprojects\services\routemanager\routemanagerhost\app.config line 14)C:\DevProjects\Services\RouteManager\RouteManagerHost\app.config11
I tried to add the full strong name, as suggested on a few posts I searched out, but still get the same error:
Error1Application definition RouteManagerHost is locked because there is an error in C:\DevProjects\Services\RouteManager\RouteManagerHost\app.config. An error occurred creating the configuration section handler for endpointIdentities: Could not load file or assembly 'ConfigService.ServiceConfigurationHelper, Version=2.0.4.0, Culture=neutral, PublicKeyToken=3ee2596f5a3c4873' or one of its dependencies. The system cannot find the file specified. (c:\devprojects\services\routemanager\routemanagerhost\app.config line 14)C:\DevProjects\Services\RouteManager\RouteManagerHost\app.config11
I'm pretty sure I got the name correct...I just opened the csproj file where I had included it and copied and pasted the strong name.
Thanks, Darren - Edited bydbrust Thursday, May 14, 2009 4:46 PMUpdate
-
|