Link to home
Start Free TrialLog in
Avatar of JMO9966
JMO9966

asked on

Could not load file or assembly or one of its dependencies

I'm using InfoPath 2007 and VSTA tools with vb.net code.

The dll that reports this error when I try to load the form in Debug mode has these listed when I use ILDASM to create the .il file for this dll.

// Metadata version: v2.0.50727
.assembly extern mscorlib
{
  .publickeytoken = (B7 7A 5C 56 19 34 E0 89 )                         // .z\V.4..
  .ver 2:0:0:0
}
.assembly extern Quartz
{
  .publickeytoken = (F6 B8 C9 8A 40 2C C8 A4 )                         // ....@,..
  .ver 1:0:2:2
}
.assembly extern System.ServiceModel
{
  .publickeytoken = (B7 7A 5C 56 19 34 E0 89 )                         // .z\V.4..
  .ver 3:0:0:0
}
.assembly extern System.Runtime.Serialization
{
  .publickeytoken = (B7 7A 5C 56 19 34 E0 89 )                         // .z\V.4..
  .ver 3:0:0:0
}
.assembly extern System
{
  .publickeytoken = (B7 7A 5C 56 19 34 E0 89 )                         // .z\V.4..
  .ver 2:0:0:0
}
.assembly extern Common.Logging
{
  .publickeytoken = (AF 08 82 9B 84 F0 32 8E )                         // ......2.
  .ver 1:2:0:0
}
.assembly extern mscorlib as mscorlib_6
{
  .publickeytoken = (B7 7A 5C 56 19 34 E0 89 )                         // .z\V.4..
  .ver 1:0:3300:0
}


I have these assemblies being imported into FormCode.cb.
SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial