Hello!! We are back, and obviously, we are back to ask another question.

We have to develop an ERP with Windows Forms using Visual Basic. The ERP is already developed using ORACLE Forms and ORACLE Reports, and we have to "translate" it to .NET Architecture.

Now, our bigger problem is that, currently, the source code and the executable code is only in one server and all the clients PC have only an ORACLE Framework so they can execute the application without installing anything else. The main advantage is that if a module is updated, they only need to replace the code in the server.

We need to do the same with .NET architecture, so we won't change the current IT Department workflow. Obviously, one solution would be working with Web Forms, but we need to do it with Windows Forms.

Does .Net offer this possibilty? If it doesn't, what options do we have?

We did some research and we found Click Once functionality, but this is only an alternative solution.

Sorry for our english but it's quite difficult for us to explain this kind of issue.

Thanks in advance.