Click here to Skip to main content
15,913,773 members
Home / Discussions / C#
   

C#

 
AnswerRe: Add-In Pin
molesworth20-May-09 6:36
molesworth20-May-09 6:36 
GeneralRe: Add-In Pin
su_penguin20-May-09 7:07
su_penguin20-May-09 7:07 
GeneralRe: Add-In Pin
molesworth20-May-09 9:31
molesworth20-May-09 9:31 
QuestionDataBinding in ComboBox Pin
LiranViper20-May-09 6:20
LiranViper20-May-09 6:20 
AnswerRe: DataBinding in ComboBox Pin
Ian McCaul20-May-09 6:46
Ian McCaul20-May-09 6:46 
GeneralRe: DataBinding in ComboBox Pin
LiranViper20-May-09 22:37
LiranViper20-May-09 22:37 
Questiontreeview checkboxes Pin
ehsan salehi20-May-09 6:04
ehsan salehi20-May-09 6:04 
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 
Hello

Help me Please!!

the problem occur when :
first i run my chat program and it's working well , but when i get out of my program
at log back in im getting this error at the server When he try to invoke me some event:
{"Found two different objects associated with the same URI, '/999013af_72e3_42b1_affa_43766d7f541f/Chat'."}

i just dont know what to do :S

here is the client side app.config

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <system.runtime.remoting>
    <application>
      <client>

        <wellknown
           type="IskaMessengerCommanObject.RemotableObejct, IskaMessengerCommanObject"
           url="http://XXXX:7717/Chat"
            />
      </client>
      <channels>
        <channel
           ref="http"
           port="0"
            >
          <clientProviders>
            <formatter ref="soap" />
          </clientProviders>
          <serverProviders>
            <formatter ref="soap" typeFilterLevel="Full" />
          </serverProviders>
        </channel>
      </channels>
    </application>
  </system.runtime.remoting>
</configuration>


and this is the instance im running from client
 RemotingConfiguration.Configure("c:\\Hafaka\\IskaMessengerUser.exe.config", false);
RemotableObejct RemoteObject = (RemotableObejct)Activator.GetObject(typeof(RemotableObejct), "http://xxxxxxxxxx:7717/Chat"); 

<div class="ForumMod">modified on Friday, May 22, 2009 3:47 AM</div>

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 
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 

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.