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.

Accessing the Location property of the "edge_nativeclr" assembly raises an mscorlib exception "Illegal characters in path"

See original GitHub issue

When accessing the Location property of the “edge_nativeclr” assembly an mscorlib exception “Illegal characters in path” is raised.

Can be easy reproduced by creating a manual triggered Azure Function like this:

var list = AppDomain.CurrentDomain.GetAssemblies() .Where(a => a.FullName.StartsWith("edge_nativeclr")) .Select(a => a.Location).ToList();

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
fabiocavcommented, Jul 13, 2016

@CodeFromGround closing this as there will be no action at this point, but please let me know if you feel we need to reevaluate.

0reactions
SebastianAchatzcommented, Jul 14, 2016

Fabio I would like to thank you for helping me with my issue. I truly understand that this is not a problem that resides in this repo, it’s further more a general problem. I will try to test a solution working with a separate AppDomain and check whether this is working for us or not. Beside that I would be happy if there is an option in the future to decide which assemblies are pre-loaded in the default app domain of an C# Azure Function. 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Visual Studio build error "Illegal characters in path"
After hours of troubleshooting I tried to debug visual studio with another instance and get to the internals of the exception.
Read more >
[Bug]: Illegal characters in path. #8762 - dotnet/msbuild
Issue Description. When I run MsBuild standalone from Visual studio, I get the following error: MSBUILD : error : This is an unhandled...
Read more >
Illegal characters in path. - Microsoft Q&A
I am trying to create a new project through following procedure but visual studio is throwing exception.
Read more >
Assignment 2 Performer system exception illegal ...
When there isn't a report to download, I am getting a log message that there are illegal characters in path (see screen shot...
Read more >
Illegal Characters in Path
Hello Nicholas,. This behavior can happen if the Location column for the document in the workspace file table contains an illegal character. Can ......
Read more >

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