locked
Migration from Clarion.Net (version 10) to C# RRS feed

  • Question

  • User1230487018 posted

    Hi,

    We have a solution where-in the User-interface of the application has been written in Clarion for .NET (Version 10). The business logic and DAL has been written in C# 4.0.

    Now I have no Idea if there is a plug-in to open Clarion Project files (cwproj) with Visual Studio 2017. Google / Bing search returns inconclusive results.

    I would like to know the following:

    1. Is there an extension to Visual Studio 2017 that could help me open cwproj projects in VS2017.
    2. Is there a tool or extension from VS or partners that could help me migrate the clarion product to ASP.NET?

    Thanks in anticipation,

    Yogesh

    Thursday, January 18, 2018 4:31 AM

All replies

  • User347430248 posted

    Hi Yogesh4591,

    Clarion for .NET is a third party product.

    Currently, Visual studio 2017 does not have any template or feature that can open Clarion project in Visual Studio.

    If there is no syntax difference in your C# class then you can try to copy them manually in Asp.Net Project.

    Otherwise you need to rewrite your code in ASp.Net Project.

    Currently there are no any plug in available that can allow you to migrate your project from Clarion to Asp.Net Project in Visual Studio 2017.

    You can try to confirm the same with Clarion Support Team that whether they provide any solution to migrate or open their project in Visual Studio or not.

    Regards

    Deepak

    Monday, January 22, 2018 8:50 AM