vb.net 2010 works on windows 7 but dont work on windows 10
Hi to all
I'm stucked in a huge problem!
I have an application developed on VisualStudio 2010 and windows 10. I execute her in windows 10 (in dev mode) and works perfectly, but when I pass it to client machine and execute her, some forms appears but without objects.
As I said, in my developer machine with windows 10 works, also works well on windows 7, but in windows 10 some forms appears without objects.
Can anyone helps me?
Thanks
Ricardo
Re: vb.net 2010 works on windows 7 but dont work on windows 10
How are you "passing" her to the client machines?
Are you sure you are "passing" all of her required resources and references to the client machine?
What are you doing in the offending forms' load event handler that could raise exceptions?
Re: vb.net 2010 works on windows 7 but dont work on windows 10
Quote:
Originally Posted by
ideiafix
I have an application developed on VisualStudio 2010 and windows 10. I execute her in windows 10 (in dev mode) and works perfectly, but when I pass it to client machine and execute her, some forms appears but without objects.
As I said, in my developer machine with windows 10 works, also works well on windows 7, but in windows 10 some forms appears without objects.
So some controls appear on your forms but not some others? Which ones do NOT appear? Do you get any exceptions? Have you copied all the required DLLs to the client machine?