question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

.NET 3.5 Version 8.9.15 requires external PhoneNumberMetaData.xml

See original GitHub issue

Hi,

I just updated an old project to a newer version 8.9.15 from 7.5.1.

Currently the PhoneNumberUtil.GetInstance() fails with error Could not find file 'C:\...\bin\Debug\PhoneNumbers.PhoneNumberMetaData.xml'.

So it’s now mandatory to place the PhoneNumberMetaData.xml in the output folder?

I though that metadata was embedded in the dll.

Maybe example should be updated if xml is not embedded any more?

Thanks!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:16 (16 by maintainers)

github_iconTop GitHub Comments

1reaction
athoikcommented, Oct 16, 2018

Hi @neuroid,

Yes, your approach seems right, the XmlTextReader supports stream input.

Let’s see if we finally made it!

1reaction
twccleggcommented, Oct 11, 2018

Metadata is embedded for other versions. .NET 3.5 support was briefly removed to support netstandard. I will take a look.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found