Click here to Skip to main content
15,885,546 members
Home / Discussions / C#
   

C#

 
GeneralRe: Insert Multi Rows from Datagridview to another datagridview Pin
Richard MacCutchan21-Feb-14 0:30
mveRichard MacCutchan21-Feb-14 0:30 
QuestionHow do i load a XML data to a Combobox? Pin
Member 1061426220-Feb-14 22:24
Member 1061426220-Feb-14 22:24 
AnswerRe: How do i load a XML data to a Combobox? Pin
Wayne Gaylard20-Feb-14 22:37
professionalWayne Gaylard20-Feb-14 22:37 
QuestionThreading and system.diagnostics Pin
Syed Ata-Ur-Rehman20-Feb-14 9:56
Syed Ata-Ur-Rehman20-Feb-14 9:56 
AnswerRe: Threading and system.diagnostics Pin
Dave Kreskowiak20-Feb-14 13:15
mveDave Kreskowiak20-Feb-14 13:15 
AnswerRe: Threading and system.diagnostics Pin
Bernhard Hiller20-Feb-14 22:12
Bernhard Hiller20-Feb-14 22:12 
QuestionDll libraries Pin
Blubbo20-Feb-14 3:37
Blubbo20-Feb-14 3:37 
AnswerRe: Dll libraries Pin
Alan N20-Feb-14 6:53
Alan N20-Feb-14 6:53 
To load an assembly from a specified subdirectory of the application's base directory requires a modification to the configuration file.
e.g.

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


See probing element[^] at msdn.

The Assembly Fusion log viewer[^] will show all paths searched during assembly loading and is a useful tool to have running, especially if you make a mess of editing the config file. It's helped me out more than once!

Alan.
AnswerRe: Dll libraries Pin
Richard MacCutchan20-Feb-14 6:55
mveRichard MacCutchan20-Feb-14 6:55 
QuestionDShow.Net Problem With Opening Camera Pin
BBatts20-Feb-14 2:59
BBatts20-Feb-14 2:59 
AnswerRe: DShow.Net Problem With Opening Camera Pin
Simon_Whale20-Feb-14 3:30
Simon_Whale20-Feb-14 3:30 
GeneralRe: DShow.Net Problem With Opening Camera Pin
BBatts20-Feb-14 3:56
BBatts20-Feb-14 3:56 
GeneralRe: DShow.Net Problem With Opening Camera Pin
Simon_Whale20-Feb-14 4:06
Simon_Whale20-Feb-14 4:06 
GeneralRe: DShow.Net Problem With Opening Camera Pin
BBatts20-Feb-14 4:25
BBatts20-Feb-14 4:25 
AnswerRe: DShow.Net Problem With Opening Camera Pin
Eddy Vluggen20-Feb-14 8:06
professionalEddy Vluggen20-Feb-14 8:06 
GeneralRe: DShow.Net Problem With Opening Camera Pin
BBatts20-Feb-14 8:08
BBatts20-Feb-14 8:08 
QuestionJoystick Driver Project Pin
uddajay20-Feb-14 2:51
uddajay20-Feb-14 2:51 
AnswerRe: Joystick Driver Project Pin
Richard MacCutchan20-Feb-14 2:55
mveRichard MacCutchan20-Feb-14 2:55 
AnswerRe: Joystick Driver Project Pin
Dave Kreskowiak20-Feb-14 3:32
mveDave Kreskowiak20-Feb-14 3:32 
QuestionHow to read view permission groups from DFS link objects? Pin
RolandZ19-Feb-14 23:15
RolandZ19-Feb-14 23:15 
Questionpublished c# application cannot start Pin
emma.sun.sts19-Feb-14 20:04
emma.sun.sts19-Feb-14 20:04 
AnswerRe: published c# application cannot start Pin
OriginalGriff19-Feb-14 21:06
mveOriginalGriff19-Feb-14 21:06 
GeneralRe: published c# application cannot start Pin
emma.sun.sts23-Feb-14 13:58
emma.sun.sts23-Feb-14 13:58 
AnswerRe: published c# application cannot start Pin
Richard Deeming20-Feb-14 1:53
mveRichard Deeming20-Feb-14 1:53 
GeneralRe: published c# application cannot start Pin
emma.sun.sts23-Feb-14 14:00
emma.sun.sts23-Feb-14 14:00 

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.