Visual Studio 2017(v15.4)工具箱中的自定义控件未加载问题 [英] Custom controls not loaded issue in Visual Studio 2017 (v15.4) Toolbox

查看:106
本文介绍了Visual Studio 2017(v15.4)工具箱中的自定义控件未加载问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我正在使用带有pkgdef文件的VSIX扩展来将我的自定义控件配置到Visual Studio 2017工具箱中。我在Visual Studio 2017中正确安装并启用了我的VSIX扩展。我已经从Visual Studio中的Tools-> Extensions and Updates选项进行了验证。
但我单独在Visual Studio 2017(v15.4)中面临Toolbox未加载问题。

Hi,

I’m using VSIX extension with pkgdef file to configure my custom controls into Visual Studio 2017 Toolbox. My VSIX extension installed and enabled properly in Visual Studio 2017. I have verified from Tools->Extensions and Updates option in Visual Studio. But I’m facing Toolbox not loaded issue in Visual Studio 2017 (v15.4) alone.

<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
  <Metadata>
    <Identity Id="48C2B614-94A3-4942-B85D-2BF3692EE4E3" Version="1.1.0.1" Language="en-US" Publisher="Sample, Inc." />
    <DisplayName>Sample Toolbox Installer</DisplayName>
    <Description xml:space="preserve">Sample Toolbox Configuration for Visual Studio 2017</Description>
    <License>License.txt</License>
    <Icon>Icon.png</Icon>
    <PreviewImage>Preview.png</PreviewImage>
  </Metadata>
  <Installation>
    <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0]" />
    <InstallationTarget Version="[15.0]" Id="Microsoft.VisualStudio.Pro" />
    <InstallationTarget Version="[15.0]" Id="Microsoft.VisualStudio.Enterprise" />
  </Installation>
  <Dependencies>
  </Dependencies>
  <Assets>
    <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
  </Assets>
  <Prerequisites>
    <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
  </Prerequisites>
</PackageManifest>




你们有没有在VS2017自定义控件工具箱中出现问题?请提供此问题的解决方案,以在VS2017工具箱中配置我的自定义控件。 
$


问候,

Muthusamy P. 

推荐答案

您好Muthusamy,

Hi Muthusamy,

感谢您的发布。

>>如果我在Visual Studio 2017(v15.4)中手动禁用并启用了我的VSIX扩展,则工具箱正在正确加载

您使用的是哪个VSIX扩展程序?它是可重现的吗?

which VSIX extension are you using? Is it reproducible?

我想知道这可能是兼容性问题,或VS2017 15.4 的限制,如果是这样你可以去
帮助 - >发送反馈 - >向Microsoft VS开发团队直接报告问题,他们将对其进行评估并在下次更新中修复

I wonder it could be the compatibility issue, or limitation of VS2017 15.4, if so you could go to Help -> Send feedback -> report a problem to Microsoft VS developing team directly, they will evaluate it and fix it in the next update.

由于此论坛是 VS IDE ,如果问题是由
VSIX或VSIX 开发引起的
,你可以去 VS整合论坛
获取专业建议:

As this forum is VS IDE, If the issue is caused by VSIX or VSIX developing, you could go to VS integrate forum for professional advice:

https://social.msdn.microsoft.com/Forums/ vstudio / zh-CN / home?forum = vsx

 

祝你好运,

Fletcher


这篇关于Visual Studio 2017(v15.4)工具箱中的自定义控件未加载问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆