TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mai Hu Na
NA
86
133.3k
The runtime has encountered a fatal error
Dec 5 2012 12:40 PM
hi every buddy,
i got this error
"
The runtime has encountered a fatal error. The address of the error was at 0x643a9ddd, on thread 0x1674. The error code is 0x80131623. This error may be a bug in the CLR or in the unsafe or non-verifiable portions of user code. Common sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack.
"
in my following highlighted code
" TextRange range;
FileStream fStream;
range = new TextRange(staticLogTxtBox.Document.ContentStart, staticLogTxtBox.Document.ContentEnd);
fStream = new FileStream(logFilePath, FileMode.Create);
range.Save(fStream, DataFormats.Text);
fStream.Close();"
so please help me to resolve this problem..
thank you..
Reply
Answers (
0
)
Use IN Keyword in Link Queue?
Sql semicolon Access MDB error