Build Error after creating Runtime Manifest [vb 10.2.7]

810
0
03-28-2017 05:00 PM
PhilLarkin1
Occasional Contributor III

Hello-

I am trying to convert a vb.net WinForms project from ArcObjects SDK 10 to ArcGIS Runtime SDK 10.2.7. This requires embedding a WPF UserControl in a Windows Form using ElementHost. I have managed to do this locally when pointing to my local SDK. To prepare for deployment I create a Runtime Manifest using the manifest designer. After creating a manifest , building my project fails with this error:

C:\Program Files (x86)\ArcGIS SDKs\DotNet10.2.7\ideintegration\ArcGISRuntime.targets(19,3): error MSB4044: The "BuildDeployment_10_2_7" task was not given a value for the required parameter "ProjectTypeGuids".

My solution file holds the expected Project GUID for a VB.NET project:

Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") 

Does anyone have any experience with this error, or using Runtime for a WinForms project? Thanks for any help you can provide.

0 Kudos
0 Replies