Click here to Skip to main content
15,907,493 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB6 not working on older Windows when creating exe from Windows 7 64 bit - scrrun error Pin
Dave Kreskowiak13-Oct-11 9:16
mveDave Kreskowiak13-Oct-11 9:16 
GeneralRe: VB6 not working on older Windows when creating exe from Windows 7 64 bit - scrrun error Pin
Eddy Vluggen13-Oct-11 9:23
professionalEddy Vluggen13-Oct-11 9:23 
GeneralRe: VB6 not working on older Windows when creating exe from Windows 7 64 bit - scrrun error Pin
Dave Kreskowiak13-Oct-11 10:37
mveDave Kreskowiak13-Oct-11 10:37 
GeneralRe: VB6 not working on older Windows when creating exe from Windows 7 64 bit - scrrun error Pin
Eddy Vluggen13-Oct-11 10:39
professionalEddy Vluggen13-Oct-11 10:39 
QuestionReferencing a dll Pin
Sonhospa11-Oct-11 5:49
Sonhospa11-Oct-11 5:49 
AnswerRe: Referencing a dll Pin
Luc Pattyn11-Oct-11 6:12
sitebuilderLuc Pattyn11-Oct-11 6:12 
QuestionRe: Referencing a dll Pin
Sonhospa11-Oct-11 6:55
Sonhospa11-Oct-11 6:55 
AnswerRe: Referencing a dll Pin
ekolis11-Oct-11 7:24
ekolis11-Oct-11 7:24 
There are a few subtle differences between C# and VB; I'm not sure if any of these would cause the error you see, but I'll throw them out there for you to look at:

1. VB does not support unsigned integers; if a C# DLL has any public methods/properties which take/return uint's, the DLL will not function properly when referenced from VB code.

2. C# and VB vary in their usage of indexers; I'm not 100% clear on the difference, but I seem to recall VB treating them internally as a property called Item. So I suppose if you have an actual property called Item in a C# class, that could throw VB off, into thinking it's an indexer or something...

3. VB supports some sort of XML-literal syntax; I've never used it so I'm not all that familiar with it, and since you're trying to reference C# code from VB, not the other way around, this probably isn't an issue, but I'll mention it nonetheless just in case...

edit: also, one more thing... there are some special namespaces Microsoft.VisualBasic and Microsoft.CSharp with language-specific utilities; I'm not sure if it's legal to reference one of those from the "opposite" language, but it might be worth looking into...
GeneralRe: Referencing a dll Pin
Sonhospa11-Oct-11 7:53
Sonhospa11-Oct-11 7:53 
AnswerRe: Referencing a dll Pin
Luc Pattyn11-Oct-11 8:23
sitebuilderLuc Pattyn11-Oct-11 8:23 
NewsReally helpful! (Re: Referencing a dll ) Pin
Sonhospa11-Oct-11 9:17
Sonhospa11-Oct-11 9:17 
AnswerRe: Really helpful! (Re: Referencing a dll ) Pin
Luc Pattyn11-Oct-11 9:39
sitebuilderLuc Pattyn11-Oct-11 9:39 
AnswerRe: Referencing a dll Pin
biop.codeproject13-Nov-11 17:15
biop.codeproject13-Nov-11 17:15 
QuestionFunny FileNotFoundException Pin
Sonhospa10-Oct-11 21:31
Sonhospa10-Oct-11 21:31 
SuggestionRe: Funny FileNotFoundException Pin
Richard MacCutchan10-Oct-11 22:20
mveRichard MacCutchan10-Oct-11 22:20 
JokeRe: Funny FileNotFoundException Pin
Sonhospa11-Oct-11 0:19
Sonhospa11-Oct-11 0:19 
AnswerRe: Funny FileNotFoundException Pin
Richard MacCutchan11-Oct-11 0:27
mveRichard MacCutchan11-Oct-11 0:27 
GeneralRe: Funny FileNotFoundException Pin
Sonhospa11-Oct-11 5:32
Sonhospa11-Oct-11 5:32 
QuestionFTP with multiple folders for each FTP user Pin
QuickBooksDev10-Oct-11 10:18
QuickBooksDev10-Oct-11 10:18 
QuestionProblem with inser data from vb2008 to Ms Acesss DB Pin
Mangore759-Oct-11 12:06
Mangore759-Oct-11 12:06 
AnswerRe: Problem with inser data from vb2008 to Ms Acesss DB Pin
Armigo10-Oct-11 3:09
Armigo10-Oct-11 3:09 
Questionimport from excel Pin
alejx4-Oct-11 7:48
alejx4-Oct-11 7:48 
GeneralRe: import from excel Pin
Paladin20004-Oct-11 8:07
Paladin20004-Oct-11 8:07 
AnswerRe: import from excel Pin
Dalek Dave6-Oct-11 22:31
professionalDalek Dave6-Oct-11 22:31 
Question[solved] sorting a subset of a datatable in a different order Pin
Armigo4-Oct-11 2:16
Armigo4-Oct-11 2: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.