The Classes that is getting put to this folder is not getting accessed from outside this folder. You might be wondering why this happens. The answer is simple. It doesn't get compiled to the DLL in the bin. If you right click on the class and go to properties window you will be see an entry called "Build Action". This is set to content which causes the issue. If you change this dropdown value to compile then your issue would get solved. But please keep in mind there might be issues doing this also.
This blog describes mostly about the work (CRM 365, CRM 2016, CRM 2015, CRM2011, CRM 4.0, CRM 3.0, C#,Javascript and SQL Server) i do.
Subscribe to:
Post Comments (Atom)
Retrieving Calendar of a Bookable Resource in Dynamics
There are occasions where we need to retrieve working days and working times of a resource in Dynamics grammatically. This is quite possible...
-
There is a bit of change in CRM 2011 than CRM 4. The code is below. Microsoft.Xrm.Sdk. EntityReference Moniker1 = new Microsoft.Xrm.S...
-
When you create a new security role from scratch and then assign only that role to a system user and when you log to the CRM site you might ...
-
There are occasions where we need to retrieve working days and working times of a resource in Dynamics grammatically. This is quite possible...
No comments:
Post a Comment