After a few months, i ws not able to debug any VBNET applications.
When the debugging starts, the IDE Freezes , the
application is shelled and only visible in the task manager but does not use any CPU times.
No Gui is displayed and the IDE is completely blocked.
This is due to IIS which is...
It depends on the type of application that you build.
for GUI or We b application ,use VB.NET when possible.
it is more clear to develop or maintain code (even if more than one person develop the application).
The code executed at run time VB.NET is the same as C#
Maybe a only few things can...
VB .NET is completeley different and the upgraded application may not work imedialtely because many changes
occured in the standard componenents ( itemdata disappears , change in treeview , ... ).
it is a good test to try to migrate an application to
convert the classes and modules but the...
Uusally ,some data stored in the FK field of the Table B
refers to PK in table A that do not exist anymore.
if you execute this statement , you will se imedialtely
the wrong data
SELECT FK from B where fk NOT in ( select pk from A )
it is easier to create the link before filling the tables...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.