Click here to Skip to main content
15,896,063 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionHow can i see the metadata of the assembly ? Pin
Yanshof20-Jun-10 22:47
Yanshof20-Jun-10 22:47 
AnswerRe: How can i see the metadata of the assembly ? Pin
Abhinav S21-Jun-10 1:18
Abhinav S21-Jun-10 1:18 
AnswerRe: How can i see the metadata of the assembly ? Pin
Peace ON21-Jun-10 1:35
Peace ON21-Jun-10 1:35 
QuestionI want to develop any website Pin
AkyeaW18-Jun-10 22:18
AkyeaW18-Jun-10 22:18 
AnswerRe: I want to develop any website Pin
Richard MacCutchan18-Jun-10 23:04
mveRichard MacCutchan18-Jun-10 23:04 
AnswerRe: I want to develop any website Pin
Ankur\m/19-Jun-10 0:57
professionalAnkur\m/19-Jun-10 0:57 
AnswerRe: I want to develop any website Pin
Peace ON21-Jun-10 1:03
Peace ON21-Jun-10 1:03 
QuestionDeserialization of object after field name change fails Pin
davejsmith16-Jun-10 8:41
davejsmith16-Jun-10 8:41 
I have the task of deserializing objects from a binary formatter that were serialized using VB.Net's binary formatter. The ONLY issue I have come across is that the original class had a field, the same name as the class
structure MyName
  ...
  dim MyName as String
end structure


In VB, this was apparently find, but in C#, I cannot write the class this way. I've rewritten it so that
struct MyName
{ 
   ...
   string myName
}


but now the deserialization fails (because, I assume, the field name has changed). I have ONLY changed the name of the attribute. I guess this is enough to throw off the deserialization.

Is there away that I can fix this dynamically, or should I resort to the binary reader and parsing the binary file manually?

Thank you for any considerations you could throw my way.

Dave
AnswerRe: Deserialization of object after field name change fails Pin
Luc Pattyn19-Jun-10 0:39
sitebuilderLuc Pattyn19-Jun-10 0:39 
AnswerRe: Deserialization of object after field name change fails Pin
freakyit21-Jun-10 5:19
freakyit21-Jun-10 5:19 
GeneralRe: Deserialization of object after field name change fails Pin
Dave Kreskowiak21-Jun-10 5:42
mveDave Kreskowiak21-Jun-10 5:42 
GeneralRe: Deserialization of object after field name change fails Pin
freakyit21-Jun-10 9:46
freakyit21-Jun-10 9:46 
QuestionMerging object graph. Pin
Tiju John15-Jun-10 22:42
Tiju John15-Jun-10 22:42 
Question.net framework automatic update? Pin
divyesh143213-Jun-10 22:48
divyesh143213-Jun-10 22:48 
AnswerRe: .net framework automatic update? Pin
Abhinav S13-Jun-10 22:58
Abhinav S13-Jun-10 22:58 
AnswerRe: .net framework automatic update? Pin
Henry Minute14-Jun-10 3:48
Henry Minute14-Jun-10 3:48 
AnswerRe: .net framework automatic update? Pin
AnnieMacD15-Jun-10 12:41
AnnieMacD15-Jun-10 12:41 
GeneralRe: .net framework automatic update? Pin
divyesh143215-Jun-10 18:34
divyesh143215-Jun-10 18:34 
QuestionProblem with autoscrolling of the .NET ScrollableControl Pin
Shao Voon Wong13-Jun-10 21:04
mvaShao Voon Wong13-Jun-10 21:04 
AnswerRe: Problem with autoscrolling of the .NET ScrollableControl Pin
Adam R Harris17-Jun-10 6:11
Adam R Harris17-Jun-10 6:11 
GeneralRe: Problem with autoscrolling of the .NET ScrollableControl Pin
Shao Voon Wong27-Jun-10 17:26
mvaShao Voon Wong27-Jun-10 17:26 
Questionfaster C++ .NET webclient usage? Pin
T210213-Jun-10 19:27
T210213-Jun-10 19:27 
AnswerRe: faster C++ .NET webclient usage? Pin
Eddy Vluggen14-Jun-10 2:34
professionalEddy Vluggen14-Jun-10 2:34 
GeneralRe: faster C++ .NET webclient usage? Pin
T210214-Jun-10 19:24
T210214-Jun-10 19:24 
QuestionDatabase or no database in Software development? Pin
cyberexel12-Jun-10 18:33
cyberexel12-Jun-10 18:33 

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.