Valid combination of Configuration and Platform for K2 Projects

  • 9 March 2016
  • 1 reply
  • 0 views

Badge +1

Hi All

 

Please let me know what is a valid combination of Configuration and Platform for K2 Projects , I am getting compile and deployment error and using Visual Studio 2015.

 

<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<OutputPath>binDebug</OutputPath>
<PlatformTarget>AnyCPU</PlatformTarget>
<ProjectGuid>dc80ac7f-b77e-4492-9ee8-4e243d4cb41c</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>K2WorkflowProject1</RootNamespace>
<AssemblyName>K2WorkflowProject1</AssemblyName>
<Language>C#</Language>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<Name>K2WorkflowProject1</Name>
</PropertyGroup>


1 reply

Badge +5

Hi AVimal,

 

Check out the compatibility matrix @ http://help.k2.com/blackpearl/support-matrix#VisualStudio

 

For VS2015, you need to be working with K2 4.6.11

 

 

JK

Reply