Click here to Skip to main content
16,005,080 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: VB/C# Interface assembly reflection issue Pin
led mike27-Sep-07 9:37
led mike27-Sep-07 9:37 
GeneralRe: VB/C# Interface assembly reflection issue Pin
Fort Mega27-Sep-07 9:52
Fort Mega27-Sep-07 9:52 
GeneralRe: VB/C# Interface assembly reflection issue Pin
Fort Mega27-Sep-07 10:06
Fort Mega27-Sep-07 10:06 
AnswerRe: VB/C# Interface assembly reflection issue Pin
Luc Pattyn27-Sep-07 9:16
sitebuilderLuc Pattyn27-Sep-07 9:16 
GeneralRe: VB/C# Interface assembly reflection issue Pin
Fort Mega27-Sep-07 10:04
Fort Mega27-Sep-07 10:04 
GeneralRe: VB/C# Interface assembly reflection issue Pin
Luc Pattyn27-Sep-07 10:23
sitebuilderLuc Pattyn27-Sep-07 10:23 
GeneralRe: VB/C# Interface assembly reflection issue Pin
Fort Mega27-Sep-07 10:56
Fort Mega27-Sep-07 10:56 
GeneralRe: VB/C# Interface assembly reflection issue Pin
Luc Pattyn27-Sep-07 11:38
sitebuilderLuc Pattyn27-Sep-07 11:38 
OK, here are some more ideas:

1.
is this the first non-domestic instance? Several software packages have different
deliverables for domestic vs. international users (Windows? .NET? ADO.NET? ...).
I don't know any details though.

2.
Every installation is slightly different; international users would typically have
different regional settings (date/time formatting, currency, number formatting,
language, ...). Not sure how that would affect the matter at hand though, unless you
use special characters in filenames.

3.
if DataColumn[1].Unique is true, the Adds for duplicated classes would fail.
Does the DataTable get loaded from a database file, if so was it initialized in the same
way as yours?
Maybe you can have this tested by having the duplicated VB assemblies removed...

4.
If you catch and ignore exceptions at some higher level, then whatever goes suddenly wrong
would terminate the table filling

5.
I would try and check the facts first:
- are the files really there?
- are they accessible? (same owner, same access rights,...)
- are there any exceptions?

6.
You might consider creating from scratch a small app that just targets the problem area,
checks/logs everything, logs a number of SystemInformation/Environment stuff, and
catches+logs all exceptions at all times...

Smile | :)


Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


GeneralRe: VB/C# Interface assembly reflection issue Pin
Fort Mega27-Sep-07 11:54
Fort Mega27-Sep-07 11:54 
GeneralRe: VB/C# Interface assembly reflection issue Pin
Luc Pattyn27-Sep-07 11:59
sitebuilderLuc Pattyn27-Sep-07 11:59 
GeneralRe: VB/C# Interface assembly reflection issue Pin
Luc Pattyn27-Sep-07 12:02
sitebuilderLuc Pattyn27-Sep-07 12:02 
GeneralRe: VB/C# Interface assembly reflection issue Pin
Fort Mega27-Sep-07 12:18
Fort Mega27-Sep-07 12:18 
AnswerRe: VB/C# Interface assembly reflection issue Pin
Pete O'Hanlon27-Sep-07 23:50
mvePete O'Hanlon27-Sep-07 23:50 
GeneralRe: VB/C# Interface assembly reflection issue Pin
Fort Mega1-Oct-07 7:33
Fort Mega1-Oct-07 7:33 
GeneralHI every one Pin
Khameso26-Sep-07 22:41
Khameso26-Sep-07 22:41 
GeneralRe: HI every one Pin
Pete O'Hanlon26-Sep-07 22:51
mvePete O'Hanlon26-Sep-07 22:51 
GeneralRe: HI every one Pin
Dave Kreskowiak27-Sep-07 4:00
mveDave Kreskowiak27-Sep-07 4:00 
Questionvisual studio.net messed up... Pin
freakinacage26-Sep-07 20:59
freakinacage26-Sep-07 20:59 
AnswerRe: visual studio.net messed up... Pin
Pete O'Hanlon26-Sep-07 23:05
mvePete O'Hanlon26-Sep-07 23:05 
GeneralRe: visual studio.net messed up... Pin
freakinacage27-Sep-07 2:17
freakinacage27-Sep-07 2:17 
GeneralRe: visual studio.net messed up... Pin
Pete O'Hanlon27-Sep-07 3:14
mvePete O'Hanlon27-Sep-07 3:14 
GeneralRe: visual studio.net messed up... Pin
Dave Kreskowiak27-Sep-07 3:58
mveDave Kreskowiak27-Sep-07 3:58 
GeneralRe: visual studio.net messed up... Pin
freakinacage27-Sep-07 20:44
freakinacage27-Sep-07 20:44 
GeneralRe: visual studio.net messed up... Pin
Pete O'Hanlon27-Sep-07 22:16
mvePete O'Hanlon27-Sep-07 22:16 
QuestionImaging Question? Pin
tibmark26-Sep-07 10:10
tibmark26-Sep-07 10:10 

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.