Feisty工具箱 [英] Feisty toolbox

查看:80
本文介绍了Feisty工具箱的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,


我在VB.NET 2002 Standard中遇到了Toolbox问题。我有2个

类库,1个包含许可类和引用,但是

标准名称空间和其他引用我的第一个库以便

保护暴露的组件。为了方便起见,我会将我的

许可库称为licensinglibrary.dll和我的控制库,作为

controllibrary.dll。


当我尝试将mycontrollibrary添加到工具箱中以便我可以拖动并且

删除我的组件时我收到以下错误,


"文件或程序集名称licenselibrary或其中一个依赖项是

找不到。


我已经测试了我遇到过的几个问题过去当

遇到此消息但他们返回了false。 licenselibrary中的任何类都没有受到许可证提供者的保护,但是许可证

提供者类*确实*需要一个嵌入执行程序集的许可证,

虽然它在设计时被设计为100%免费。


无论如何,无论如何我都可以将这个等级从等式中删除为

在收到错误消息之前,在创建

图标期间,getLicense方法实际上永远不会被调用。那么有谁知道

问题可能是什么?很遗憾,错误信息不能再多一点

具体!


提前付款加载。

尼克。

Hi there,

I''m having problems with the Toolbox in VB.NET 2002 Standard. I have 2
class libraries, 1 contains licensing classes and references nothing but
standard namespaces and the other references my first library in order to
protect the exposed components. To make things easier I''ll refer to my
licensing library as licensinglibrary.dll and my control library as
controllibrary.dll.

When I try to add mycontrollibrary to the toolbox so that I can drag and
drop my components I recieve the following error,

"File or assembly name licensinglibrary, or one of its dependencies, was
not found."

I''ve tested for several issues I had encountered in the past when
encountering this message but they have returned false. None of the classes
in licensinglibrary are protected via license providers but the license
provider class *does* need a license embdedded into the executing assembly,
although it is designed to be 100% free at design time.

Anyway, regardless of that I can remove this class from the equation as
the getLicense method never actually gets called during the creation of the
icons before the error message is recieved. So has anyone any idea what the
problem could be? It''s a shame the error message can''t be a little more
specific!

Thanks loads in advance.

Nick.

推荐答案

嗨再次(但对于我不知道的人),


我已经通过公开一个公共用户控件

测试了我的licensinglibrary.dll,然后将这个库添加到我的工具箱中。用户控件显示为

。因此,错误消息


文件或程序集名称licenselibrary或其中一个依赖项,未找到




*必须*必须是cr4p的负载吗?也许这只是一个通用的错误

消息有些东西是错的,VS.NET不能将图标添加到你的

工具箱中。。


有没有人知道如何解决这个问题?或者也许有人知道

如何手动将项目添加到工具箱中?我确定如果我知道

信息存储在哪里,我可以找到如何添加它。无论如何,谢谢

提前!复制和粘贴正在解决我当前的问题,但我已经添加了

新的控件到库,我目前无法使用。我希望我现在没有b $ b重置我的工具箱了!


尼克。


Nak < a@a.com>在消息中写道

新闻:或************** @ TK2MSFTNGP11.phx.gbl ...
Hi again (but to whome I don''t know),

I''ve tested my licensinglibrary.dll by exposing a public user control
and then adding this library to my toolbox. The usercontrol appears as
expected. Therefore the error message,

"File or assembly name licensinglibrary, or one of its dependencies, was
not found."

*Must* be a load of cr4p surely? Maybe it''s just a generic error
message for "Something is wrong, VS.NET can''t add the icon to your
toolbox.".

Has anyone any ideas on how to resolve this? Or maybe does anyone know
how to add items to your toolbox manually? I''m sure if I know where the
information is stored I could find out how to add this. Anyway, thanks in
advance! Copy and pasting is solving my current problem but I have added
new controls to the library that I can''t use at the moment. I wish I hadn''t
reset my toolbox now!

Nick.

"Nak" <a@a.com> wrote in message
news:Or**************@TK2MSFTNGP11.phx.gbl...
你好,

我在VB.NET 2002 Standard中遇到了Toolbox问题。我有2个类库,1个包含许可类和引用,只有
标准命名空间,另一个引用我的第一个库,以便保护暴露的组件。为了方便起见,我将把我的
许可库称为licensinglibrary.dll,将我的控件库称为
controllibrary.dll。

当我尝试将mycontrollibrary添加到工具箱,以便我可以拖动
并删除我的组件我收到以下错误,

文件或程序集名称licenselibrary,或其中一个依赖项,
未找到。

我已经测试了过去遇到此消息时遇到的几个问题,但是他们返回了错误。许可证库中的所有类都不受许可证提供者的保护,但
许可证提供者类*确实*需要一个嵌入执行
程序集的许可证,尽管它的设计是100%免费的设计时间。

无论如何,无论如何我都可以从等式中删除这个类,因为在创建错误消息之前的图标期间,getLicense方法实际上永远不会被调用收到了。那么任何人都有任何想法
问题可能是什么?遗憾的是错误信息不能更具体了!

提前感谢加载。

尼克。
Hi there,

I''m having problems with the Toolbox in VB.NET 2002 Standard. I have 2
class libraries, 1 contains licensing classes and references nothing but
standard namespaces and the other references my first library in order to
protect the exposed components. To make things easier I''ll refer to my
licensing library as licensinglibrary.dll and my control library as
controllibrary.dll.

When I try to add mycontrollibrary to the toolbox so that I can drag
and drop my components I recieve the following error,

"File or assembly name licensinglibrary, or one of its dependencies,
was not found."

I''ve tested for several issues I had encountered in the past when
encountering this message but they have returned false. None of the
classes in licensinglibrary are protected via license providers but the
license provider class *does* need a license embdedded into the executing
assembly, although it is designed to be 100% free at design time.

Anyway, regardless of that I can remove this class from the equation as
the getLicense method never actually gets called during the creation of
the icons before the error message is recieved. So has anyone any idea
what the problem could be? It''s a shame the error message can''t be a
little more specific!

Thanks loads in advance.

Nick.



嗨再次(但对于我不知道的人),


我已经测试了我的licensinglibrary.dll暴露公共用户控件

,然后将此库添加到我的工具箱中。用户控件显示为

。因此,错误消息


文件或程序集名称licenselibrary或其中一个依赖项,未找到




*必须*必须是cr4p的负载吗?也许这只是一个通用的错误

消息有些东西是错的,VS.NET不能将图标添加到你的

工具箱中。。


有没有人知道如何解决这个问题?或者也许有人知道

如何手动将项目添加到工具箱中?我确定如果我知道

信息存储在哪里,我可以找到如何添加它。无论如何,谢谢

提前!复制和粘贴正在解决我当前的问题,但我已经添加了

新的控件到库,我目前无法使用。我希望我现在没有b $ b重置我的工具箱了!


尼克。


Nak < a@a.com>在消息中写道

新闻:或************** @ TK2MSFTNGP11.phx.gbl ...
Hi again (but to whome I don''t know),

I''ve tested my licensinglibrary.dll by exposing a public user control
and then adding this library to my toolbox. The usercontrol appears as
expected. Therefore the error message,

"File or assembly name licensinglibrary, or one of its dependencies, was
not found."

*Must* be a load of cr4p surely? Maybe it''s just a generic error
message for "Something is wrong, VS.NET can''t add the icon to your
toolbox.".

Has anyone any ideas on how to resolve this? Or maybe does anyone know
how to add items to your toolbox manually? I''m sure if I know where the
information is stored I could find out how to add this. Anyway, thanks in
advance! Copy and pasting is solving my current problem but I have added
new controls to the library that I can''t use at the moment. I wish I hadn''t
reset my toolbox now!

Nick.

"Nak" <a@a.com> wrote in message
news:Or**************@TK2MSFTNGP11.phx.gbl...
你好,

我在VB.NET 2002 Standard中遇到了Toolbox问题。我有2个类库,1个包含许可类和引用,只有
标准命名空间,另一个引用我的第一个库,以便保护暴露的组件。为了方便起见,我将把我的
许可库称为licensinglibrary.dll,将我的控件库称为
controllibrary.dll。

当我尝试将mycontrollibrary添加到工具箱,以便我可以拖动
并删除我的组件我收到以下错误,

文件或程序集名称licenselibrary,或其中一个依赖项,
未找到。

我已经测试了过去遇到此消息时遇到的几个问题,但是他们返回了错误。许可证库中的所有类都不受许可证提供者的保护,但
许可证提供者类*确实*需要一个嵌入执行
程序集的许可证,尽管它的设计是100%免费的设计时间。

无论如何,无论如何我都可以从等式中删除这个类,因为在创建错误消息之前的图标期间,getLicense方法实际上永远不会被调用收到了。那么任何人都有任何想法
问题可能是什么?遗憾的是错误信息不能更具体了!

提前感谢加载。

尼克。
Hi there,

I''m having problems with the Toolbox in VB.NET 2002 Standard. I have 2
class libraries, 1 contains licensing classes and references nothing but
standard namespaces and the other references my first library in order to
protect the exposed components. To make things easier I''ll refer to my
licensing library as licensinglibrary.dll and my control library as
controllibrary.dll.

When I try to add mycontrollibrary to the toolbox so that I can drag
and drop my components I recieve the following error,

"File or assembly name licensinglibrary, or one of its dependencies,
was not found."

I''ve tested for several issues I had encountered in the past when
encountering this message but they have returned false. None of the
classes in licensinglibrary are protected via license providers but the
license provider class *does* need a license embdedded into the executing
assembly, although it is designed to be 100% free at design time.

Anyway, regardless of that I can remove this class from the equation as
the getLicense method never actually gets called during the creation of
the icons before the error message is recieved. So has anyone any idea
what the problem could be? It''s a shame the error message can''t be a
little more specific!

Thanks loads in advance.

Nick.



对,


C:\Documents and Settings \Nick Pateman \ Application

数据\ Microsoft /\\VisualStudio \7.0 \ DotNetToolbox.log


^这里包含遇到的错误的详细日志,这提供了一个

一点点更多信息比


"文件或程序集名称licenselibrary或其中一个依赖项,未找到



我还没有对问题进行分类,但至少这给了我一些工作

on。


Nick。


Nak < a@a.com>在消息中写道

新闻:uV **************** @ TK2MSFTNGP12.phx.gbl ...
Right,

C:\Documents and Settings\Nick Pateman\Application
Data\Microsoft\VisualStudio\7.0\DotNetToolbox.log

^ This contains a detailed log of the errors encountered and this provides a
little more information than

"File or assembly name licensinglibrary, or one of its dependencies, was not
found."

I haven''t sorted the issue yet but at least this gives me something to work
on.

Nick.

"Nak" <a@a.com> wrote in message
news:uV****************@TK2MSFTNGP12.phx.gbl...
嗨再次(但是对于我不知道的人来说,

我已经通过暴露公共用户控件来测试我的licensinglibrary.dll,然后将这个库添加到我的工具箱中。用户控件显示为
预期。因此,找不到错误消息,

文件或程序集名称licenselibrary或其中一个依赖项,


*必须*是肯定会加载cr4p吗?也许这只是一个通用的错误
消息有些东西是错的,VS.NET不能将图标添加到你的
工具箱中。

有没有人知道如何解决这个问题?或者也许有人知道如何手动将项目添加到工具箱中?我确定如果我知道
信息存储在哪里,我可以找到如何添加它。无论如何,谢谢
提前!复制和粘贴是解决我当前的问题,但我已经添加了新的控件到库,我目前无法使用。我希望我现在没有重置我的工具箱了!

尼克。

Nak < a@a.com>在消息中写道
新闻:或************** @ TK2MSFTNGP11.phx.gbl ...
Hi again (but to whome I don''t know),

I''ve tested my licensinglibrary.dll by exposing a public user control
and then adding this library to my toolbox. The usercontrol appears as
expected. Therefore the error message,

"File or assembly name licensinglibrary, or one of its dependencies,
was not found."

*Must* be a load of cr4p surely? Maybe it''s just a generic error
message for "Something is wrong, VS.NET can''t add the icon to your
toolbox.".

Has anyone any ideas on how to resolve this? Or maybe does anyone know
how to add items to your toolbox manually? I''m sure if I know where the
information is stored I could find out how to add this. Anyway, thanks in
advance! Copy and pasting is solving my current problem but I have added
new controls to the library that I can''t use at the moment. I wish I
hadn''t reset my toolbox now!

Nick.

"Nak" <a@a.com> wrote in message
news:Or**************@TK2MSFTNGP11.phx.gbl...
你好,
将我的许可库称为licensinglibrary.dll,将我的控件库称为controllibrary.dll。

当我尝试将mycontrollibrary添加到工具箱,以便我可以拖动
并删除我的组件我收到以下错误,

文件或程序集名称licenselibrary,或其中一个依赖项,
未找到。

我已经测试了过去遇到此消息时遇到的几个问题,但是他们返回了错误。许可证库中的所有类都不受许可证提供者的保护,但
许可证提供者类*确实*需要一个嵌入执行
程序集的许可证,尽管它的设计是100%免费的设计时间。

无论如何,无论如何我都可以从等式中删除这个类,因为getLicense方法在创建错误消息之前的图标期间从未实际调用过收到了。那么有没有人知道问题可能是什么?很遗憾错误信息不能更具体一点!

提前感谢加载。

尼克。
Hi there,

I''m having problems with the Toolbox in VB.NET 2002 Standard. I have
2 class libraries, 1 contains licensing classes and references nothing
but standard namespaces and the other references my first library in
order to protect the exposed components. To make things easier I''ll
refer to my licensing library as licensinglibrary.dll and my control
library as controllibrary.dll.

When I try to add mycontrollibrary to the toolbox so that I can drag
and drop my components I recieve the following error,

"File or assembly name licensinglibrary, or one of its dependencies,
was not found."

I''ve tested for several issues I had encountered in the past when
encountering this message but they have returned false. None of the
classes in licensinglibrary are protected via license providers but the
license provider class *does* need a license embdedded into the executing
assembly, although it is designed to be 100% free at design time.

Anyway, regardless of that I can remove this class from the equation
as the getLicense method never actually gets called during the creation
of the icons before the error message is recieved. So has anyone any
idea what the problem could be? It''s a shame the error message can''t be
a little more specific!

Thanks loads in advance.

Nick.




这篇关于Feisty工具箱的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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