.NET Framework Bookmark and Share   
 index > .NET StockTrader Sample Application > App.config endpointIdentities
 

App.config endpointIdentities

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
  •  
dbrust
I will look at. It uses a custom config handler, and this assembly and any referenced assemblies need to be in the IIS/bin folder or app.exe executable folder.
Been awhile since I looked at this piece.

-Greg
Greg Leake, Microsoft
Gregory Leake

You can use google to search for other answers

Custom Search

More Threads

• Implementing Config Service 2.02 in a WPF client app
• Replace the Localhost with IP address
• Config Services in the Cloud
• Server Error in '/ConfigWeb' Application
• Need Web sphere config file for connecting to .net web service with message level security signing only.
• Why can't I view the whole content of "Repository Creation Tool" ?
• This forum is moving the week of 1/27/2009
• Managed Services Engine vs Configuration Service 2.0
• Just not able to debug stock trader application from client to service.
• Installation question