Click here to Skip to main content
15,898,222 members
Home / Discussions / C#
   

C#

 
AnswerRe: Add child node to treeview node Pin
musefan8-Jul-09 2:31
musefan8-Jul-09 2:31 
Questionactive directory authentication using C# Pin
rhcp088-Jul-09 2:15
rhcp088-Jul-09 2:15 
AnswerRe: active directory authentication using C# Pin
Manas Bhardwaj8-Jul-09 2:23
professionalManas Bhardwaj8-Jul-09 2:23 
AnswerRe: active directory authentication using C# Pin
Pete O'Hanlon8-Jul-09 2:44
mvePete O'Hanlon8-Jul-09 2:44 
Questionconnection of database in C# Pin
rhcp088-Jul-09 1:41
rhcp088-Jul-09 1:41 
AnswerRe: connection of database in C# Pin
Eddy Vluggen8-Jul-09 1:57
professionalEddy Vluggen8-Jul-09 1:57 
AnswerRe: connection of database in C# Pin
Henry Minute8-Jul-09 2:01
Henry Minute8-Jul-09 2:01 
AnswerRe: connection of database in C# Pin
Colin Angus Mackay8-Jul-09 2:10
Colin Angus Mackay8-Jul-09 2:10 
QuestionSort a group in crystal report Pin
Mohammad Al Hoss8-Jul-09 1:25
Mohammad Al Hoss8-Jul-09 1:25 
QuestionGPRS connectivity software Pin
Sufian Mehmood Sheikh8-Jul-09 1:10
Sufian Mehmood Sheikh8-Jul-09 1:10 
AnswerRe: GPRS connectivity software Pin
stancrm8-Jul-09 1:13
stancrm8-Jul-09 1:13 
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 

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.