Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I download OutLook Calander Project in Codeproject. While building appilcation the microsoft windows design dll has missing. only Microsoft.Windows.Automation and Microsoft.Windows.Controls there. I can't find the dll.

So

C#
namespace RudiGrobler.Controls
   {
       [ToolboxBrowsable(false)]
       public class TimeslotPanel : Panel
       {

I got ToolboxBrowsable has not found Error.

Where Can I download the Microsoft.windows.design dll?
Posted

In Visual Studio 2012 (I assume it's similar in VS 2010):

1. in the Solution Explorer: open the 'References node.

2. Context-click on 'References and select 'Add Reference

3. in the Reference Manager window:

a. open the 'Assemblies node

b. click on 'Extensions

4. Select 'Microsoft.Windows.Design

a. click/check the CheckBox that appears

b. click 'Okay to save
 
Share this answer
 
Hi Jaga,
for that specific project, did you try to comment the references to
Microsoft.Windows.Design
and
ToolboxBrowsable
attribute?

I tried and it seems to work...

Bye
Nino
 
Share this answer
 

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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