nHi guys,
n
nYet another development issue and solution
n
nIssue:
n
nAfter installing Visual Studio 2012 , I was not able to open the build process templates on my environment. Strange this was – they were getting opened correctly in other environments or on other machines.
n
nWhat was the error –
n
nSystem.IO.FileNotFoundException: Could not load file or assembly ‘Microsoft.VisualStudio.SharePoint.WorkflowExtensions, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ or one of its dependencies. The system cannot find the file specified.
nFile name: ‘Microsoft.VisualStudio.SharePoint.WorkflowExtensions, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’
n
nWhat was the issue and solution?
n
nWell, not quite sure about the exact issue but only solution which I could find to resolve this error is to install the workflow manager on your environment.
nHere is how you can do it
n
nLaunch you command prompt (as administrator) and run this command
n
nC:\Program Files\Microsoft\Web Platform Installer>WebpiCmd.exe /Install /Products:WorkflowManagerTools /AcceptEula
n
nAfter doing this I was able to open build process templates on my environment.
nHope this helps you.
n
nReference – Here
n
nYet another development issue and solution
n
nIssue:
n
nAfter installing Visual Studio 2012 , I was not able to open the build process templates on my environment. Strange this was – they were getting opened correctly in other environments or on other machines.
n
nWhat was the error –
n
nSystem.IO.FileNotFoundException: Could not load file or assembly ‘Microsoft.VisualStudio.SharePoint.WorkflowExtensions, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ or one of its dependencies. The system cannot find the file specified.
nFile name: ‘Microsoft.VisualStudio.SharePoint.WorkflowExtensions, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’
n
nWhat was the issue and solution?
n
nWell, not quite sure about the exact issue but only solution which I could find to resolve this error is to install the workflow manager on your environment.
nHere is how you can do it
n
nLaunch you command prompt (as administrator) and run this command
n
nC:\Program Files\Microsoft\Web Platform Installer>WebpiCmd.exe /Install /Products:WorkflowManagerTools /AcceptEula
n
nAfter doing this I was able to open build process templates on my environment.
nHope this helps you.
n
nReference – Here