Click here to Skip to main content
15,909,741 members

Comments by AjayRRathi (Top 3 by date)

AjayRRathi 1-Mar-16 11:43am View    
Thanks Sergey. It is helpful.
AjayRRathi 1-Mar-16 10:13am View    
Thanks Sergey for our time. we are not planning to us DLLImport. Please find the below link, which explain how can we create a COM wrapper to call .NET Code in VB.
http://www.codeproject.com/Articles/18939/C-Com
What we are planning is convert a part of project. Use the converted part with VB6. continue the same approach till the we migrate complete project. Once we are done remove the COM classes that we added to call the .NET code in VB.
This way in the end we will left only with .NET code. And complete VB6 code will be migrated.
Let me know your views on this.
AjayRRathi 29-Feb-16 12:14pm View    
Thanks RyanDev. We are rewriting the code. The plan is to do it in iterative way. We are planning to we will slice the application in piece and convert it piece by piece. We are using the COM classes to generate the wrapper on every piece that we have converted to .NET. Once we completed whole application we will remove the wrapper classes and the complete application will be migrated to .NET. Let me know your views.