Hi *,
i have some trouble with a WCF in a MVC4 project. I can not import the wsdl because the importer needs EntityFramework 4.3.1.0 but i am working with version 5.**
Is there a smarter way to solve it than using an old version of Entity?
Here is the whole Warning. The warning occurs 3 times, always similar. And there is an error pointing to this warnings.
Warnung 1 Warnung für benutzerdefiniertes Tool: wsdl:portType kann nicht importiert werden.
Detail: Beim Ausführen einer WSDL-Importerweiterung wurde eine Ausnahme ausgelöst: System.ServiceModel.Description.DataContractSerializerMessageContractImporter
Fehler: Die Datei oder Assembly "EntityFramework, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.
XPath zur Fehlerquelle: //wsdl:definitions[@targetNamespace='http://tempuri.org/']/wsdl:portType[@name='IDataAccess'] D:\Scout.Portal\Source\Main\Portal\Scout.Portal.Admincenter\Service References\DataAccess\Reference.svcmap 1 1 Scout.Portal.Admincenter
Thanks for help