all groups > visual studio .net enterprise tools > november 2004 >
You're in the

visual studio .net enterprise tools

group:

Microsoft.EnterpriseInstrumentation Dependancy


Microsoft.EnterpriseInstrumentation Dependancy adam NO[at]SPAM cu.net
11/10/2004 5:06:00 PM
visual studio .net enterprise tools:
I am working on a project to simply wrap some third party controls.
When I go to compile I am recieving two warnings.

The dependency 'Microsoft.EnterpriseInstrumentation.Schema' could not
be found.
The dependency 'Microsoft.EnterpriseInstrumentation' could not be
found.

I am not sure how to fix this. It is causing my program to throw a
runtime System.SecurityException as soon as I try to create an
instance of the third part control.

If you have any ideas I would be interested in hearing them.

RE: Microsoft.EnterpriseInstrumentation Dependancy mikehayt_ NO[at]SPAM online.microsoft.com
11/17/2004 5:51:28 PM
Do you know what is causing the dependency and what dll(s) are dependent on
M.EI.Schema.dll & M.EI.dll?
You can se the ldasm tool to open up the assembly and look at the
dependencies in the manifest.

I guess your choice is to either eliminate the dependency, or include the
dlls.
Installing EIF on the machine should fix the problem.

.NET only goes out and tries to load in a dll when it has to. If its your
dll that's pulling in M.EI.dll, M.EI.S.dll - I have got lying around a set
of EIF wrapper classes for EIF that may be of use.

Mike


--

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
|
| I am working on a project to simply wrap some third party controls.
| When I go to compile I am recieving two warnings.
|
| The dependency 'Microsoft.EnterpriseInstrumentation.Schema' could not
| be found.
| The dependency 'Microsoft.EnterpriseInstrumentation' could not be
| found.
|
| I am not sure how to fix this. It is causing my program to throw a
| runtime System.SecurityException as soon as I try to create an
| instance of the third part control.
|
| If you have any ideas I would be interested in hearing them.
|
| Thanks.
|
AddThis Social Bookmark Button