I already have an application running in Visual Basic 6.0 which is a Retail Application and uses a client and the Server to interact with each other and the server interacts with the database it is a tipical 3 tire client server application where the business logic is at the server side and the workstation use the client side of the application
the problem is
- I have been facing a lot of memory problems off and on on Vb 6.0 should I migrate to VB.Net...? or should i use good quality third party controls to reduce memory leaks...?
- Is it possible to have client running on VB 6.0 and server on Vb.net can they communicate with each other and how..?
Please Help