Click here to Skip to main content
16,005,281 members
Home / Discussions / C#
   

C#

 
Questionremoting annoying Exception {"Found two different objects associated with the same URI, '/999013af_72e3_42b1_affa_43766d7f541f/Chat'."} [modified] Pin
michael@cohen20-May-09 5:57
michael@cohen20-May-09 5:57 
QuestionCrazy error Pin
Jonathan Harker20-May-09 5:31
Jonathan Harker20-May-09 5:31 
AnswerRe: Crazy error Pin
molesworth20-May-09 5:51
molesworth20-May-09 5:51 
AnswerRe: Crazy error Pin
DavidRRR20-May-09 5:54
DavidRRR20-May-09 5:54 
AnswerRe: Crazy error Pin
Dave Kreskowiak20-May-09 6:03
mveDave Kreskowiak20-May-09 6:03 
GeneralRe: Crazy error Pin
Jonathan Harker20-May-09 7:50
Jonathan Harker20-May-09 7:50 
GeneralRe: Crazy error Pin
Christian Graus20-May-09 8:00
protectorChristian Graus20-May-09 8:00 
QuestionConfig File Confusion Pin
BrianAshcroft20-May-09 4:42
BrianAshcroft20-May-09 4:42 
Hello,
I am writing a program that will be used in Labview (think of it as a scripting enviroment for those who do not know). I have about 30 dlls that are working together, some .net and some unmanaged. So I have a control in the labview that when it is run, the executable location becomes labview.exe in the national instruments folder. So the top dll is called, and then searches in the national instruments folder.

Then none of the other .net dlls can be called, because they are in the original folder.

So I want to tell the system where to search for my dlls. I found information about the config file and have been trying <probing> and <codebase> and nothing is working. Can you tell me what is wrong with my config file.

Thank you.








<code><?xml version="1.0"?>
<configuration>
<runtime>
<assemblyBinding
xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="C:\Documents and Settings\admin\Desktop\csharp_core\bin\Debug\SubPlugs\" />
<dependentAssembly>
<assemblyIdentity name="PaintDotNet.Core" publicKeyToken="null" culture="neutral" />
<codeBase version="3.36.3426.17484" href="C:\Documents and Settings\admin\Desktop\csharp_core\bin\Debug\SubPlugs\PaintDotNet.Core.dll"/>
</dependentAssembly>

</assemblyBinding>
</runtime>
</configuration>
AnswerRe: Config File Confusion Pin
Alan N20-May-09 5:07
Alan N20-May-09 5:07 
GeneralRe: Config File Confusion Pin
BrianAshcroft20-May-09 5:45
BrianAshcroft20-May-09 5:45 
GeneralRe: Config File Confusion [modified] Pin
Alan N20-May-09 5:59
Alan N20-May-09 5:59 
QuestionDataGridView Size Pin
m1220-May-09 4:25
m1220-May-09 4:25 
AnswerRe: DataGridView Size Pin
TheFoZ20-May-09 4:32
TheFoZ20-May-09 4:32 
GeneralRe: DataGridView Size Pin
m1220-May-09 4:39
m1220-May-09 4:39 
GeneralRe: DataGridView Size Pin
Alan N20-May-09 4:47
Alan N20-May-09 4:47 
AnswerRe: DataGridView Size Pin
musefan20-May-09 4:39
musefan20-May-09 4:39 
GeneralRe: DataGridView Size Pin
m1220-May-09 4:45
m1220-May-09 4:45 
AnswerRe: DataGridView Size Pin
Dave Kreskowiak20-May-09 6:00
mveDave Kreskowiak20-May-09 6:00 
QuestionRelative file path referencing problem Pin
Jacobus0120-May-09 4:09
Jacobus0120-May-09 4:09 
AnswerRe: Relative file path referencing problem Pin
Dave Kreskowiak20-May-09 5:58
mveDave Kreskowiak20-May-09 5:58 
GeneralRe: Relative file path referencing problem Pin
Jacobus0120-May-09 21:17
Jacobus0120-May-09 21:17 
GeneralRe: Relative file path referencing problem Pin
Dave Kreskowiak21-May-09 1:49
mveDave Kreskowiak21-May-09 1:49 
GeneralRe: Relative file path referencing problem Pin
Jacobus0121-May-09 1:59
Jacobus0121-May-09 1:59 
GeneralRe: Relative file path referencing problem Pin
Dave Kreskowiak21-May-09 16:16
mveDave Kreskowiak21-May-09 16:16 
QuestionAccessViolationException when using the qapuiek.dll Pin
TheFoZ20-May-09 3:28
TheFoZ20-May-09 3:28 

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.