Forum Discussion
embedded upload fail--cannot find or open PDB file
- 10 years ago
The issue turned out to be the timeout settings in the ProvisionSample project. A buddy found the issue and changed the 90second timeout to 60 minutes. Worked great. This is surely a common problem.
It is within the "CreateClient" function within Program.cs within ProvisionSample. The line we changed is now:
client.HttpClient.Timeout = new TimeSpan(0, 60, 0);
A link that will work for 7 days from my dropbox is here. This Program.cs file goes in ProvisionSample and replaces the existing.
More importantly, I am going to put a comment at the github source and perhaps it will be modified by the author or maintainers.
Tom
Good morning jocaplan-MSFT : I gave things a try again this am. Not that it matters, I used a cabled internet connection. I also fiddled with the app to make it slightly smaller after my Friday/Saturday reworking to bring it below the 250MB max.. Still not having success.
Same error: 'ProvisionSample.vshost.exe' (CLR v4.0.30319: ProvisionSample.vshost.exe): Loaded 'C:\Users\trday\Desktop\power-bi-embedded-integrate-report-into-web-app-master\ProvisionSample\bin\Debug\Microsoft.Rest.ClientRuntime.dll'. Cannot find or open the PDB file.
The file is 243MB. Is there some way to get some support on this? Here's the full diagnostic file from the embed app.
Here's the debug file in a shared .txt file on dropbox.
If this isn't something you can help with directly, any chance you could let me know who might be able to provide support?
Thanks,
Tom
The issue turned out to be the timeout settings in the ProvisionSample project. A buddy found the issue and changed the 90second timeout to 60 minutes. Worked great. This is surely a common problem.
It is within the "CreateClient" function within Program.cs within ProvisionSample. The line we changed is now:
client.HttpClient.Timeout = new TimeSpan(0, 60, 0);
A link that will work for 7 days from my dropbox is here. This Program.cs file goes in ProvisionSample and replaces the existing.
More importantly, I am going to put a comment at the github source and perhaps it will be modified by the author or maintainers.
Tom