Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Access denied during deployment › Re: Access denied during deployment
April 1, 2010 at 3:47 PM
#24506
same here! worked for me after updating the Assembly.cs file as below…
great! it worked for me after modifying the Biztalk 2009 AssemblyInfo.cs file as you said.thanks.
[assembly: AssemblyInformationalVersion(“1.1.0.0”)]
[assembly: Microsoft.XLANGs.BaseTypes.BizTalkAssembly(typeof(Microsoft.BizTalk.XLANGs.BTXEngine.BTXService))]