Failed to generate code for the service reference 'RouteService'.in wp8 - windows-phone-8

I have developed a wp7 app,
and i have upgraded that into wp8.
when i build the app it shows the following error
1)Custom tool error: Failed to generate code for the service reference 'RouteService'. Please check other error and warning messages for details.
2)Custom tool error: Failed to generate code for the service reference 'GeoCodecService'. Please check other error and warning messages for details.
I tried, delete that service references and added that again, but no use.
how can i solve this errors.
Can anybody help me.
Thank you.

Why don't you just use the new API's for Wp8, they are very easy:
for routing: http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj244363(v=vs.105).aspx#BKMK_showroute
and check this for all other functions: http://www.developer.nokia.com/Resources/Library/Lumia/#!guide-to-the-maps.html

Related

I have a problem importing a Bit compiler. How can I resolve the following error?

I'm working with 'Bit' to create reusable React components. I have created my 'Bit' account and followed tutorials on the web to log on to Bit from the terminal and I have initialized the Bit workspace. I am encountering the following error when importing the React compiler.
$ bit import bit.envs/compilers/react --compiler
fatal: unable to connect to a remote legacy SSH server from Harmony client
Any advice would be appreciated.
the compiler flag was removed in 0.0.537
harmony became default in 0.0.438 (so legacy was last default in 0.0.437)
but ... if you try to run this on 0.0.437 now, you're likely to get an error:
server responded with: "Please update your Bit client.
For additional information: https://docs.bit.dev/docs/installation#latest-version"
the best place to get bit.dev answers is their community Slack here: https://join.slack.com/t/bit-dev-community/shared_invite/zt-o2tim18y-UzwOCFdTafmFKEqm2tXE4w.

Exception: Error with message "Class yii\codeception\TestCase not found"

So I am just getting started with Codeception (I know, I am late to the game) and Yii2. There is a error I am running into that I don't seem to get fixed.
Problem
When I run 'codecept run', I get the error 'Error with message "Class yii\codeception\TestCase not found". Which is strange to me, because when I look for TestCases, I can find multiple TestCases! F.e. in the folders "backend", "console", ..
Information
Codeception has been installed Globally
The CodeCeption version I am using is the version 4.1.12
When I run any command, the console is giving me the message, "Redirecting to Composer-installed version in vendor/codeception".
What am I doing wrong?
If you guys need any information, hit me up!
Thanks!
Why do you use yii\codeception\TestCase class in your tests?
Have you found it in old tutorial?
yii\codeception\TestCase class was provided by yiisoft/yii2-codeception package which was abandoned back in 2016.
Use Cest format as documented in https://codeception.com/docs/02-GettingStarted#Writing-a-Sample-Test

chrome extension using google.payments.inapp fails

I'm trying to enable in-app purchase inside my chrome extension. For that I've integrated with Google's buy.js lib.
Now when I attempt to purchase using this endpoint - google.payments.inapp.buy
I get the following error -
An unexpected error has occurred. Please try again later.
When I look at the console of the prompted paymet screen I see that there's a failed attempt to call a service at url -
https://224.32.32.55/29753 Failed to load resource:
net::ERR_ADDRESS_UNREACHABLE
It used to work in the past and stopped. What could be causing this?

Can't launch Enterprise build prepared with Xcode7

Application crashes with following error (code signature invalid for)
/private/var/mobile/Containers/Bundle/Application/3A363B6A-1B5E-455E-958D-AED4211572BF/MyApp.app/Frameworks/libswiftCore.dylib:
code signature invalid for
'/private/var/mobile/Containers/Bundle/Application/3A363B6A-1B5E-455E-958D-AED4211572BF/MyApp.app/Frameworks/libswiftCore.dylib'
Code signing libs and Frameworks with the help of this script helped to fix this issue.

Error building server: An error occurred while resigning test.apk

Whenever i try to run the following command:
java -jar selendroid-standalone-0.15.0-with-dependencies.jar -app test.apk
I get the following error:
io.selendroid.standalone.SelendroidLauncher launchServer
SEVERE: Error building server: An error occurred while resigning the app 'test.apk'.
Exception in thread "main" io.selendroid.server.common.exceptions.SessionNotCreatedException: An error occurred while resigning the app 'test.apk'.
The same question has been posted earlier.
Kindly respond if anyone has the solution to it.
Thanks.
System requirements on the selenroid website:
Java SDK (minimum 1.6) must be installed and JAVA_HOME configured. IMPORTANT: If JAVA_HOME is pointing to a Java runtime environment, selendroid will produce errors because tools like the jarsigner are not available!