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
0
Comments
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
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)