I’m facing an issue which I do not know how to overcome.
When trying to modify some of the objects in my database I cannot compile.
When pressing F11 on these objects, the system just runs forever but does not compile the object.
It cannot be foreseen when this happens.
I tried a couple of options already:
Delete the object, import as text again (for my own objects)
Delete the object, load as FOB (Standard Object) and apply changes again, then compile
Export all objects as text and load into a clean database
Create a NAV Backup, create new database, load Backup
We are using a NAV 2013 original release, no platform nor object hotfixes have been applied.
This is because we must make sure that our AddOn runs on original NAV without any rollups, hotfixes or service packs installed.
We faced a couple of issues with previous versions when we applied hotfixes as customers and partners crashed NAV when the platform was on an older versions.
This is a kind of annoying. Running the compile on other computers usually works - so I guess the problem exists on my machine only. (Windows 8)
Sounds like a real challenge. And based on above and my knowledge of your normal skills into NAV, then I’m sure that you have already tried everything.
So let me start by asking a little of the nature of these changes. Is it anything extra-ordinary, like non-standard C/AL functions, dotnet code or similar?
And have you tried by adding your changes line by line to see when it will suddenly not compile anymore?