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
Fort Mega27-Sep-07 9:11
Fort Mega27-Sep-07 9:11 
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 
First off, thanks for the in depth suggestions. One thing I forgot to mention is that I can't debug directly on London's codebase and I can't reproduce the behaviour at home, even though it's the same code. In response:

1. At home yes. In London I don't know.
2. True: But why would this work any differently in London than in the States? Remember, it is ALL the same code, just a different environment. Regardless, it's something like this:

availableFilePaths = System.IO.Directory.GetFiles(repos)
For Each filePath As String In availableFilePaths
file = filePath.Substring(filePath.LastIndexOf("\") + 1)
classNames = GetClassNames(filePath)
For i As Int32 = 0 To classNames.Length - 1
tableRow = Table.NewRow()
tableRow.Item(0) = file.Remove(file.LastIndexOf("."), 4)
tableRow.Item(1) = classNames(i)
Table.Rows.Add(tableRow)
Next
Next

The actual loading code is irrelevant, the dlls can't be loaded if they can't be selected from the list Big Grin | :-D

3. No try catches in this...bad idea jeans on my part, and unfortunately I can't add them right now
4. I do that too but unfortunately not in this instance and I can't update it right now either. I'm going to follow that advice more often though

This code has been tested, deployed and error free for some time...the introduction of the C# sourcecode is definitely the culprit somehow
GeneralRe: VB/C# Interface assembly reflection issue Pin
Luc Pattyn27-Sep-07 11:38
sitebuilderLuc Pattyn27-Sep-07 11:38 
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 

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.