Vb.net. Old applications give error in win7 and win vista? Solved

In this case application has to be rebuild. Proceed this way:
  1. In IDE>tools>options>Projects and solutions>check "Show always solution"
  2. This way in top Solution explorer 'll appear "Your application solution". Right click. In drop down menu click on "Configuration Manager"
  3. Will appear a window. Go to Platform. Select "New". 'll appear "x86. Select this. In configuration select "debug" or "release"
  4. Now your application folder will be bin\x86\debug or bin\x86\release depending on what configuration you selected.
This way the problem is solved.
Goodbye everybody.

2 comments