Archive
Archive for October, 2016
Could not load file or assembly ‘Microsoft.Cloud.InstrumentationFramework.Events’
October 23, 2016
2 comments
I got the below assembly load error, while I was running my ADX Portal web site from Visual Studio.
Could not load file or assembly ‘Microsoft.Cloud.InstrumentationFramework.Events’ or one of its dependencies. An attempt was made to load a program with an incorrect format.
Issue was not with missing .dll reference, as I already had the “Microsoft.Cloud.InstrumentationFramework.Events.dll” added to my project.
Fix:
- Enabling an option in my Visual Studio Project fixed the issue.
- Navigate Tools -> Options -> Project and Solutions
- Enable “Use the 64 bit version of …” option.
- Build and run the Project.
🙂
Microsoft Dynamics 365
October 23, 2016
Leave a comment
Dynamics 365 is the next generation of intelligent business applications.
Dynamics 365 combines three Azure-hosted Microsoft services:
- Dynamics CRM Online
- Cloud version of Microsoft’s Dynamics AX ERP suite
- The “Project Madeira” (Dynamics 365 for Financials), small-business financials offering.
Dynamics 365 will be integrated with Office 365, the Office Graph.
Have a glimpse of it from the first look video
🙂
Categories: Dynamics 365