VS2008 设计模式下 RDLC 的工具箱问题

发布于 2024-07-17 11:27:13 字数 157 浏览 6 评论 0原文

我正在尝试设计一个 RDLC 报告,但是我的工具箱充满了大约 10 个“文本框”控件和一个奇怪的空 #13119 控件组。 我找不到其他控件。 我尝试了多个命令行开关来重建 VS 缓存,但没有任何效果。 我是否需要指向特定的 DLL 才能引入工具箱控件? 告诉我我不需要重新安装VS2008。

I am attempting to design an RDLC report, however my toolbox is filled with about 10 "Textbox" controls and an odd, empty #13119 control group. I can find no other controls. I have attempted several command line switches to rebuild the VS cache, but nothing works. Do I need to point to a particular DLL to pull in the toolbox controls? Tell me I don't need to reinstall VS2008.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

聊慰 2024-07-24 11:27:13

我的直觉告诉我,您的安装中的某些内容已损坏。

这是我在尝试修复之前会尝试的操作(最近发生过这种情况):

我通过进入我的个人资料来修复此问题,如下所示:

C:\ Documents and Settings \ MYUSERNAME \ Local Settings \ Application Data \ Microsoft \ VisualStudio \ 8.0 \ ProjectAssemblies

有其中有四个隐藏文件,它们显然构成了工具箱缓存。 如果你删除它们,它们将重新生成,并且#13119将返回到常规。 正如我所说,这些文件似乎是隐藏的,因此请相应地配置文件资源管理器。

第二个问题:我的用户控件从工具箱中消失了。
我可以通过进入 VS 菜单来修复它:

Visual Studio“工具”菜单

“选项”子菜单

“Windows 窗体设计器”选项卡
“常规选项卡
将“AutoToolboxPopulate”设置为“True”

My good sense tells me that something got corrupted either in your installation.

Here's what I would try before attempting a repair (this happened recently):

I fixed this by going into my profile as follows:

C:\Documents and Settings\MYUSERNAME\Local Settings\Application Data\Microsoft\VisualStudio\8.0\ProjectAssemblies

There are four HIDDEN files in there that make up what is apparently the toolbox cache. If you erase them, they will be re-generated and #13119 will go back to General. As I said, these files appear to be hidden so configure the file explorer accordingly.

Second problem: my User controls disappeared from the toolbox.
I was able to fix it by going into the VS menus:

Visual Studio "Tools" menu

"Options" submenu

"Windows Form Designer" tab
"General" tab
Set "AutoToolboxPopulate" to "True"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文