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..!!