Thursday, January 9, 2020

List.CS not found while debugging the code in D365 F&O

Hi Guys,

Welcome back, today we will discuss about one of the issue caused while debugging D365 F&O.

Problem Statement : While debugging standard classes in D365 F&O, some times we may get the issue like " .CS not found" and it says try one of the following options.



Resolution:
1) 
Try to check the parameter on Visual studio--> Dynamics 365 --> Options

Enable Just My Code is Enabled or not. If not enabled, please enable it.



2)  Open an existing Solution/Project in Visual Studio and Debug the code.

Even after following above options doesn't work, perform full Build along with DB synchronization.

That should solve the issue.

Thanks for visiting my blog and Happy Daxing. See you next time...!!

The supplied snapshotpoint is on an incorrect snapshot. Visual studio error .D365 Finance & Operations

Hi Guys,

Welcome back to my blog.. Its been long as I was busy with other things in my life.
As almost everyone is working on Dynamics 365 Finance & operation now, you will be seeing some posts on the issues and resolutions.

Today we will discuss on the issue, "The supplied snapshotpoint is on an incorrect snapshot." and it will cause visual studio crash.

In order to resolve this issue, we just need to change some of the Visual studio properties.

Problem Statement : Visual studio gets closed while writing a code in D365 F&O, refer screenshot below.

Supplied snapshotpoint
Resolution :  Open visual studio, Navigate to Dynamics 365--> Options

And disable the word wrap, as specified in below image.


Hurrah, now try to add/update the code. The issue gets resolved.
Enjoy and Happy Daxing.Will see you in other posts..!!


Monday, July 6, 2015

Microsoft Report Designer : Do you want to convert this report to RDLC 2008 format? Please click OK to proceed or Cancel to open it in the XML editor.

Hi All,

I have faced a strange issue while opening the Microsoft Standard report design.
Below are the error details and its resolution.

Issue :
 1)While editing the report design in visual studio I got the below message

2 ) I clicked on OK and got a error message displaying " one or more errors encountered while loading the designer.The errors are listed below."

The report definition has an invalid target namespace
"http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition' which cannot be upgraded."

 


Resolution:

1) Click on Edit code.



2) Remove the Report section tags (both open and close).
 

 3) Edit the report namespace haeder.



4) Replace with below tag:

<Report xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition">

5) save the XML and report.

Now you should able to edit the report design.



Have a great day..:)

Happy Daxing..!!!