
Signature
Andrew Robinson
www.binaryocean.com
www.bellinghamdotnet.org
hi
actually my application is written in 1.1, but only when 2.0 is also present
in any of the client machine, i get this problem..
also i can see that only when 2.0 is present i get this error and when i
uninstall 2.0 i dont see this error :
- InsertTrigger -> Unhandled system exception key = 102, cgd = 98,
eventName = PATUPDATE :
Exception: System.ArgumentOutOfRangeException
Message: Ticks must be between DateTime.MinValue.Ticks and
DateTime.MaxValue.Ticks.
Parameter name: ticks
Source: mscorlib
Server stack trace:
at System.DateTime..ctor(Int64 ticks)
at
System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadDateTime()
at
System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadValue(InternalPrimitiveTypeE
code)
at
System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadMemberPrimitiveUnTyped()
at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run()
at
System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler
handler, __BinaryParser serParser, Boolean fCheck, IMethodCallMessage
methodCallMessage)
at
System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream
serializationStream, HeaderHandler handler, Boolean fCheck,
IMethodCallMessage methodCallMessage)
at
System.Runtime.Remoting.Channels.CoreChannel.DeserializeBinaryRequestMessage(String
objectUri, Stream inputStream, Boolean bStrictBinding, TypeFilterLevel
securityLevel)
at
System.Runtime.Remoting.Channels.BinaryServerFormatterSink.ProcessMessage(IServerChannelSinkStack
sinkStack, IMessage requestMsg, ITransportHeaders requestHeaders, Stream
requestStream, IMessage& responseMsg, ITransportHeaders& responseHeaders,
Stream& responseStream)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
msgData, Int32 type)
at Misys.Phys.Sadi.Utility.IRemoteSvc.DoRequest(IRequestBase theRequest)
at Misys.Phys.Ifc.Trigger.Trigger.ProcessEventsIntoOBQ(IList events,
String usrlogin, String patKey, String intKey1, String intKey2, String
intKey3, String intKey4, String intKey5, String stringKey1, String
stringKey2, String stringKey3, String stringKey4, String stringKey5)
at Misys.Phys.Ifc.Trigger.Trigger.ProcessTrigger(String usrlogin, String
patKey, String intKey1, String intKey2, String intKey3, String intKey4,
String intKey5, String stringKey1, String stringKey2, String stringKey3,
String stringKey4, String stringKey5, String cgd, String eventName,
IFilterTrigger theFilterClass)
at Misys.Phys.Ifc.TigerTrigger.Trigger.InsertTrigger(String usrlogin,
String patKey, String intKey1, String intKey2, String intKey3, String
intKey4, String intKey5, String stringKey1, String stringKey2, String
stringKey3, String stringKey4, String stringKey5, String cgd, String
eventName)
seing this error made me think , is this a remoting error which is due to
the presence of 2.0 ???
Thanks
Senthil
> Is your app written against the 1.1 framework (using VS2003) or is it a
> 2.0 app (using VS 2005). I am guessing 1.1.
[quoted text clipped - 57 lines]
>>>> Thanks
>>>> Senthil
SenthilVel - 23 Dec 2005 08:02 GMT
Andrew
i also can think that this may be an error, due to remoting.
1. is it due to some Remoting settings which may be changed when my
windows2003 is installed with 2.0 ?
2. which is the place i must check for remoting settings when i run both 1.1
and 2.0 ???
> hi
>
[quoted text clipped - 129 lines]
>>>>> Thanks
>>>>> Senthil
Andrew Robinson - 23 Dec 2005 16:21 GMT
Senthil,
I have never worked with Remoting, but to the extent that you host it within
IIS, you should take a look at the properties for the virtual directory that
you are using. Then select the ASP.NET tab and you can select the ASP.NET
version. Kind of a shot in the dark here....
Please let me know if this helped.
-Andrew

Signature
Andrew Robinson
www.binaryocean.com
www.bellinghamdotnet.org
> Andrew
>
[quoted text clipped - 140 lines]
>>>>>> Thanks
>>>>>> Senthil