Click here to Skip to main content
15,906,333 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,

I have getting reference error,
The type or namespace name 'ContextMenu' does not exist in the namespace 'System.Windows.Controls' (are you missing an assembly reference?)

but i have already add reference from,
C:\Program Files (x86)\Microsoft SDKs\Silverlight\v4.0\Libraries\Client\System.Windows.Controls.dll


please help me to solve this problem

Thanks
Posted
Updated 26-Jul-13 2:07am
v2

You have to give reference of following dll.
VB
System.Windows.Controls.Input.Toolkit.dll
System.Windows.Controls.Toolkit.dll


This link will give you better idea
http://www.c-sharpcorner.com/uploadfile/dpatra/right-click-and-context-menu-in-silverlight-4/[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900