Options

Error while validating RDL Content on all reports

B_D_TB_D_T Member Posts: 3
edited 2015-12-08 in NAV Three Tier
Hello everyone
I made a testreport to pratice with RDLC-layouts, based on some customer and salesperson data, in NAV 2015.
On a certain moment, I filled in some expressions in a textbox.
The object wouldn't compile.
I got the following errors:
'Visual Basic Command Line Compiler has stopped working.'
'Error while validating RDL Content: An unexpected error occured while compiling expressions. native compiler return value '255'.
So I removed the expressions.
The object still wouldn't compile.
Then I cleared the layout.
The object still wouldn't compile.
I made the report 'processing-only';
The object still wouldn't compile.
Then I deleted the object, made a new empty report with no layout attached and the problem still occured.
Even switching to another Visual Studio (from 2013 CE to 2012 premium) wouldn't help.
The problem also occurs when I switch from a DB on the server to a local DB.
Any tips on how to solve this?
Thank you in advance.

Best Answers

  • Options
    amahboubiamahboubi Member Posts: 2
    Answer ✓
    Hello,

    I had the same problem after installing MS VS 2015 and after some days of search, I found the solution at this post of Microsoft Support:

    https://support.microsoft.com/en-us/kb/3118750

    Best regard
  • Options
    amahboubiamahboubi Member Posts: 2
    Answer ✓
    Hello

    If you have uninstalled those 2 updates you can install VS 2015 and work with it without problem. It work for me. VS 2015 and Report Builder for older's versions of NAV.

    Just Those 2 updates that's not compatible with the .Net Framework 4.6.

Answers

  • Options
    guidorobbenguidorobben Member Posts: 157
    just use document creator and stop using RDLC. it will keep you from haveing nightmares. http://mibuso.com/downloads/idyn-document-creator
  • Options
    B_D_TB_D_T Member Posts: 3
    edited 2015-12-02
    guidorobben, thank you for the proposal. But that doesn't solve my problem ...
  • Options
    amahboubiamahboubi Member Posts: 2
    Answer ✓
    Hello,

    I had the same problem after installing MS VS 2015 and after some days of search, I found the solution at this post of Microsoft Support:

    https://support.microsoft.com/en-us/kb/3118750

    Best regard
  • Options
    B_D_TB_D_T Member Posts: 3
    amahboubi wrote: »
    Hello,

    I had the same problem after installing MS VS 2015 and after some days of search, I found the solution at this post of Microsoft Support:

    https://support.microsoft.com/en-us/kb/3118750

    Best regard

    WOOOT
    This solved it!
    I also downloaded VS 2015 to work with RDLC in NAV 2016. That installed also those 2 packages.
    Solution: removed VS 2015 and uninstalled those 2 updates.
    TYVM!
  • Options
    JonesJones Member Posts: 6
    Thank you Guidorobben, your reply helped me complete my work without error.
  • Options
    amahboubiamahboubi Member Posts: 2
    Answer ✓
    Hello

    If you have uninstalled those 2 updates you can install VS 2015 and work with it without problem. It work for me. VS 2015 and Report Builder for older's versions of NAV.

    Just Those 2 updates that's not compatible with the .Net Framework 4.6.

Sign In or Register to comment.