Skip to content

IOException error when writing modified Assembly #933

Closed Answered by ltrzesniewski
GTink911 asked this question in Q&A
Discussion options

You must be logged in to vote

Since you're writing to the same path you read from, have you tried the overload without a parameter: NormalAssembly.Write();?

By default, the assembly file is kept open (probably due to the fact the ReaderParameters.ReadingMode property is set to Deferred).

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@GTink911
Comment options

@ltrzesniewski
Comment options

@ltrzesniewski
Comment options

Answer selected by GTink911
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants