Microsoft Visual Studio 2010 has stopped working

Jatin_PatelJatin_Patel Member Posts: 200
edited 2013-06-04 in NAV Three Tier
Hello,

When I open NAV 2013 report layout in Visual Studio it will crash automatically.

Error Description shows as below:

Problem signature:
Problem Event Name: BEX
Application Name: devenv.exe
Application Version: 10.0.40219.1
Application Timestamp: 4d5f2a73
Fault Module Name: MSVCR100.dll
Fault Module Version: 10.0.40219.325
Fault Module Timestamp: 4df2be1e
Exception Offset: 0008af3e
Exception Code: c0000417
Exception Data: 00000000
OS Version: 6.1.7601.2.1.0.274.10
Locale ID: 1033
Additional Information 1: 72f6
Additional Information 2: 72f685a7c67a10d029f68fe6f53d9d67
Additional Information 3: a858
Additional Information 4: a8587f6333f399dc57d2a540238c0205

What is the solution ?
Jatin Patel
Microsoft Dynamics NAV Consultant
Jatin's Blog

Comments

  • StLiStLi Member Posts: 83
    haven't had that particular error yet. But here are some general tricks that helped me out in simular situations

    (make backup first)

    1. compile
    if you have an error: see if you can fix it on the C/AL side (adjusting DataSetFieldNames etc.)
    else: see if you can fix it in the text-export of the report - the XML-part is the rdlc definition.

    if compiling works but the error remains:
    2. export as text and just reimport
    if this gives you an error try fixing it on the text file. you can also try to extract the rdlc-info from the text export and run it in visual studio but this will probably cause a crash too.

    3. if nothing else helps: delete the layout and rebuilt it. But try testing the formatting of the xml before you take such drastic measures. I can imagine something went wrong while saving the rdlc layout, so the formatting should be faulty.
Sign In or Register to comment.