2

I have an application to which I've added references to Microsoft.Xrm.Sdk and Microsoft.Xrm.Sdk.Workflow...but when I view Object Browser they don't appear anywhere in the Object Browser. They used to, but now they don't. Any ideas on why?

Dave Mackey
  • 4,306
  • 21
  • 78
  • 136
  • Right-click the reference and click "View in Object Browser". What gets highlighted? – Hans Passant Nov 20 '12 at 23:01
  • Whatever I had last selected in Object Browser. If I select Microsoft.VisualBasic and then use the reference to view in object browser - it shows Microsoft.VisualBasic, but if I have last viewed a different object, it shows that object (e.g. System.Runtime.Serialization). – Dave Mackey Nov 20 '12 at 23:09
  • This is happening for me as well, in an MVC4 project. It's notable that "System.Web.Mvc" is in the project as a NuGet package. – East of Nowhere Nov 24 '14 at 17:49
  • have your references moved directory? has your current project moved directory? – Joseph Duty Sep 25 '15 at 18:49

1 Answers1

0

The dll is built against a later version of the .Net FW than your referencing project. Upgrade the .Net FW version of your referencing project.

Shawn de Wet
  • 5,642
  • 6
  • 57
  • 88