Click here to Skip to main content
15,902,299 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Unable to catch print exceptions Pin
Ashfield26-Oct-09 3:22
Ashfield26-Oct-09 3:22 
GeneralRe: Unable to catch print exceptions Pin
sri_009926-Oct-09 18:55
sri_009926-Oct-09 18:55 
GeneralRe: Unable to catch print exceptions Pin
Ashfield26-Oct-09 22:13
Ashfield26-Oct-09 22:13 
QuestionReference dlls in sub folders Pin
nlarson1126-Oct-09 2:02
nlarson1126-Oct-09 2:02 
AnswerRe: Reference dlls in sub folders Pin
sri_009926-Oct-09 2:48
sri_009926-Oct-09 2:48 
GeneralRe: Reference dlls in sub folders Pin
nlarson1126-Oct-09 4:05
nlarson1126-Oct-09 4:05 
GeneralRe: Reference dlls in sub folders Pin
DaveAuld26-Oct-09 5:29
professionalDaveAuld26-Oct-09 5:29 
GeneralRe: Reference dlls in sub folders Pin
nlarson1126-Oct-09 7:40
nlarson1126-Oct-09 7:40 
Thank you Dave...your privatepath gave me the right thing to lookup.

If you add this to your exe config, it will look in sub folders as well as the base directory for files that you are referencing.

In the example below, I want the exe to also prob sub folder controls.

<configuration>
   <runtime>
      <asemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
         <probing privatePath="controls"/>
      </assemblyBinding>
   </runtime>
.
.
.
</configuration>

'Never argue with an idiot; they'll drag you down to their level and beat you with experience.' ~ anonymous

'Life's real failure is when you do not realize how close you were to success when you gave up.' ~ anonymous


Questionexception Pin
santhosh-padamatinti26-Oct-09 1:23
santhosh-padamatinti26-Oct-09 1:23 
AnswerRe: exception Pin
nlarson1126-Oct-09 2:00
nlarson1126-Oct-09 2:00 
AnswerRe: exception Pin
Henry Minute26-Oct-09 4:35
Henry Minute26-Oct-09 4:35 
AnswerRe: exception Pin
Dave Kreskowiak26-Oct-09 10:07
mveDave Kreskowiak26-Oct-09 10:07 
GeneralRe: exception Pin
Shameel27-Oct-09 0:48
professionalShameel27-Oct-09 0:48 
GeneralRe: exception Pin
Dave Kreskowiak27-Oct-09 1:27
mveDave Kreskowiak27-Oct-09 1:27 
QuestionData base connection Pin
santhosh-padamatinti25-Oct-09 22:06
santhosh-padamatinti25-Oct-09 22:06 
AnswerRe: Data base connection Pin
DaveAuld25-Oct-09 22:38
professionalDaveAuld25-Oct-09 22:38 
AnswerRe: Data base connection Pin
helelark12325-Oct-09 22:38
helelark12325-Oct-09 22:38 
AnswerRe: Data base connection Pin
Richard MacCutchan25-Oct-09 22:38
mveRichard MacCutchan25-Oct-09 22:38 
QuestionRich Text Box Pin
PAguilar0925-Oct-09 20:51
PAguilar0925-Oct-09 20:51 
AnswerRe: Rich Text Box Pin
Christian Graus25-Oct-09 21:21
protectorChristian Graus25-Oct-09 21:21 
Questionpaging on datagridview in vb.net Pin
vikas shukla25-Oct-09 20:10
vikas shukla25-Oct-09 20:10 
AnswerRe: paging on datagridview in vb.net Pin
Christian Graus25-Oct-09 21:21
protectorChristian Graus25-Oct-09 21:21 
AnswerRe: paging on datagridview in vb.net Pin
Shameel27-Oct-09 0:51
professionalShameel27-Oct-09 0:51 
QuestionHow to convert Hex -&gt; Dec -&gt; Char Pin
pallaka25-Oct-09 19:29
pallaka25-Oct-09 19:29 
AnswerRe: How to convert Hex -&gt; Dec -&gt; Char Pin
Christian Graus25-Oct-09 21:22
protectorChristian Graus25-Oct-09 21:22 

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.