Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I install visual studio 2010 sp1 , microsoft expression blend4 , ArcGIS API 30 for Silverlight . when i create new project using standard map application in visual studio, i see the error in design tab.when create a project in microsoft blend 4 , i don't see any template and the app;iction show an error . how can i fix the problems?visual studio error

microsoft expression blend error

share|improve this question

1 Answer

up vote 2 down vote accepted

Make sure that you are using the right configuration. Maybe you (or your partner) is on a 64 bit system, but you are trying to run it on a x86 system. Then, the metadata can't be loaded. Try to select the right configuration type, then clean the solution and finally rebuild the solution.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.