Click here to Skip to main content
16,016,249 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCheck dll files at the Start of the Application Pin
pdnet15-Sep-08 2:25
pdnet15-Sep-08 2:25 
AnswerRe: Check dll files at the Start of the Application Pin
Eslam Afifi15-Sep-08 2:44
Eslam Afifi15-Sep-08 2:44 
GeneralRe: Check dll files at the Start of the Application Pin
pdnet15-Sep-08 3:28
pdnet15-Sep-08 3:28 
GeneralRe: Check dll files at the Start of the Application Pin
Eslam Afifi15-Sep-08 3:55
Eslam Afifi15-Sep-08 3:55 
GeneralRe: Check dll files at the Start of the Application Pin
pdnet15-Sep-08 4:06
pdnet15-Sep-08 4:06 
GeneralRe: Check dll files at the Start of the Application Pin
Eslam Afifi15-Sep-08 4:19
Eslam Afifi15-Sep-08 4:19 
AnswerRe: Check dll files at the Start of the Application Pin
Gagan.2015-Sep-08 5:37
Gagan.2015-Sep-08 5:37 
AnswerRe: Check dll files at the Start of the Application Pin
Guffa15-Sep-08 9:44
Guffa15-Sep-08 9:44 
If you want your application to be able to start without the dll (which you have to if you want to check if the file exist), you have to load it dynamically instead of having a reference to it. That also means that you can't use any early binding, you have to use reflection to do late binding for anything that you use from the dll.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: Check dll files at the Start of the Application Pin
pdnet15-Sep-08 18:48
pdnet15-Sep-08 18:48 
Questionproblem while trying to use form closing event [modified] Pin
kisran15-Sep-08 1:07
kisran15-Sep-08 1:07 
AnswerRe: problem while trying to use form closing event Pin
C1AllenS15-Sep-08 1:19
C1AllenS15-Sep-08 1:19 
GeneralRe: problem while trying to use form closing event Pin
kisran15-Sep-08 1:36
kisran15-Sep-08 1:36 
AnswerRe: problem while trying to use form closing event Pin
Gagan.2015-Sep-08 5:43
Gagan.2015-Sep-08 5:43 
GeneralRe: problem while trying to use form closing event [modified] Pin
kisran15-Sep-08 18:32
kisran15-Sep-08 18:32 
GeneralRe: problem while trying to use form closing event Pin
Gagan.2017-Sep-08 0:38
Gagan.2017-Sep-08 0:38 
QuestionSetup for Updates Pin
Amit Kushwaha15-Sep-08 0:45
Amit Kushwaha15-Sep-08 0:45 
AnswerRe: Setup for Updates Pin
Kschuler15-Sep-08 7:30
Kschuler15-Sep-08 7:30 
QuestionDatabindings property for textbox control in Design mode - VS 2005 [modified] Pin
CPK_201114-Sep-08 23:42
CPK_201114-Sep-08 23:42 
AnswerRe: Databindings property for textbox control in Design mode - VS 2005 Pin
C1AllenS15-Sep-08 1:12
C1AllenS15-Sep-08 1:12 
QuestionHelp File Help Pin
Amit Battan Ror14-Sep-08 23:37
Amit Battan Ror14-Sep-08 23:37 
QuestionFaded Form in Vb.Net 3.5 Pin
pdnet14-Sep-08 23:20
pdnet14-Sep-08 23:20 
Questionsorting in DropDownList Pin
dhawalk14-Sep-08 23:03
dhawalk14-Sep-08 23:03 
AnswerRe: sorting in DropDownList Pin
Ashfield15-Sep-08 9:23
Ashfield15-Sep-08 9:23 
QuestionHow we edit a HTML help file using HTML Help wrokshop Pin
Amit Battan Ror14-Sep-08 23:03
Amit Battan Ror14-Sep-08 23:03 
QuestionHow to use dde in VB .Net Pin
Member 427095114-Sep-08 21:07
Member 427095114-Sep-08 21:07 

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.