No Captcha in DNN Enquiry Form - module

So I've tried a few times, and a few different versions; but I cannot get the captcha to show up in any browser for the life of me on the Enquiry Module. It's a broken image.
Anyone else running into this issue? This looks to be a very basic module, and I see it being used everywhere online. I don't think I'm messing up, but please correct me if I'm wrong.
I can't get the form to process without the captcha requirement, and this is really putting me behind on moving forward. I would appreciate any tips or advice you may have to offer.

I just upgraded to DNN v5.6.2, uninstalled the Enquiry, reinstalled it, and now everything works well. Awesomeness! :)

Related

Is there a better option for including images in my program than "resources" or am I just doing something wrong?

So I'm a bit of a self-taught programmer. I learned VB6 in college and used it sporadically for several years. A few years ago I got back into it and switched over to vb.net. I'm currently using Visual Studio Community 2019. I've been learning as I go and have been getting by pretty well. Lately, though, I'm having an issue that I can't seem to figure out. Here's the problem:
I have a program I'm writing that is fairly graphic heavy. It's a game so there are a lot of image assets that I've added to the resources (1752 items currently and most are images). Everything has been fine, but lately I'm having a lot of issues adding additional images. I'll get compile failures that won't tell me what the errors are. I'll get "Out Of Memory" exceptions that say certain images can't be initiated. I've had to revert to backups several times because I just couldn't undo whatever had gone wrong even if I removed the images I added.
I still have several new images I want to add as part of an update. I've tried simply dragging and dropping the images to add them and I've tried adding them through the "add resource" button but the results are the same. I've tried adding the images in smaller batches but I still run into issues. I tried adding different images to see if the ones I was using were somehow the problem but that didn't help either.
This is one of those things that I accept I may just not know best practices on. Is there a better way to add images to my program other than putting them into the resources? Is there something I can do with my resources to prevent these issues? Any advice would be really appreciated!
Thanks.
I switched to Visual Studio 2022 and that helped with the issue to some degree. One big change was that the compile failures without any reported errors went away. That was a huge help because it pointed me in the direction of the underlying problem.
I was able to track down a couple of the 1500 new images that were causing the issue. I'm still not positive what was wrong with them (they appeared to be no different than any of the others) but I rerendered them and now everything is great! Thanks to everyone for the advice!

I can't find proper "old" "ex4 to mq4 decompiler"?

I know that there were ex4 to mq4 decompilers for old version of MT4, but can't find anything which works properly. In fact, all of them which are on the internet are viruses or malware.
I could find some codes for it in github.
https://github.com/FX31337/ex4_to_mq4_cli/
But this is wrapper, not decompiler, so needs ex4_to_mq4.exe itself for working.
My purpose is to recover my code from ex4 which was made in 2015 and lost by accident.
Please help if you have it or some experiences.
Thank you in advance.

My Ftp Custom Provider is not invoked

I've gone through all steps in tutorial on IIS Website, how create my own custom Ftp Logging/Authentication Provider. Unfortunately, it doesn't work still. What can I do?
I've been struggling with this problem for past few days. And I finally got it.
Sometimes it doesn't work at all. Sometimes, it works for a while and suddenly, after few changes in code [or somewhere else] it stops and you can't find out what happened [that was in my case].
To solve my problem [and, I believe, many others] helps me this article:
http://blogs.msdn.com/b/robert_mcmurray/archive/2012/08/28/troubleshooting-custom-ftp-providers-with-etw.aspx
It's pretty hard to google, but value of tool from article is enormous.
I hope you can find and solve your problem with it, too.

Exceptions using htmlagilitypack

i am working with html-agility-pack in vb.net and facing a problem. my project was working fine 2 days ago, but now it is generating some kind of exceptions . i am wondering that what is happening . can anyone please help. screen shots are attached thanks
i resolved the problem. thanks everyone for valueable commenting. the proble was due to proxy settings in my default browser. code is totally right.

Extension Error for Trizetto Facets extension

Hi folks,
I don't know if anyone here can help, but we are at wits' end. We use the Facets product from Trizetto, and I inherited an extension that works fine in production. All I changed was one URL in one method and its overload, and now none of us can run it in either Windows 7 or XP SP3. Debugging it or running the installed extension gives the error shown. The extensions guide (like much of what Trizetto has put out) is pretty useless, and they have no support links or knowledge base online. Has anyone encountered this sort of thing, and can you lead me to any possible solutions?
Trizetto is fairly straight forward for extensions. In this case your custom code is returning an error when Facets attempts to invoke it. Can you run your code outside of Facets and see what happens? A test rig helps here.