Hi,
I am trying out the newest version of Visual Studio (2005) and with it I am creating a remote object. In my old application (2003) I make a call to that remote object.
Two things of interest:
When I compile a debug version of the application with a few breakpoints, the break points turn into hollow circles and say that the breaks wont be hit because the symbols could not be loaded.
Next, it seems that my 2003 application cannot hit my 2005 remote object. After compiling the 2005 dll, I tried to remove the reference and re-add it to my 2003 app. It did not like that saying that I don't have a valid assembly.
Any ideas?
I am trying out the newest version of Visual Studio (2005) and with it I am creating a remote object. In my old application (2003) I make a call to that remote object.
Two things of interest:
When I compile a debug version of the application with a few breakpoints, the break points turn into hollow circles and say that the breaks wont be hit because the symbols could not be loaded.
Next, it seems that my 2003 application cannot hit my 2005 remote object. After compiling the 2005 dll, I tried to remove the reference and re-add it to my 2003 app. It did not like that saying that I don't have a valid assembly.
Any ideas?
