Hello,
I have C# integrated with Dynamics AX.
When compiling best practice (level 4),
I see a message:
CS0234: The type or namespace name 'Optimization' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)
That's happens, even the C# project is compiled.
In C# project, I am working with .net framework 4.0.
In AX, the System.Web reference declared as:
System.Web, Version 2.0.0.0, culture = natural, pubickeytoken=b03f5f711d50a3a
What may be the reason I cannot compile with best-practice (level 4 compilation)?
Thanks :)