Quantcast
Channel: Visual Studio Integrate forum
Viewing all articles
Browse latest Browse all 4410

SDKManifest.xml problem declaring Winforms controls

$
0
0

Hi,

I have a Winforms control that I want to host inside the Toolbox. I'm experimenting with a VSIX Project generated from the template.

After installing the VSIX, VS neither shows my controls in a Winforms project nor is available under Add Reference. In a Store project Add Reference shows my assembly but that's clearly the wrong place.

I then created a Startup log and it shows the following warning:

549  Attempting to get Toolbox items from Assembly LutumTappert.ActiveMap.Control, Version=5.0.0.0, Culture=neutral, PublicKeyToken=xxx

550 Warning Assembly LutumTappert.ActiveMap.Control, Version=5.0.0.0, Culture=neutral, PublicKeyToken=xxxdid not contain any WindowsUIXaml toolbox items.

My manifest is as follows:

<?xml version="1.0" encoding="utf-8" ?><FileList
  DisplayName="ActiveMap 5.0 Mapping Component"
  MinVSVersion="11.0"
  TargetFramework=".NET Framework, version=v4.0; .NET Framework, version=v4.5"
  SupportedArchitectures = "x86;x64"
  CopyRedistToSubDirectory="ActiveMap50"
  AppliesTo="CSharp+Managed"
  SupportsMultipleVersions="Error"
  MoreInfo="http://www.activemap.de/"><File Reference="LutumTappert.ActiveMap.Control.dll"><ContainsControls>True</ContainsControls><ToolboxItems VSCategory="ActiveMap 5.0"/></File></FileList>

Can someone tell me what's wrong?

Thanks,

Thomas


Viewing all articles
Browse latest Browse all 4410

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>