login | about | faq

If you have any feedback from our EAP, we've created a UserVoice forum especially for you! Check it out, and let us know what you think of the latest Early Access build.

Hi everybody,
I have a .exe file made for Windows Mobile 6.5. and I exported assembly source using reflector. I open it in Visual Studio 2008 and when I try to open form I received some errors:
- The first one is about "AutoScaleMode" and I resolved this changing the code from "this.AutoScaleMode = AutoScaleMode.None;" to "this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;"
- Now I got many warnings about like "Duplicate declaration of member 'point'" or
"The type 'System.Windows.Forms.Form' has no property named 'chkNumPad'."

How can I solve this?
Maybe it depends from the fact that's a mobile app? I tried to change the target to mobile but without success.
Thanks,
Andrea

asked Feb 22 at 11:04

slumpolo's gravatar image

slumpolo
1


Your answer
toggle preview

Follow this question


By Email:

Once you sign in you will be able to subscribe for any updates here


By RSS:

Answers

Answers and Comments

Formatting your answer

  • *Italic*
  • **Bold**
  • ***Bold Italic***
  • Link: [text](http://url.com/ "title")
  • Paragraph: Two line breaks
  • Bulleted list: Paragraph then start line with *
  • Numbered list: Paragraph then start line with 1.
  • Blockquote: Paragraph then start with with >
  • Basic HTML tags are also supported

Asked: Feb 22 at 11:04

Seen: 186 times

Last updated: Feb 23 at 09:03

 

Tags:

×2