A
Atmapuri
Hi!
I am looking at how to make use of the client
framework, but found the following problems:
The client framework does not include System.Designer
assembly. Without this assembly it is not possible to
register the components to be displayed on the toolbox.
(contains ToolboxItem attribute).
Is it somehow possible to produce two assemblies, where
one will register the components from the first to be
displayed on the toolbox within VS.IDE, but the actual
application will not require it's deployment?
I checked C# partial classes, but they require, that all
the definitions are within the same assembly which
defeats the purpose here.
Thanks!
Atmapuri
I am looking at how to make use of the client
framework, but found the following problems:
The client framework does not include System.Designer
assembly. Without this assembly it is not possible to
register the components to be displayed on the toolbox.
(contains ToolboxItem attribute).
Is it somehow possible to produce two assemblies, where
one will register the components from the first to be
displayed on the toolbox within VS.IDE, but the actual
application will not require it's deployment?
I checked C# partial classes, but they require, that all
the definitions are within the same assembly which
defeats the purpose here.
Thanks!
Atmapuri