Click here to Skip to main content
15,900,378 members
Home / Discussions / C#
   

C#

 
GeneralRe: Changing the Return Key to a Tab Key in a Windows Application Pin
Heath Stewart25-Nov-03 8:49
protectorHeath Stewart25-Nov-03 8:49 
GeneralRe: Changing the Return Key to a Tab Key in a Windows Application Pin
rclayclements25-Nov-03 11:37
rclayclements25-Nov-03 11:37 
GeneralRe: Changing the Return Key to a Tab Key in a Windows Application Pin
Heath Stewart25-Nov-03 11:38
protectorHeath Stewart25-Nov-03 11:38 
GeneralRe: Changing the Return Key to a Tab Key in a Windows Application Pin
rclayclements26-Nov-03 5:09
rclayclements26-Nov-03 5:09 
QuestionHow to unblock..... Pin
Søren Christensen25-Nov-03 4:28
Søren Christensen25-Nov-03 4:28 
AnswerRe: How to unblock..... Pin
obelisk2925-Nov-03 6:05
obelisk2925-Nov-03 6:05 
GeneralRe: How to unblock..... Pin
Søren Christensen25-Nov-03 10:59
Søren Christensen25-Nov-03 10:59 
GeneralSerialization\Remoting problem Pin
rumickyd25-Nov-03 3:45
rumickyd25-Nov-03 3:45 
I'm trying to make a call on a singleton remoting object
that is running using tcp channel.

I get the Transparent Proxy using Activator.GetObject
with no problems when I make the first call on the
remoting object.

This is part of the exception i get.


_remoteStackTraceString
=======================

_remoteStackTraceString "\nServer stack trace:
\n at
System.Runtime.Serialization.Formatters.Binary.BinaryAssem
blyInfo.GetAssembly()\r\n at
System.Runtime.Serialization.Formatters.Binary.ObjectReade
r.GetType(BinaryAssemblyInfo assemblyInfo, String name)
\r\n at
System.Runtime.Serialization.Formatters.Binary.ObjectMap..
ctor(String objectName, String[] memberNames,
BinaryTypeEnum[] binaryTypeEnumA, Object[]
typeInformationA, Int32[] memberAssemIds, ObjectReader
objectReader, Int32 objectId, BinaryAssemblyInfo
assemblyInfo, SizedArray assemIdToAssemblyTable)\r\n at
System.Runtime.Serialization.Formatters.Binary.ObjectMap.C
reate(String name, String[] memberNames, BinaryTypeEnum[]
binaryTypeEnumA, Object[] typeInformationA, Int32[]
memberAssemIds, ObjectReader objectReader, Int32
objectId, BinaryAssemblyInfo assemblyInfo, SizedArray
assemIdToAssemblyTable)\r\n at
System.Runtime.Serialization.Formatters.Binary.__BinaryPar
ser.ReadObjectWithMapTyped(BinaryObjectWithMapTyped
record)\r\n at
System.Runtime.Serialization.Formatters.Binary.__BinaryPar
ser.ReadObjectWithMapTyped(BinaryHeaderEnum
binaryHeaderEnum)\r\n at
System.Runtime.Serialization.Formatters.Binary.__BinaryPar
ser.Run()\r\n at
System.Runtime.Serialization.Formatters.Binary.ObjectReade
r.Deserialize(HeaderHandler handler, __BinaryParser
serParser, Boolean fCheck, IMethodCallMessage
methodCallMessage)\r\n at
System.Runtime.Serialization.Formatters.Binary.BinaryForma
tter.Deserialize(Stream serializationStream,
HeaderHandler handler, Boolean fCheck, IMethodCallMessage
methodCallMessage)\r\n at
System.Runtime.Remoting.Channels.CoreChannel.DeserializeBi
naryRequestMessage(String objectUri, Stream inputStream,
Boolean bStrictBinding, TypeFilterLevel securityLevel)
\r\n at
System.Runtime.Remoting.Channels.BinaryServerFormatterSink
..ProcessMessage(IServerChannelSinkStack sinkStack,
IMessage requestMsg, ITransportHeaders requestHeaders,
Stream requestStream, IMessage& responseMsg,
ITransportHeaders& responseHeaders, Stream&
responseStream)\n\nException rethrown at [0]: \n"
string


stackTraceString
================

_stackTraceString " at
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMess
age(IMessage reqMsg, IMessage retMsg)\r\n at
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke
(MessageData& msgData, Int32 type)\r\n at
TAM.Data.Common.IPortal.Fetch(Object businessObject,
Object criteria)\r\n at TAM.Framework.Portal.Fetch
(Object businessObject, Object criteria) in
c:\\sourcecode\\tam\\tam.framework\\portal.cs:line 86"
string


_message
========

_message "Cannot find the assembly
TAM.BusinessObjects, Version=1.0.1424.15601,
Culture=neutral, PublicKeyToken=d3e3ed99c018e29a."
string

It keeps wanting to find the assembly that has the
BusinessObjects in even though I'm sending the object as
object type.

Is this a problem with my objects Deserialization or why
does the remoting need my assembly when it can get the
type from the object?

Any comments or help appreciated.

MickD Unsure | :~


Mick D
GeneralRe: Serialization\Remoting problem Pin
obelisk2925-Nov-03 6:08
obelisk2925-Nov-03 6:08 
GeneralRe: Serialization\Remoting problem Pin
rumickyd25-Nov-03 6:26
rumickyd25-Nov-03 6:26 
GeneralRe: Serialization\Remoting problem Pin
obelisk2925-Nov-03 6:34
obelisk2925-Nov-03 6:34 
GeneralDataGrid & Relations Pin
mgaerber25-Nov-03 2:36
mgaerber25-Nov-03 2:36 
GeneralRe: DataGrid & Relations Pin
Heath Stewart25-Nov-03 3:35
protectorHeath Stewart25-Nov-03 3:35 
GeneralRe: DataGrid & Relations Pin
mgaerber25-Nov-03 20:34
mgaerber25-Nov-03 20:34 
GeneralRe: DataGrid & Relations Pin
Heath Stewart26-Nov-03 2:23
protectorHeath Stewart26-Nov-03 2:23 
GeneralRe: DataGrid & Relations Pin
Anonymous26-Nov-03 22:15
Anonymous26-Nov-03 22:15 
GeneralThe csc.exe compiler - member variables Pin
tom7624-Nov-03 23:54
tom7624-Nov-03 23:54 
GeneralRe: I've changed my code and it works - this is awful! Pin
tom7625-Nov-03 0:33
tom7625-Nov-03 0:33 
GeneralAh, Properties! Pin
tom7625-Nov-03 0:54
tom7625-Nov-03 0:54 
GeneralRe: Ah, Properties! Pin
Heath Stewart25-Nov-03 3:16
protectorHeath Stewart25-Nov-03 3:16 
GeneralRe: Ah, Properties! Pin
tom7625-Nov-03 4:13
tom7625-Nov-03 4:13 
GeneralRe: Ah, Properties! Pin
leppie25-Nov-03 7:23
leppie25-Nov-03 7:23 
GeneralC# hook API Pin
Anonymous24-Nov-03 22:00
Anonymous24-Nov-03 22:00 
GeneralRe: C# hook API Pin
AJ12324-Nov-03 23:29
AJ12324-Nov-03 23:29 
GeneralWindows XP Icons Pin
David M. Kean24-Nov-03 18:42
David M. Kean24-Nov-03 18:42 

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.