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
sageda
NA
3
0
TypeLoadException??
Dec 11 2004 3:03 PM
I'm implemeting an application for a smartdevice using c# and all through the implementation things were goin fine, and suddenly the same function that was called peacefully started generating a TypeLoadExcpetion. I don't understand why. This is t the function call: try { exporter.Export(this.currentProject, fileName); } catch (TypeLoadException ee) { MessageBox.Show("second" + ee.Message); } and this is the function until the exception takes place: public void Export(Projects project, string filename) { s.WriteLine("here2"); s.WriteLine(project.getpID().ToString()); s.WriteLine(filename); XmlDocument myDoc = new XmlDocument(); If anyone knows the solution, please inform me.. Thanks Sageda
Reply
Answers (
2
)
How do I connect to a onine DB via a Windows app(c#)?
Function pointers?