Re: Error LNK1104 when debugging Programming Software Development by toneewa I've seen this happen from Windows Defender nuking Visual Studio's compile process. Make sure the PC is set to Developer Mode. Whitelist the directories involved in Windows Defender. This could happen after a Windows Update. Check the "defender" log and see if there is any file(s) to restore. Restarting the PC will resolve any hung… Error when sign in with Google Community Center Meta DaniWeb by John_165 Get error when sign in with Google ![Screenshot_2025-05-14_005909.png](https://static.daniweb.com/attachments/4/6b4328258653e90c1306dd4197d61570.png) Error LNK1104 when debugging Programming Software Development by Mr.M Hi DW, I'm getting this error when I try to debug, it says it can't open `"c:\users\myusername\Documents\Visual Studio 2010\Projects\myprojectname\debug\myprojectname.exe"` How can I solve this? Why am I getting a 401 Unauthorized error when calling the Management API? Programming Web Development by Marcus_8 Hi everyone, I'm getting a 401 Unauthorized error when trying to call the Management API from my web … Re: Why am I getting a 401 Unauthorized error when calling the Management API? Programming Web Development by Dani Oh, it looks as if you're referring to auth0, as I see you've also posted [over there](https://community.auth0.com/t/why-am-i-getting-a-401-unauthorized-error-when-calling-the-management-api/185378). It says you've attached a diagram of the request flow but I'm not seeing it. Re: Why am I getting a 401 Unauthorized error when calling the Management API? Programming Web Development by Dani … to get the backlink.) However, you're saying the 401 error is from using the Auth0 API. Can you post your… Re: Error when sign in with Google Community Center Meta DaniWeb by Dani Thanks for the heads up! I’m able to reproduce it and I’ll look into it shortly. I’m currently still in bed. Re: Error when sign in with Google Community Center Meta DaniWeb by Dani It should be fixed now. Unfortunately it's been broken for quite awhile and I didn't realize it. It broke on the 5th of the month when I went through all the code and mass-added a wrapper that ran some sanitization stuff. So sorry about that! Either way, it's fixed now. Re: Error when sign in with Google Community Center Meta DaniWeb by Dani A little more information: I had a variable called `$uri` that I assumed was a URI, and so decided to be smart and add a sanitization wrapper around it to ensure it was a valid URI. It turned out that the variable was *not* meant to store a fully-formed URI but actually only part of one, and therefore always failed the check. Re: Error LNK1104 when debugging Programming Software Development by rproffitt Given only this I won't be able to do more than comment how I use the Visual Studio system to debug my app. 1. I open the project. 2. I set the build to "Debug". 3. I set breakpoints on lines of code I suspect to be problematic. 4. I run the app while in Visual Studio. That's usually enough to track down what I did wrong. Re: Error LNK1104 when debugging Programming Software Development by Dani When you browse the file system, does that file exist and is it accessible by the logged-in user? (Sorry, no VS experience.) Re: Error LNK1104 when debugging Programming Software Development by Mr.M @rproffitt I tried that with no luck Re: Error LNK1104 when debugging Programming Software Development by rproffitt Since the file is not generated, try a full compile. Be sure you change to Debug for this build. You usually can't debug what you didn't compile. Example: There were compile or build errors which stopped the creation of the .exe file. But no mention of compile errors so I wouldn't write about that here. Re: Error LNK1104 when debugging Programming Software Development by rproffitt Here's a page about how to create and view your VS log files to point you to where or why the compile failed. https://learn.microsoft.com/en-us/visualstudio/ide/how-to-view-save-and-configure-build-log-files?view=vs-2022 Re: Why am I getting a 401 Unauthorized error when calling the Management API? Programming Web Development by Dani What management API? Re: Why am I getting a 401 Unauthorized error when calling the Management API? Programming Web Development by Marcus_8 Yes, I did, but due to some Auth0 guideline, I can't share the link there. Re: Why am I getting a 401 Unauthorized error when calling the Management API? Programming Web Development by Dani > I feel like the solution might be in that blog It's not. The blog article whose link was snipped has nothing to do with API authorization errors. Re: Wifi Connectivity Issue Hardware and Software Networking by gowtham_6 Hey! Just try giving your router and PC a quick restart, update your WiFi driver, turn off that power-saving thing on the WiFi adapter, forget the network and join back in, then run the troubleshooter. If it’s still acting up, just drop the error and your device info here! Re: Lots of new members but no one posts Community Center Meta DaniWeb by Dani … block known crawlers such as Googlebot with an HTTP 403 error, just in case any decide to go rogue and sneak… Re: My php is showing wrong results of time difference Programming Web Development by Mr.M I'm getting an error saying the `date_create` class can not be found Re: Attn Publishers: Do you block AI bots? Digital Media by Dani … you the option of blocking them with an HTTP 403 error if they are misbehaving and not respecting your robots.txt… Re: How to connect to the Pinterest API using PHP? Programming Web Development by geekinformatic Hey! If you're using the CakePHP framework, you can connect to the Pinterest API with cURL and OAuth integration. Just follow Pinterest’s API docs for endpoints and token handling. Re: Wifi Connectivity Issue Hardware and Software Networking by borjadegreat The wifi connectivety issue can be due to no signeal problem. Take a look and check that why signals are comming slow. When you solve the signel issue, the wifi connectivity automatically become good Re: Wifi Connectivity Issue Hardware and Software Networking by borjadegreat the issue may be due to no signel Solve the no signal issue and this isue will be solved automatically. 500 Internal Server Error: Need to Hire Developers in USA Programming by YashSmith My web app throws a 500 Internal Server Error despite the server running fine. No clear logs indicate the … async issue? res.send(data); }); Could it be an async error or a missing middleware? Looking to hire developers in the… Custom font on Cloudflare error page Programming Web Development by Dani As you may know, yuo can customize the error pages in Cloudflare, such as for a WAF block, etc. …For some reason, since the switchover to the new error pages dashboard, the custom font I always use isn't… Re: Custom font on Cloudflare error page Programming Web Development by JackRyan248 > As you may know, yuo can customize the error pages in Cloudflare, such as for a WAF block, etc. &…; > For some reason, since the switchover to the new error pages dashboard, the custom font I always use isn't… Re: Custom font on Cloudflare error page Programming Web Development by wwwalker I would check out assets you add to custom error page. See https://developers.cloudflare.com/rules/custom-errors/ Re: Custom font on Cloudflare error page Programming Web Development by Dani Hello Dwight, I had already checked out that link, but from what I can gather, Cloudflare does not consider individual resources (such as fonts, images, etc.) as "assets". My understanding is than an asset is the entire HTML file used to generate the page, complete with inline, base64 encoded resources. Re: Custom font on Cloudflare error page Programming Web Development by Dani Yes, it is. Cache settings are irrelevant? I was really just wondering if anyone else has experienced this issue, and what they did to fix it?