Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

.Net Strong Names

We are required to use strong names on all of our assemblies. Do the assemblies supplied with version 7.0 of Measurement Studio have strong names? It is my understanding that all third party controls we use must have strong names. I have had no luck using interop with Measurement Studio 6.0 controls. I've tried AxImp the way it was documented and always get a "dependency" error when trying to add a control with "Customize ToolBox".
0 Kudos
Message 1 of 3
(3,794 Views)
"Do the assemblies supplied with version 7.0 of Measurement Studio have strong names?"

All of the Measurement Studio .NET assemblies have strong names. Also, in case you're looking for evidence for configuring security policy, the Measurement Studio .NET assemblies are also signed with an Authenticode ceritificate, so you can configure security policy via a publisher identity permission as well as a strong name identity permission.

"I have had no luck using interop with Measurement Studio 6.0 controls. I've tried AxImp the way it was documented and always get a "dependency" error when trying to add a control with "Customize ToolBox"."

Adding the control via "Customize ToolBox" should work. Could you please post the steps that you follow t
o reproduce this error? Also, could you please post a screenshot of this error or any additional information about this error message that you might have seen? Thanks.

- Elton
0 Kudos
Message 2 of 3
(3,794 Views)
aximp c:\winnt\system32\cwui.ocx /publickey:"[keypath]\[keyfile].snk

which created 2 files

C:\WINNT\system32\CWUIControlsLib.dll and
C:\WINNT\system32\AwCWUIControlsLib.dll

When I tried to add AwCWUIControlsLib.dll to the tool box, I received the following err:

"File or Assembly AwCWUIControlsLib or one of its dependencies, was not found."
0 Kudos
Message 3 of 3
(3,794 Views)