Hi,
I dont know if anyone will answer but here is my problem. I am trying to run Ogc service but I get this exception. Here what i did.
* Downloaded LittleBear database from http://his.cuahsi.org/software/LittleBear1.1TestingDatabase.zip
* Web service sourve from downloads page : http://ogc.codeplex.com/downloads/get/70524
* And web service client from downloads page http://ogc.codeplex.com/downloads/get/70525
Here is connectionStrings section from web.config file.
<connectionStrings>
<addname="SosEntities.Renci"connectionString="metadata=res://*/Sos.Sos.csdl|res://*/Odm11.Sos.ssdl|res://*/Sos.Sos.msl;provider=System.Data.SqlClient;provider connection string="Data Source=.\sqlexpress13;Initial Catalog=LittleBear11;User ID=sa;Pwd=sa;Application Name=SOS;MultipleActiveResultSets=True""providerName="System.Data.EntityClient"/>
<addname="SosEntities.4Ioos"connectionString="metadata=res://*/Sos.Sos.csdl|res://*/Odm11.OpenIOOS.Sos.ssdl|res://*/Sos.Sos.msl;provider=System.Data.SqlClient;provider connection string="Data Source=.\sqlexpress13;Initial Catalog=LittleBear11;User ID=sa;Pwd=sa;Application Name=SOS;MultipleActiveResultSets=True""providerName="System.Data.EntityClient"/>
<addname="SosEntities"connectionString="metadata=res://*/Sos.Sos.csdl|res://*/Odm11.OpenIOOS.Sos.ssdl|res://*/Sos.Sos.msl;provider=System.Data.SqlClient;provider connection string="Data Source=.\sqlexpress13;Initial Catalog=LittleBear11;User ID=sa;Pwd=sa;Application Name=SOS;MultipleActiveResultSets=True""providerName="System.Data.EntityClient"/>
</connectionStrings>
When I try to run web service client. In server GetCapabilitiesoperations.GetContents method throws this exception. at line 483 where it tries to enumerate offerings.
Any help will be appreciated.