visual studio 2010 - What's the proper method of deploying the Corecon API with my app? -


i have winforms app instantiates wp7 emulator. works great locally (of course). i've created vm test installations , xcopies. getting following exception upon attempts pull emulator app in vm:

"could not load file or assembly 'microsoft.visualstudio.deviceconnectivity.interop.10.0, version=10.0.0.0..."

i have microsoft.smartdevice.connectivity assembly set copy local, it's along ride. nothing else shows up.

i looking corecon api instllation separate visual studio install, wasn't able find one. seems solve issue since assembly in question sitting in gac.

am going have resort referencing assembly manually in project? or there better way?

your issue running emulator inside vm.

the emulator vm , running inside vm not offficially supported. different people have had differing levels of success using different virtualization technologies may have success different one.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -