Click here to Skip to main content
15,888,202 members
Home / Discussions / C#
   

C#

 
GeneralRe: GPRS connectivity software Pin
Sufian Mehmood Sheikh8-Jul-09 1:52
Sufian Mehmood Sheikh8-Jul-09 1:52 
GeneralRe: GPRS connectivity software Pin
stancrm8-Jul-09 2:13
stancrm8-Jul-09 2:13 
QuestionHow can use RAPI? Pin
Le@rner8-Jul-09 1:06
Le@rner8-Jul-09 1:06 
QuestionSerializing/Deserializing an object Pin
Helfdane7-Jul-09 23:35
Helfdane7-Jul-09 23:35 
AnswerRe: Serializing/Deserializing an object Pin
Hariharan.T8-Jul-09 0:29
Hariharan.T8-Jul-09 0:29 
GeneralRe: Serializing/Deserializing an object Pin
Helfdane8-Jul-09 0:35
Helfdane8-Jul-09 0:35 
GeneralRe: Serializing/Deserializing an object Pin
Hariharan.T8-Jul-09 1:12
Hariharan.T8-Jul-09 1:12 
GeneralRe: Serializing/Deserializing an object Pin
Helfdane8-Jul-09 1:27
Helfdane8-Jul-09 1:27 
The exception is thrown on the line:

"formula = (CompiledFormula)formatter.Deserialize(stream);"

This is the only deserializationcode I have, since I let the framework handle it.

I'm suspecting the name '9-onzk69' is the name of the temporary file created by the codeprovider which compiles it, but I don't know for sure, as a system wide file search comes up empty.

The stack trace of the exception is:
at System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo.GetAssembly()
at System.Runtime.Serialization.Formatters.Binary.ObjectReader.GetType(BinaryAssemblyInfo assemblyInfo, String name)
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)
at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWithMapTyped(BinaryObjectWithMapTyped record)
at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWithMapTyped(BinaryHeaderEnum binaryHeaderEnum)
at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run()
at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream)
at Compiler.CompilerSingleton.LoadFormuleFromAssembly(Byte[] array)


The InnerException is null.

The consumer isn't a moron; she is your wife.

Questioncan any body tell me how i can fix this error Pin
wasimsharp7-Jul-09 23:07
wasimsharp7-Jul-09 23:07 
AnswerRe: can any body tell me how i can fix this error Pin
Manas Bhardwaj7-Jul-09 23:18
professionalManas Bhardwaj7-Jul-09 23:18 
QuestionCan anyone help me with displaying the correct value in Crystal Reports Pin
DotNetCoderJunior7-Jul-09 22:47
DotNetCoderJunior7-Jul-09 22:47 
QuestionInterop call fails with window scheduled task Pin
Hariharan.T7-Jul-09 22:44
Hariharan.T7-Jul-09 22:44 
AnswerRe: Interop call fails with window scheduled task Pin
Eddy Vluggen7-Jul-09 23:29
professionalEddy Vluggen7-Jul-09 23:29 
GeneralRe: Interop call fails with window scheduled task Pin
Hariharan.T8-Jul-09 0:23
Hariharan.T8-Jul-09 0:23 
Questionbyte array to image Pin
Vivek Vijayan7-Jul-09 21:19
Vivek Vijayan7-Jul-09 21:19 
AnswerRe: byte array to image Pin
SeMartens7-Jul-09 21:29
SeMartens7-Jul-09 21:29 
GeneralRe: byte array to image [modified] Pin
Vivek Vijayan8-Jul-09 0:16
Vivek Vijayan8-Jul-09 0:16 
GeneralRe: byte array to image Pin
SeMartens8-Jul-09 2:00
SeMartens8-Jul-09 2:00 
AnswerRe: byte array to image Pin
dan!sh 7-Jul-09 22:02
professional dan!sh 7-Jul-09 22:02 
GeneralRe: byte array to image Pin
Vivek Vijayan8-Jul-09 0:30
Vivek Vijayan8-Jul-09 0:30 
GeneralRe: byte array to image Pin
dan!sh 8-Jul-09 0:33
professional dan!sh 8-Jul-09 0:33 
GeneralRe: byte array to image Pin
Vivek Vijayan8-Jul-09 0:55
Vivek Vijayan8-Jul-09 0:55 
GeneralRe: byte array to image Pin
Vivek Vijayan8-Jul-09 1:12
Vivek Vijayan8-Jul-09 1:12 
GeneralRe: byte array to image Pin
dan!sh 8-Jul-09 2:42
professional dan!sh 8-Jul-09 2:42 
GeneralRe: byte array to image Pin
Vivek Vijayan8-Jul-09 2:26
Vivek Vijayan8-Jul-09 2:26 

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.