[SOLVED] Help!Why does my program run slowly?

I found the same program in different runtime environment(Monogame3.6 or XNA4.0) have different running speed
XNA: normal
Monogame: slow and if i click keyboard or mouse,the screen will flash white line and suddenly paused a while
Have you ever met this kind of situation? Who can help me! Orz

How do you expect and answer when your so vague?

We need more information we can’t read minds

1 Like

Generally speaking MonoGame should really outperform Xna anytime. That aside there are some corner cases like this here: Perfomance issues XNA versus Monogame
I fear we really need some code or even a test project to really help you.

I have solved this,now my game is running normally.
Maybe the problem is my development environment.
Thanks.