Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
AnswerRe: Video Merging with Xabe.FFmpeg. How to track the progress? Pin
OriginalGriff8-Mar-24 20:40
mveOriginalGriff8-Mar-24 20:40 
AnswerRe: Video Merging with Xabe.FFmpeg. How to track the progress? Pin
Andre Oosthuizen9-Mar-24 0:27
mveAndre Oosthuizen9-Mar-24 0:27 
QuestionVideo Merging using Splicer Lib Pin
Kasun Lee5-Mar-24 17:36
Kasun Lee5-Mar-24 17:36 
AnswerRe: Video Merging using Splicer Lib Pin
Dave Kreskowiak5-Mar-24 18:41
mveDave Kreskowiak5-Mar-24 18:41 
AnswerRe: Video Merging using Splicer Lib Pin
OriginalGriff5-Mar-24 20:49
mveOriginalGriff5-Mar-24 20:49 
GeneralRe: Video Merging using Splicer Lib Pin
Kasun Lee6-Mar-24 3:36
Kasun Lee6-Mar-24 3:36 
GeneralRe: Video Merging using Splicer Lib Pin
OriginalGriff6-Mar-24 4:37
mveOriginalGriff6-Mar-24 4:37 
QuestionConnecting To SharePoint Very Slow Pin
Kevin Marois2-Mar-24 8:10
professionalKevin Marois2-Mar-24 8:10 
I have this block of code
try
{
    _clientContext = new ClientContext(baseUrl);
    _clientContext.Credentials = new SharePointOnlineCredentials(userName, Password.GetSecureString(password));
    _clientContext.Load(_clientContext.Web, w => w.ServerRelativeUrl);
    _clientContext.ExecuteQuery();
}
catch (Exception e)
{
    throw;
}
The code stops for about 20-25 seconds on the ExecuteQuery line. If I paste the URL into a browser it loads quicly, so I know that's not the problem. No error is thrown. It's just really slow.

All subsequent calls to the server after that are ok. It's on this first calls that is really slow.

Can anyone shed some light on this? I'm not really sure how to debug this.
In theory, theory and practice are the same. But in practice, they never are.”
If it's not broken, fix it until it is.
Everything makes sense in someone's mind.


modified 2-Mar-24 19:34pm.

AnswerRe: Connecting To SharePoint Very Slow Pin
Pete O'Hanlon3-Mar-24 20:20
mvePete O'Hanlon3-Mar-24 20:20 
QuestionCrystal Reports is generating very poor HTML output Pin
PhilMcGahan28-Feb-24 9:49
PhilMcGahan28-Feb-24 9:49 
AnswerRe: Crystal Reports is generating very poor HTML output Pin
jschell28-Feb-24 12:30
jschell28-Feb-24 12:30 
GeneralRe: Crystal Reports is generating very poor HTML output Pin
PhilMcGahan29-Feb-24 2:32
PhilMcGahan29-Feb-24 2:32 
GeneralRe: Crystal Reports is generating very poor HTML output Pin
jschell29-Feb-24 12:21
jschell29-Feb-24 12:21 
AnswerRe: Crystal Reports is generating very poor HTML output Pin
PhilMcGahan1-Mar-24 2:24
PhilMcGahan1-Mar-24 2:24 
GeneralRe: Crystal Reports is generating very poor HTML output Pin
Richard Andrew x641-Mar-24 5:36
professionalRichard Andrew x641-Mar-24 5:36 
RantRe: Crystal Reports is generating very poor HTML output Pin
Richard Deeming3-Mar-24 21:48
mveRichard Deeming3-Mar-24 21:48 
QuestionSave an SSRS Report in html format. Pin
PhilMcGahan28-Feb-24 9:18
PhilMcGahan28-Feb-24 9:18 
AnswerRe: Save an SSRS Report in html format. Pin
jschell28-Feb-24 12:37
jschell28-Feb-24 12:37 
GeneralRe: Save an SSRS Report in html format. Pin
PhilMcGahan29-Feb-24 2:44
PhilMcGahan29-Feb-24 2:44 
AnswerRe: Save an SSRS Report in html format. Pin
Richard Deeming28-Feb-24 21:12
mveRichard Deeming28-Feb-24 21:12 
GeneralRe: Save an SSRS Report in html format. Pin
PhilMcGahan29-Feb-24 2:44
PhilMcGahan29-Feb-24 2:44 
QuestionSecurity Considerations of Markdown in an Blazor WASM Pin
HobbyProggy26-Feb-24 19:41
professionalHobbyProggy26-Feb-24 19:41 
QuestionToggle HDR mode in C#? Pin
MrCrane19-Feb-24 11:53
MrCrane19-Feb-24 11:53 
AnswerRe: Toggle HDR mode in C#? Pin
OriginalGriff19-Feb-24 20:12
mveOriginalGriff19-Feb-24 20:12 
GeneralRe: Toggle HDR mode in C#? Pin
MrCrane22-Feb-24 7:35
MrCrane22-Feb-24 7:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.