Click here to Skip to main content
15,901,283 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: SourceSafe and VB.Net Pin
Steve Naidamast16-Dec-10 7:23
professionalSteve Naidamast16-Dec-10 7:23 
GeneralRe: SourceSafe and VB.Net Pin
Member 376360816-Dec-10 10:37
Member 376360816-Dec-10 10:37 
AnswerRe: SourceSafe and VB.Net Pin
Fabio Franco16-Dec-10 9:38
professionalFabio Franco16-Dec-10 9:38 
GeneralRe: SourceSafe and VB.Net Pin
Michael Kingsford Gray16-Dec-10 18:43
Michael Kingsford Gray16-Dec-10 18:43 
GeneralRe: SourceSafe and VB.Net Pin
Fabio Franco17-Dec-10 1:00
professionalFabio Franco17-Dec-10 1:00 
QuestionSortedList not working as an argument Pin
Dominick Marciano15-Dec-10 6:43
professionalDominick Marciano15-Dec-10 6:43 
AnswerRe: SortedList not working as an argument Pin
Geoff Williams15-Dec-10 7:15
Geoff Williams15-Dec-10 7:15 
AnswerRe: SortedList not working as an argument Pin
Luc Pattyn15-Dec-10 7:15
sitebuilderLuc Pattyn15-Dec-10 7:15 
That looks a bit like a mess. For generic collections you need:
Imports System.Collections.Generic


and no extra reference. All collections are located in the System.dll which is always included.

AFAIK there is no such thing as System.Generics

Are you by any chance mixing different versions of .NET? It can't be done (well there is a small exception, you don't want it, trust me).

Suggestion: do a "clear build", i.e. remove all existing intermediate files such as .obj, actually remove the obj folder(s) of your project, then do a full rebuild.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

AnswerRe: SortedList not working as an argument Pin
Dominick Marciano15-Dec-10 7:44
professionalDominick Marciano15-Dec-10 7:44 
AnswerRe: SortedList not working as an argument Pin
Dominick Marciano15-Dec-10 8:07
professionalDominick Marciano15-Dec-10 8:07 
AnswerRe: SortedList not working as an argument Pin
Dominick Marciano15-Dec-10 8:22
professionalDominick Marciano15-Dec-10 8:22 
GeneralRe: SortedList not working as an argument Pin
Luc Pattyn15-Dec-10 12:07
sitebuilderLuc Pattyn15-Dec-10 12:07 
QuestionCheck extension first and the copy file Pin
spruha314-Dec-10 18:20
spruha314-Dec-10 18:20 
AnswerRe: Check extension first and the copy file Pin
Dave Kreskowiak14-Dec-10 18:41
mveDave Kreskowiak14-Dec-10 18:41 
GeneralRe: Check extension first and the copy file Pin
Prerak Patel16-Dec-10 2:21
professionalPrerak Patel16-Dec-10 2:21 
GeneralRe: Check extension first and the copy file Pin
spruha316-Dec-10 16:36
spruha316-Dec-10 16:36 
GeneralRe: Check extension first and the copy file Pin
Dave Kreskowiak16-Dec-10 17:55
mveDave Kreskowiak16-Dec-10 17:55 
GeneralRe: Check extension first and the copy file Pin
spruha316-Dec-10 18:41
spruha316-Dec-10 18:41 
GeneralRe: Check extension first and the copy file Pin
Dave Kreskowiak17-Dec-10 1:48
mveDave Kreskowiak17-Dec-10 1:48 
QuestionVB6 ActiveX exe appears in register and listed in COM references multiple times. Pin
QuickBooksDev12-Dec-10 2:24
QuickBooksDev12-Dec-10 2:24 
AnswerRe: VB6 ActiveX exe appears in register and listed in COM references multiple times. Pin
Luc Pattyn12-Dec-10 2:32
sitebuilderLuc Pattyn12-Dec-10 2:32 
GeneralRe: VB6 ActiveX exe appears in register and listed in COM references multiple times. Pin
QuickBooksDev12-Dec-10 5:27
QuickBooksDev12-Dec-10 5:27 
GeneralRe: VB6 ActiveX exe appears in register and listed in COM references multiple times. Pin
Dave Kreskowiak12-Dec-10 6:43
mveDave Kreskowiak12-Dec-10 6:43 
GeneralRe: VB6 ActiveX exe appears in register and listed in COM references multiple times. Pin
QuickBooksDev12-Dec-10 9:22
QuickBooksDev12-Dec-10 9:22 
GeneralRe: VB6 ActiveX exe appears in register and listed in COM references multiple times. Pin
LloydA11113-Dec-10 11:36
LloydA11113-Dec-10 11:36 

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.