Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Currently i've tried the antivirus dll from this site:
http://antivirusscanner.codeplex.com/documentation
After installing this package from nuget i ran the code to scan (and clean) a file.
I got a 'virusnotfound' answer back, but that wasn't what i expected: I had no single antivirus program installed.
Does anyone know if this package contains some function to check if an antivirus program is installed? I want to know for sure if the code works fine.
To be fair, the response it correct: it didn't find a virus. That doesn't say whether or not it had the tools to look very hard. There are only 3 responses:
VirusNotFound
VirusFound
FileNotExist
of those, it sounds like VirusNotFound is the closest.
To check, you could perhaps use EICAR.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 5 years ago.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I'm having trouble installing microsoft visual studio 2017. It loads to 100% then the setup fails. I get this error:
Package 'Microsoft.VisualStudio.MinShell.Msi,version=15.0.26711.1' failed to
install.
Can someone help me please?
Try to run installation as administrator. You need to have acces to folder C:\ProgramData\Microsoft\VisualStudio\Packages\.
Also check this article.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have xgeno.mvc.utilities dll in my project references. I want to edit one of the method of this dll.
Can I do this?
You have to use a decompiler for this which has many variants on the web (there's google) and then make the modifications on the decomplied files and then compile it again and then point that newly compiled dll to your project
You need something like .NET Reflector, but since it is not free, you will probably want to look for free alternatives. See Here some discussion wich can help in the search.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I'm trying to run my .exe file for a console app I made. When I go to /bin/debug/~~~.exe it won't run. However, it still manages to build from inside Visual Studio.
How can I get this to work?
I have experienced the same situation, my exe is just a simple Hello World console. After a lot of trials and errors, I figured out it is just my antivirus (Avast Free Antivirus) pausing it. Whitelisting my exe solves the problem. Hope it is your case too.
Its my antivirus which is blocking my application. After uninstalling everything is working properly.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I'm trying now for 5hours to get riot.dll (so that I can use it in my c# application). I have downloaded riot standalone application from http://luci.criosweb.ro/riot/download/
and RIOT as plug-in for other applications. I can't find dll. It's not in any folder after instalation. I downloaded zip file (download RIOT DLL version) http://download.criosweb.ro/download.php?sid=R-dll which contains .exe. Again after instaling that .exe I can't find .dll nowhere.
I know that it's probably some stupid solution but I just can't see it now.
I received response on official site. Riot.dll can be found here
http://luci.criosweb.ro/download/Riot_dll_noinstall.zip
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am repeating this question since i haven't found a good answer to it yet. The other threads about this topic is from 2008 and 2009. There are a few projects out there like OpenForum, NearForums and Telerik Forums. The openforum and nearforums i can't even get to run on my computer, just getting a lot of build errors. On the openforum it seems a bit dead on that end in the discussions thread. Telerik requires some components that i can't even find.
So i ask again, maybe there is some new projects in the loop, is there a forum like YAF for asp.net?
It must be MVC 2 or 3 and preferably also have some APIs like YAF so that it can easily be integrated into the webpage.
Also try our latest release
http://www.mvcforum.com
The full source/docs is on Github and you can download via nuget too
https://github.com/leen3o/mvcforum
Also, we have a support forum which is actually running the latest version of the forum.
http://support.mvcforum.com
Did you tried http://mesoboard.com/ ?
http://mvcforum.codeplex.com not quite ready for release yet, but we're getting there!