Tagged Questions
4
votes
2answers
490 views
DynamicObject implicit casting
I have a subclass of DynamicObject and I would like to implement implicit casting for primitive types similarly as DO's explicit casting method TryConvert; that is, without writing multiple implicit ...
0
votes
2answers
493 views
IDynamicObject could not be found?
When trying to run the sample code here: http://www.nikhilk.net/Live-Search-REST-API.aspx
I get:
Error 52 The type or namespace name 'IDynamicObject' could not be found (are you missing a using ...
0
votes
2answers
284 views
Missing System.Scripting in VS.Net 2010-Where can I find it?
I installed VS.Net 2010 to play around with some of the new C# features and I'm trying to use the IDynamicObject interface but I can't because it can't find the System.Scripting namespace. What do I ...