vb.net - debugging .NET application loading slowness -


i have application written using windows forms , complied against visual studio 2010. upgraded solution visual studio 2013 , changed using hard references using nuget manage dependencies.

the application runs on terminal server.

when running application on terminal server using version compiled using 2010, opens instantly. when running version compiled using 2013, takes many minutes open.

how can find out why application takes long open initial form? thoughts or ideas why changing these 2 things have made application slow?

thank you.

after lot of debugging, found out mysql.data.dll component executing queries twice slow previous versions. downgraded version 6.3.8 in nuget , has increased speed dramatically.

i hope helps similar slowness - , using mysql component set.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -