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
yohann
NA
14
0
thread problem in textbox control access!
Aug 1 2008 4:03 AM
Hye everybody!
I've got a problem with a textbox access. I'm using VS2008, WPF, c#.
I've got two projects in a solution. In one project i update an xml doc. In the other project, in wich my textbox is declared, i have declared a FileSystemWatcher who detect when my xml doc change. When it changes i whant to put a text in my textbox. Unfortunatly it raise a
InvalidOperationExeption
and write: "
The calling thread cannot access this object because a different thread owns it.
". I don't know how to solve this problem. Is anyone can help?
Reply
Answers (
1
)
asp:Dropdown
Help needed. Button and Listbox "declared" in xaml is null in the code.