Balasubramani M
Balasubramani M

Reputation: 8328

Error when set project in release mode - Windows Phone 8.1

Am porting my Windows Phone 8 app to Windows Phone 8.1 and everything is working fine in debug mode. But when I set in release mode and while building the application, I get the error,

How to overcome this? I couldn't launch the app certification kit when in debug mode.

Upvotes: 0

Views: 182

Answers (1)

Balasubramani M
Balasubramani M

Reputation: 8328

Got solution for my own question and here is my answer.

First I re-installed the WP toolkit from nuget using the command

Install-Package WPtoolkit

So that I can able to solve FlickGestureEventArgs. And similarly I thought this will be solution to my another problem ShakeGestureEventArgs. Started searching for the new ShakeGesture.dll and find that in below link.

ShakeGesture.dll

Now my problem is solved. If you are facing the same issues, just re install the packages which shows error and you can able to solve it.

Upvotes: 0

Related Questions