Click here to Skip to main content
15,886,689 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Simple Way to Encrypt/Decrypt Text or String Pin
Richard MacCutchan13-Mar-12 6:13
mveRichard MacCutchan13-Mar-12 6:13 
GeneralRe: Simple Way to Encrypt/Decrypt Text or String Pin
Brandon-X1200013-Mar-12 9:58
Brandon-X1200013-Mar-12 9:58 
QuestionHow to use two different versions of same dll in vb.net web application? Pin
Affan Toor13-Mar-12 2:28
Affan Toor13-Mar-12 2:28 
AnswerRe: How to use two different versions of same dll in vb.net web application? Pin
Dave Kreskowiak13-Mar-12 2:37
mveDave Kreskowiak13-Mar-12 2:37 
GeneralRe: How to use two different versions of same dll in vb.net web application? Pin
Affan Toor13-Mar-12 19:00
Affan Toor13-Mar-12 19:00 
AnswerRe: How to use two different versions of same dll in vb.net web application? Pin
Sentenryu13-Mar-12 3:23
Sentenryu13-Mar-12 3:23 
GeneralRe: How to use two different versions of same dll in vb.net web application? Pin
Affan Toor13-Mar-12 19:02
Affan Toor13-Mar-12 19:02 
GeneralRe: How to use two different versions of same dll in vb.net web application? Pin
Sentenryu14-Mar-12 1:50
Sentenryu14-Mar-12 1:50 
i don't know if this will work on VB, but i've found this workaround:

http://blogs.msdn.com/b/abhinaba/archive/2005/11/30/498278.aspx[^]

also, this post from stackOverflow can be useful: http://stackoverflow.com/questions/5916855/using-multiple-versions-of-the-same-dll[^]

also, i've found that in SharpDevelop you could simple select the reference in the solution explorer, click properties and set a alias, this works for VB and C#, i can't verify that this is true for visual studio (i don't have it here), but its a good start point

if nothing works, the solution is to create 2 more class library projects and warp each version in a diferent namespace... too much work Cry | :((

EDIT: i haven't managed to reference the alias defined in SharpDevelop into the code, so, i think you will be forced to warp the dlls...
I'm brazilian and english (well, human languages in general) aren't my best skill, so, sorry by my english. (if you want we can speak in C# or VB.Net =p)

AnswerRe: How to use two different versions of same dll in vb.net web application? Pin
ZurdoDev16-Mar-12 6:28
professionalZurdoDev16-Mar-12 6:28 
QuestionShared Variables and Threading Issue Pin
D3STROYRofWRLDS12-Mar-12 10:02
D3STROYRofWRLDS12-Mar-12 10:02 
AnswerRe: Shared Variables and Threading Issue Pin
Dave Kreskowiak12-Mar-12 10:12
mveDave Kreskowiak12-Mar-12 10:12 
AnswerRe: Shared Variables and Threading Issue Pin
Luc Pattyn12-Mar-12 10:44
sitebuilderLuc Pattyn12-Mar-12 10:44 
GeneralRe: Shared Variables and Threading Issue Pin
D3STROYRofWRLDS12-Mar-12 10:58
D3STROYRofWRLDS12-Mar-12 10:58 
AnswerRe: Shared Variables and Threading Issue Pin
Luc Pattyn12-Mar-12 11:04
sitebuilderLuc Pattyn12-Mar-12 11:04 
Generalauto cut in receipt using vb6 (pls help) in generic driver Pin
akosirommel11-Mar-12 17:52
akosirommel11-Mar-12 17:52 
GeneralRe: auto cut in receipt using vb6 (pls help) in generic driver Pin
Mycroft Holmes11-Mar-12 18:04
professionalMycroft Holmes11-Mar-12 18:04 
GeneralRe: auto cut in receipt using vb6 (pls help) in generic driver Pin
Dave Kreskowiak12-Mar-12 5:04
mveDave Kreskowiak12-Mar-12 5:04 
QuestionCan anyone give me a sample data model of a flight reservation? Pin
Pelikss10-Mar-12 15:28
Pelikss10-Mar-12 15:28 
AnswerRe: Can anyone give me a sample data model of a flight reservation? Pin
Dave Kreskowiak10-Mar-12 18:12
mveDave Kreskowiak10-Mar-12 18:12 
AnswerRe: Can anyone give me a sample data model of a flight reservation? Pin
Estys12-Mar-12 2:19
Estys12-Mar-12 2:19 
QuestionRegister Wiaaut.dll Pin
ivo7510-Mar-12 10:52
ivo7510-Mar-12 10:52 
AnswerRe: Register Wiaaut.dll Pin
Dave Kreskowiak10-Mar-12 12:20
mveDave Kreskowiak10-Mar-12 12:20 
GeneralRe: Register Wiaaut.dll Pin
ivo7511-Mar-12 4:39
ivo7511-Mar-12 4:39 
GeneralRe: Register Wiaaut.dll Pin
Dave Kreskowiak11-Mar-12 10:13
mveDave Kreskowiak11-Mar-12 10:13 
GeneralRe: Register Wiaaut.dll Pin
ivo7511-Mar-12 10:37
ivo7511-Mar-12 10:37 

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.