Click here to Skip to main content
15,919,931 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi there

i had insert the clock dll to my toolbox

after run the project i see the error message from assembly section of my project.

how can i fix it?

thanks alot
Posted
Comments
CPallini 5-Oct-12 16:42pm    
Keep hiding the error message, you know, the enemy might intercept it!
Tiradan 5-Oct-12 16:46pm    
i havent any enemy ;)
Sergey Alexandrovich Kryukov 5-Oct-12 17:56pm    
Wow!

And..?

(It looks like you did not understand the message by CPallini. Did you, actually?)
--SA
Tiradan 6-Oct-12 5:55am    
yes , exactly
[no name] 5-Oct-12 16:54pm    
Given the enourmous amount of relevant information you have provided, figure out what the error means then fix your code to eliminate the error.

1 solution

Hi Tiradan,

Seems like you have built clock.dll in a way it depends on the System.Design.dll file.
The .NET Framework 4.0.0.0 Client Profile is not supporting System.Design.
You could try to convert your project (that references to clock.dll) to .NET Framework 4.0.0.0 without Client Profile. To do this (in VS 2010 Prof.), go to the project properties, select the 'Compile' tab, in the bottom, click 'Advanced Compile Options' and select '.NET Framework 4.0.0.0' in the (bottom) ComboBox 'Target framework (all configurations)'. Click 'OK' and the project will be converted. I never had trouble with this, but sometimes it can go wrong.
Otherwise, you could try to build clock.dll without System.Design, but I don't know anything about clock.dll.

Paul
 
Share this answer
 

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