Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
3.40/5 (2 votes)
See more:
I have a C# Project. I need to deploy the classes in Windows Phone 7 application.
However, I'm having a problem with the System.Drawing dll which is not applicable
in WP run-time.

Could you plz tell me what dll I can replace to act on WP silverlight? And please
let me know how I could do the conversion.

I'm having problems with Bitmap class , ImageFilter, and channels... How can I solve this problem?

Thank you.
Posted
Updated 5-May-11 21:45pm
v2
Comments
Olivier Levrey 6-May-11 3:45am    
I added your comments into the question.

Which dll you will need doesn't depend on the namespace you use but the classes you use. Check MSDN to see which classes are not supported by your platform (it is written at the bottom of each page).

And the compatibility issue is generally more related to .NET Compact Framework rather than Windows Phone 7.

After that, if you can't fix the problem by yourself, you should tell us which classes are not supported so somebody can help you efficiently.
 
Share this answer
 
Comments
Johnnny07 5-May-11 18:03pm    
I'm having problems with Bitmap class , ImageFilter, and channels...

How can I solve this problem?
I don't think that System.Drawing exist in WP7 and WP8 runtime.
 
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