Click here to Skip to main content
15,887,027 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralProblem with serializing objects Pin
Marco M.9-Jun-04 23:02
Marco M.9-Jun-04 23:02 
GeneralRe: Problem with serializing objects Pin
Vega0210-Jun-04 17:36
Vega0210-Jun-04 17:36 
QuestionHow to obtain appconfig file name Pin
peshkov9-Jun-04 22:19
peshkov9-Jun-04 22:19 
AnswerRe: How to obtain appconfig file name Pin
Heath Stewart13-Jun-04 19:51
protectorHeath Stewart13-Jun-04 19:51 
Generaldynamic loading Pin
ting6689-Jun-04 16:13
ting6689-Jun-04 16:13 
GeneralRe: dynamic loading Pin
Richard Jones7-Jul-04 2:57
Richard Jones7-Jul-04 2:57 
GeneralSaving image as JPEG - best possible quality Pin
michalJ9-Jun-04 11:42
michalJ9-Jun-04 11:42 
Generalregasm fails, cannot load type Pin
Steven Campbell9-Jun-04 6:25
Steven Campbell9-Jun-04 6:25 
I have a .NET DLL that has the following inheritance structure (each object inherits from the object above it):
<br />
BaseObject (VB6 COM DLL)<br />
COM Interop DLL (.NET)<br />
Abstract BaseObject (.NET)<br />
Abstract BaseObject2 (.NET)<br />
Concrete Object (.NET)<br />

To complicate matters, the Concrete .NET Class needs to be accessible from COM. I have set the appropriate attributes to make this happen, and everything works fine on my machine, and some others too.

To register on another machine, I use RegAsm. However, on some XP machines, regasm is failing, with the error:
<br />
RegAsm error: Could not load type XX.XX.AppBase from assembly XX.XX.XX, Version=0.9.1616.28364, Culture=neutral, PublicKeyToken=null because the format is invalid.<br />

where XX.XX.AppBase is the first abstract base object. All machines are running .NET 1.1. I have tried to work around the problem by using .reg files to register the DLL, but that just defers the error message until the application tries to use the object.

Has anyone any ideas on how I can resolve this, or what causes it?
GeneralRe: regasm fails, cannot load type Pin
klawipo10-Jun-04 1:30
klawipo10-Jun-04 1:30 
GeneralRe: regasm fails, cannot load type Pin
Steven Campbell10-Jun-04 4:39
Steven Campbell10-Jun-04 4:39 
GeneralGeneral purpose high score Web Service Pin
Jonas Follesø7-Jun-04 22:03
Jonas Follesø7-Jun-04 22:03 
GeneralProblems with CallContext Pin
itechx7-Jun-04 21:19
itechx7-Jun-04 21:19 
GeneralRegistering File Types Pin
bneacetp7-Jun-04 16:21
bneacetp7-Jun-04 16:21 
GeneralRe: Registering File Types Pin
Aryadip8-Jun-04 18:19
Aryadip8-Jun-04 18:19 
GeneralRe: Registering File Types Pin
bneacetp8-Jun-04 19:10
bneacetp8-Jun-04 19:10 
GeneralRe: Registering File Types Pin
Heath Stewart13-Jun-04 19:12
protectorHeath Stewart13-Jun-04 19:12 
GeneralRe: Registering File Types Pin
bneacetp15-Jun-04 12:40
bneacetp15-Jun-04 12:40 
GeneralDynamically Naming PCL Files Pin
BongX7-Jun-04 8:15
BongX7-Jun-04 8:15 
GeneralHelp i'm lost Pin
neurorebel6-Jun-04 21:52
neurorebel6-Jun-04 21:52 
GeneralRe: Help i'm lost Pin
bneacetp6-Jun-04 22:41
bneacetp6-Jun-04 22:41 
General.NET release problem HELP Pin
Nemok6-Jun-04 10:17
Nemok6-Jun-04 10:17 
GeneralRe: .NET release problem HELP Pin
bneacetp6-Jun-04 11:10
bneacetp6-Jun-04 11:10 
GeneralRe: .NET release problem HELP Pin
Nemok8-Jun-04 6:09
Nemok8-Jun-04 6:09 
GeneralRe: .NET release problem HELP Pin
bneacetp8-Jun-04 8:02
bneacetp8-Jun-04 8:02 
GeneralRe: .NET release problem HELP Pin
Mike Dimmick9-Jun-04 2:15
Mike Dimmick9-Jun-04 2:15 

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.