Click here to Skip to main content
15,894,825 members
Home / Discussions / C#
   

C#

 
GeneralComboBox Pin
Gary Kirkham12-Dec-03 5:32
Gary Kirkham12-Dec-03 5:32 
GeneralRe: ComboBox Pin
Heath Stewart12-Dec-03 9:35
protectorHeath Stewart12-Dec-03 9:35 
GeneralRe: ComboBox Pin
Gary Kirkham12-Dec-03 9:53
Gary Kirkham12-Dec-03 9:53 
GeneralRe: ComboBox Pin
Heath Stewart12-Dec-03 10:06
protectorHeath Stewart12-Dec-03 10:06 
GeneralRe: ComboBox Pin
Gary Kirkham12-Dec-03 10:45
Gary Kirkham12-Dec-03 10:45 
GeneralProblem with .Net Framework bootstrap program rebooting the system in Win 98 Pin
blakeb_112-Dec-03 5:24
blakeb_112-Dec-03 5:24 
GeneralRe: Problem with .Net Framework bootstrap program rebooting the system in Win 98 Pin
Heath Stewart12-Dec-03 9:32
protectorHeath Stewart12-Dec-03 9:32 
GeneralAssembly fails to load Pin
Le centriste12-Dec-03 5:06
Le centriste12-Dec-03 5:06 
I have an assembly in the GAC, but I cannot load it. I get the following error:

An unhandled exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll

Additional information: File or assembly name Microsoft.ApplicationBlocks.Logging.EventSinks, or one of its dependencies, was not found.


That is all the information I have. The assembly is in the GAC, so it must be one of its dependencies that is missing, but I cannot figure out which.

Here is the MANIFEST content from ildasm:

.assembly extern Microsoft.EnterpriseInstrumentation
{
  .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )                         // .?_....:
  .ver 7:0:5000:0
}
.assembly extern mscorlib
{
  .publickeytoken = (B7 7A 5C 56 19 34 E0 89 )                         // .z\V.4..
  .ver 1:0:5000:0
}
.assembly extern System
{
  .publickeytoken = (B7 7A 5C 56 19 34 E0 89 )                         // .z\V.4..
  .ver 1:0:5000:0
}
.assembly extern System.Xml
{
  .publickeytoken = (B7 7A 5C 56 19 34 E0 89 )                         // .z\V.4..
  .ver 1:0:5000:0
}
.assembly extern System.Data
{
  .publickeytoken = (B7 7A 5C 56 19 34 E0 89 )                         // .z\V.4..
  .ver 1:0:5000:0
}
.assembly extern mscorlib as mscorlib_5
{
  .publickeytoken = (B7 7A 5C 56 19 34 E0 89 )                         // .z\V.4..
  .ver 1:0:3300:0
}
.assembly extern Microsoft.ApplicationBlocks.Logging.Schema
{
  .publickeytoken = (64 F1 8B 94 EB E8 62 97 )                         // d.....b.
  .ver 1:0:0:0
}
.assembly extern System as System_7
{
  .publickeytoken = (B7 7A 5C 56 19 34 E0 89 )                         // .z\V.4..
  .ver 1:0:3300:0
}
.assembly extern System.Messaging
{
  .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )                         // .?_....:
  .ver 1:0:5000:0
}
.assembly extern System.Management
{
  .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )                         // .?_....:
  .ver 1:0:5000:0
}
.assembly Microsoft.ApplicationBlocks.Logging.EventSinks
{
  .custom instance void [mscorlib]System.Reflection.AssemblyDelaySignAttribute::.ctor(bool) = ( 01 00 00 00 00 ) 
  // --- The following custom attribute is added automatically, do not uncomment -------
  //  .custom instance void [mscorlib]System.Diagnostics.DebuggableAttribute::.ctor(bool,
  //                                                                                bool) = ( 01 00 01 01 00 00 ) 
  .custom instance void [mscorlib]System.Reflection.AssemblyCopyrightAttribute::.ctor(string) = ( 01 00 22 43 6F 70 79 72 69 67 68 74 20 C2 A9 20   // .."Copyright .. 
                                                                                                  4D 69 63 72 6F 73 6F 66 74 20 43 6F 72 70 6F 72   // Microsoft Corpor
                                                                                                  61 74 69 6F 6E 00 00 )                            // ation..
  .custom instance void [mscorlib]System.Reflection.AssemblyKeyNameAttribute::.ctor(string) = ( 01 00 00 00 00 ) 
  .custom instance void [mscorlib]System.Reflection.AssemblyKeyFileAttribute::.ctor(string) = ( 01 00 4A 44 3A 5C 50 72 6F 67 72 61 6D 20 46 69   // ..JD:\Program Fi
                                                                                                6C 65 73 5C 4D 69 63 72 6F 73 6F 66 74 20 41 70   // les\Microsoft Ap
                                                                                                70 6C 69 63 61 74 69 6F 6E 20 42 6C 6F 63 6B 73   // plication Blocks
                                                                                                20 66 6F 72 20 2E 4E 65 74 5C 4C 6F 67 67 69 6E   //  for .Net\Loggin
                                                                                                67 5C 6C 6F 67 67 69 6E 67 2E 73 6E 6B 00 00 )    // g\logging.snk..
  .custom instance void [mscorlib]System.Reflection.AssemblyTrademarkAttribute::.ctor(string) = ( 01 00 00 00 00 ) 
  .custom instance void [mscorlib]System.Reflection.AssemblyConfigurationAttribute::.ctor(string) = ( 01 00 05 44 65 62 75 67 00 00 )                   // ...Debug..
  .custom instance void [mscorlib]System.Reflection.AssemblyDescriptionAttribute::.ctor(string) = ( 01 00 24 70 61 74 74 65 72 6E 73 20 26 20 70 72   // ..$patterns & pr
                                                                                                    61 63 74 69 63 65 73 20 4C 6F 67 67 69 6E 67 20   // actices Logging 
                                                                                                    54 6F 6F 6C 6B 69 74 00 00 )                      // Toolkit..
  .custom instance void [mscorlib]System.Runtime.InteropServices.ComVisibleAttribute::.ctor(bool) = ( 01 00 00 00 00 ) 
  .custom instance void [mscorlib]System.Reflection.AssemblyCompanyAttribute::.ctor(string) = ( 01 00 15 4D 69 63 72 6F 73 6F 66 74 20 43 6F 72   // ...Microsoft Cor
                                                                                                6F 70 72 61 74 69 6F 6E 00 00 )                   // opration..
  .custom instance void [mscorlib]System.Reflection.AssemblyProductAttribute::.ctor(string) = ( 01 00 24 70 61 74 74 65 72 6E 73 20 26 20 70 72   // ..$patterns & pr
                                                                                                61 63 74 69 63 65 73 20 4C 6F 67 67 69 6E 67 20   // actices Logging 
                                                                                                54 6F 6F 6C 6B 69 74 00 00 )                      // Toolkit..
  .custom instance void [mscorlib]System.Reflection.AssemblyTitleAttribute::.ctor(string) = ( 01 00 24 70 61 74 74 65 72 6E 73 20 26 20 70 72   // ..$patterns & pr
                                                                                              61 63 74 69 63 65 73 20 4C 6F 67 67 69 6E 67 20   // actices Logging 
                                                                                              54 6F 6F 6C 6B 69 74 00 00 )                      // Toolkit..
  .custom instance void [mscorlib]System.CLSCompliantAttribute::.ctor(bool) = ( 01 00 01 00 00 ) 
  .permissionset reqmin = (3C 00 50 00 65 00 72 00 6D 00 69 00 73 00 73 00   // <.P.e.r.m.i.s.s.
                           69 00 6F 00 6E 00 53 00 65 00 74 00 20 00 63 00   // i.o.n.S.e.t. .c.
                           6C 00 61 00 73 00 73 00 3D 00 22 00 53 00 79 00   // l.a.s.s.=.".S.y.
                           73 00 74 00 65 00 6D 00 2E 00 53 00 65 00 63 00   // s.t.e.m...S.e.c.
                           75 00 72 00 69 00 74 00 79 00 2E 00 50 00 65 00   // u.r.i.t.y...P.e.
                           72 00 6D 00 69 00 73 00 73 00 69 00 6F 00 6E 00   // r.m.i.s.s.i.o.n.
                           53 00 65 00 74 00 22 00 0D 00 0A 00 20 00 20 00   // S.e.t."..... . .
                           20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00   //  . . . . . . . .
                           20 00 20 00 20 00 20 00 20 00 76 00 65 00 72 00   //  . . . . .v.e.r.
                           73 00 69 00 6F 00 6E 00 3D 00 22 00 31 00 22 00   // s.i.o.n.=.".1.".
                           3E 00 0D 00 0A 00 20 00 20 00 20 00 3C 00 49 00   // >..... . . .<.I.
                           50 00 65 00 72 00 6D 00 69 00 73 00 73 00 69 00   // P.e.r.m.i.s.s.i.
                           6F 00 6E 00 20 00 63 00 6C 00 61 00 73 00 73 00   // o.n. .c.l.a.s.s.
                           3D 00 22 00 53 00 79 00 73 00 74 00 65 00 6D 00   // =.".S.y.s.t.e.m.
                           2E 00 53 00 65 00 63 00 75 00 72 00 69 00 74 00   // ..S.e.c.u.r.i.t.
                           79 00 2E 00 50 00 65 00 72 00 6D 00 69 00 73 00   // y...P.e.r.m.i.s.
                           73 00 69 00 6F 00 6E 00 73 00 2E 00 53 00 65 00   // s.i.o.n.s...S.e.
                           63 00 75 00 72 00 69 00 74 00 79 00 50 00 65 00   // c.u.r.i.t.y.P.e.
                           72 00 6D 00 69 00 73 00 73 00 69 00 6F 00 6E 00   // r.m.i.s.s.i.o.n.
                           2C 00 20 00 6D 00 73 00 63 00 6F 00 72 00 6C 00   // ,. .m.s.c.o.r.l.
                           69 00 62 00 2C 00 20 00 56 00 65 00 72 00 73 00   // i.b.,. .V.e.r.s.
                           69 00 6F 00 6E 00 3D 00 31 00 2E 00 30 00 2E 00   // i.o.n.=.1...0...
                           35 00 30 00 30 00 30 00 2E 00 30 00 2C 00 20 00   // 5.0.0.0...0.,. .
                           43 00 75 00 6C 00 74 00 75 00 72 00 65 00 3D 00   // C.u.l.t.u.r.e.=.
                           6E 00 65 00 75 00 74 00 72 00 61 00 6C 00 2C 00   // n.e.u.t.r.a.l.,.
                           20 00 50 00 75 00 62 00 6C 00 69 00 63 00 4B 00   //  .P.u.b.l.i.c.K.
                           65 00 79 00 54 00 6F 00 6B 00 65 00 6E 00 3D 00   // e.y.T.o.k.e.n.=.
                           62 00 37 00 37 00 61 00 35 00 63 00 35 00 36 00   // b.7.7.a.5.c.5.6.
                           31 00 39 00 33 00 34 00 65 00 30 00 38 00 39 00   // 1.9.3.4.e.0.8.9.
                           22 00 0D 00 0A 00 20 00 20 00 20 00 20 00 20 00   // "..... . . . . .
                           20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00   //  . . . . . . . .
                           20 00 20 00 20 00 76 00 65 00 72 00 73 00 69 00   //  . . .v.e.r.s.i.
                           6F 00 6E 00 3D 00 22 00 31 00 22 00 0D 00 0A 00   // o.n.=.".1.".....
                           20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00   //  . . . . . . . .
                           20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00   //  . . . . . . . .
                           46 00 6C 00 61 00 67 00 73 00 3D 00 22 00 45 00   // F.l.a.g.s.=.".E.
                           78 00 65 00 63 00 75 00 74 00 69 00 6F 00 6E 00   // x.e.c.u.t.i.o.n.
                           22 00 2F 00 3E 00 0D 00 0A 00 3C 00 2F 00 50 00   // "./.>.....<./.P.
                           65 00 72 00 6D 00 69 00 73 00 73 00 69 00 6F 00   // e.r.m.i.s.s.i.o.
                           6E 00 53 00 65 00 74 00 3E 00 0D 00 0A 00 )       // n.S.e.t.>.....
  .publickey = (00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00   // .$..............
                00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00   // .$..RSA1........
                ED 84 12 34 D6 BD 34 30 A7 EC F3 18 DF 15 E9 5C   // ...4..40.......\
                F7 89 AF 55 0A 35 20 24 CD 27 DA 48 F3 16 F3 77   // ...U.5 $.'.H...w
                2A 82 ED F0 31 E2 8F 21 2B AE 25 1F C1 2A AA ED   // *...1..!+.%..*..
                D9 4F 04 E9 C9 96 4A AF C0 59 E7 BB 59 86 5E 0B   // .O....J..Y..Y.^.
                2D 58 66 6E CC 9D 42 29 DA E3 2C 14 C8 57 72 0E   // -Xfn..B)..,..Wr.
                ED 0C BA 63 8C 2F E6 AD 57 08 F1 8E 26 0A 29 A4   // ...c./..W...&.).
                0A 45 36 42 A7 66 A4 D7 7C B8 22 E0 6B B2 1D 50   // .E6B.f..|.".k..P
                1E 24 C0 BA 86 15 14 11 BE FC 0B 52 B5 2E 55 A3 ) // .$.........R..U.
  .hash algorithm 0x00008004
  .ver 1:0:0:0
}
.mresource public Microsoft.ApplicationBlocks.Logging.EventSinks.data.xsd
{
}
.mresource public Microsoft.ApplicationBlocks.Logging.EventSinks.EventSinks.resources
{
}
.module Microsoft.ApplicationBlocks.Logging.EventSinks.dll
// MVID: {504633FD-EA2C-41BC-AD23-AD7B166DEC20}
.imagebase 0x11000000
.subsystem 0x00000003
.file alignment 4096
.corflags 0x00000009
// Image base: 0x06dc0000


Can anyone tell me where to look?

Tx

--------

"I say no to drugs, but they don't listen."
- Marilyn Manson
GeneralRe: Assembly fails to load Pin
Heath Stewart12-Dec-03 9:29
protectorHeath Stewart12-Dec-03 9:29 
GeneralRe: Assembly fails to load Pin
Eric Gunnerson (msft)12-Dec-03 13:30
Eric Gunnerson (msft)12-Dec-03 13:30 
GeneralDetermining the location of a DragDrop External to a form Pin
Tristan Rhodes12-Dec-03 4:47
Tristan Rhodes12-Dec-03 4:47 
GeneralRe: Determining the location of a DragDrop External to a form Pin
Heath Stewart12-Dec-03 9:19
protectorHeath Stewart12-Dec-03 9:19 
GeneralRe: Determining the location of a DragDrop External to a form Pin
Tristan Rhodes12-Dec-03 11:21
Tristan Rhodes12-Dec-03 11:21 
GeneralRe: Determining the location of a DragDrop External to a form Pin
Heath Stewart12-Dec-03 11:26
protectorHeath Stewart12-Dec-03 11:26 
GeneralRe: Determining the location of a DragDrop External to a form Pin
Tristan Rhodes12-Dec-03 11:35
Tristan Rhodes12-Dec-03 11:35 
GeneralRe: Determining the location of a DragDrop External to a form Pin
Heath Stewart12-Dec-03 11:46
protectorHeath Stewart12-Dec-03 11:46 
GeneralDetermining a pc's memory &amp; disk space Pin
Manster12-Dec-03 4:34
Manster12-Dec-03 4:34 
GeneralRe: Determining a pc's memory &amp; disk space Pin
Heath Stewart12-Dec-03 9:16
protectorHeath Stewart12-Dec-03 9:16 
GeneralRe: Determining a pc's memory &amp; disk space Pin
Manster15-Dec-03 3:58
Manster15-Dec-03 3:58 
GeneralRe: Determining a pc's memory &amp; disk space Pin
Manster15-Dec-03 4:04
Manster15-Dec-03 4:04 
GeneralRe: Determining a pc's memory &amp; disk space Pin
Jonathan Guidry12-Dec-03 9:37
Jonathan Guidry12-Dec-03 9:37 
GeneralAlpha Texture Problems Pin
12-Dec-03 2:01
suss12-Dec-03 2:01 
GeneralRe: Alpha Texture Problems Pin
Heath Stewart12-Dec-03 4:32
protectorHeath Stewart12-Dec-03 4:32 
GeneralRe: Alpha Texture Problems Pin
12-Dec-03 4:39
suss12-Dec-03 4:39 
GeneralSOLVED Pin
Tristan Rhodes12-Dec-03 10:36
Tristan Rhodes12-Dec-03 10:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.