Hi,
I'm working with BTDF 6 on Win 8, VS 2013 release 4.
I've followed the documentation, ran the sample IIS app and this worked great :)
I've tried to incorporate this into my solution. I've added a new web project to the solution, copied in the ServiceDescription.xml, web.config and WcfServiceDescription.xml produced by the BizTalk WCF publishing wizard.
Problem is when I try to build the new web project I get "Exception has been thrown by the target of an invocation". I've tried to debug the msbuild custom task but only get as far as the 1st line of the .csproj, then I get "'System.IO.FileNotFoundException' occurred in Microsoft.BizTalk.Adapter.Wcf.Publishing.dll"
Any ideas?
I'm working with BTDF 6 on Win 8, VS 2013 release 4.
I've followed the documentation, ran the sample IIS app and this worked great :)
I've tried to incorporate this into my solution. I've added a new web project to the solution, copied in the ServiceDescription.xml, web.config and WcfServiceDescription.xml produced by the BizTalk WCF publishing wizard.
Problem is when I try to build the new web project I get "Exception has been thrown by the target of an invocation". I've tried to debug the msbuild custom task but only get as far as the 1st line of the .csproj, then I get "'System.IO.FileNotFoundException' occurred in Microsoft.BizTalk.Adapter.Wcf.Publishing.dll"
Any ideas?