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.
Related
I am kinda of a new user here and don't have enough reputation points to comment/ask on this question: IDE support for Hack Lang.
So, I am hoping that since the last entry provided by Themis Beris someone has been able to get PHPStorm working properly with Hack. I followed the 3 steps described in the post I mentioned, but still get compile-time errors on the classes I've written using Hack. <?hh is not recognized, for instance.
Any suggestions as to how to get PHPStorm playing nice with Hack?
I have no idea what Themis Beris is talking about on the linked question. (He seems to be saying something about PHPUnit, which is a completely separate issue.)
JetBrains has a feature request open for Hack support and last I heard was very actively working on it. But as of this writing (Feb 2015) it's not released yet.
I am wondering if anyone knows how to move from Flyspray to Redmine? I haven't been able to find any documentation at all so far.
A little bit of searching on Google turned up flyspray2redmine. It looks like this worked for somebody at some time, but no guarantees.
I am trying to use the Registration by Convention feature of Unity in a pretty standard MVC4 app. I'm using the following code...
unityContainer.RegisterTypes(AllClasses.FromAssembliesInBasePath(),
WithMappings.FromMatchingInterface,
WithName.Default,
WithLifetime.ContainerControlled);
Here's my problem. If a rebuild is done on the solution, the registration works perfect. If I go right back into debugging the app after I end it, not causing a build, the registration does not work. It appears to add some registrations to the container, but not all.
Has anyone ran into a similar problem or have a solution to this one? I'll provide any additional information that is needed, but I'm assuming this one will only be fixed by "I've seen this before" :)
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! :)
I would like to know if the WCF version for monotouch is stable or not. Do you have any info?
Thank in advance. Regards. L.
It's experimental, so not fully supported.
I have used it in a big application in the past though, and for the most part everything worked perfectly. You need to use the Silverlight proxy generator, but everything works ok. I found a few bugs along the way, and the MonoTouch team was just great in getting those fixed as soon as possible. This was almost a year ago, so my guess is that things are probably in a better shape now.
If you really need to so webservices (instead of simple http calls), I would suggest you give it a try, before disregarding it. You'll see that unless you need very very specific things, everything really works well.