IDynamicObject could not be found?!
Posted
by cvista
on Stack Overflow
See other posts from Stack Overflow
or by cvista
Published on 2010-06-18T12:24:37Z
Indexed on
2010/06/18
12:43 UTC
Read the original article
Hit count: 420
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 directive or an assembly reference?) E:\repo\NikhilK-dynamicrest-a93707a\NikhilK-dynamicrest-a93707a\Core\DynamicObject.cs 19 43 DynamicRest
The project is running .net 4 - shouldn't this be a part of the standard imports? am i missing something? What do i need to do to make this work?
© Stack Overflow or respective owner