Developing in .NET for Navision

Matti-81Matti-81 Member Posts: 4
Hello!

I have following question:
I want to develop for Navision in .NET instead of C/SIDE. How does that work? Do I've to install C/FRONT or are there other ways?

Propably this is a very easy and stupid question, sorry for that.

kind regards,

matti

Comments

  • chrispaulchrispaul Member Posts: 174
    Hi Matti
    This is not a stupid question, Well I guess you are not on Nav-5.0 and if so you are in Nav-4.0 for this you can do your coding in .Net and can make DLL files and then call thee specified file but if you are in Nav 4.0 and know CAL then i recommend not to go for .Net
    Do let me know if you succeeded
  • sajmon06sajmon06 Member Posts: 17
    There is a blog on MSDN on that issue:

    How to use .NET components in Navision:

    "As Navision 4.0 and backward doesn’t support .NET components, the key to this issue is to make the .NET components COM interoperable and use the automation variable in Navision.

    Visual Studio includes a feature that will register the component after compiling. This can be found under Project/Properties.
    Set the Property “Register for COM Interop” to True.
    ..."

    (more on: http://blogs.msdn.com/skydtsgaard/archi ... 40413.aspx)
    I will use Google before asking dumb questions.
Sign In or Register to comment.