-
David Ruhmann
batch-file exe
I’ve test.exe (console application/windows application) and test.exe.config in the same directory on my machine.When I open a DOS prompt, I’m able to run test.exe %1 %2 %3, which successfully inserts data in an MS SQL table.The test.exe.config is compiled from app.config, which contains this:<connectionStrings> <add name=”Common Instance” connectionString=”data source=eeeeee;Integrated Security=SSPI;Initial Catalog=YYYY;User ID=xxx;Password=xxxx” providerName=”System.Data.SqlClient”/>
-
SingerOfTheFall
c++ visual-studio file exe file-handling
I have tracked it down to when I am writing to a txt file. I’ve checked that it’s open and it writes a line to the file before it crashes. The VS2012 external debugger throws me this Unhandled exception at 0x77112D24 (ntdll.dll) in DTC.exe: 0xC0000005: Access violation writing location 0x10000000 and points me to this function virtual __CLR_OR_THIS_CALL ~basic_filebuf() inside of the fstream header.void main() {vector<string> fileNames;vector<time_t> fileTimes;CImg<unsigned char&g
-
Lankymart
c# dll exe class-library typeloadexception
I’ve got a really strange error occurring in my solution one of my projects which is a class library is causing a project it is referenced in to throw a TypeLoadException. I’ve looked through various answers on SO and the closest to my issue is;TypeLoadException was unhandled in C# [closed]This answer led me to question if this was my issue, doing some digging in the debug folders I found that my project that was referencing my class library is generating a DLL and EXE with the same name, could
-
Vishal Suthar
c# wcf exe run
We have a WCF service that we recently switched from self-hosting to IIS-hosted. It needs to launch an executable using Process.Start(). This works fine when it’s self-hosted, but when hosted in IIS, we get the error:TimeOutException was unhandledvoid notepad() {System.Diagnostics.Process.Start(“notepad”).waitForExit(); }Any help would be appreciated. Thanks!
-
Ryan Blevins
vb.net exe unhandled
Been trying to fix this program for 5 hours now by searching forums, very tired by now. Nothing has been helpful, and I think my patience may have ran out.Here’s an list of what i am doing.1st- I “publish” the program which compiles everything into a .exe and a resource folder 2nd- works flawlessly on my computer 3rd- copy it to my other computer(eventually renaming folders and everything to be exactly the same) 4th- open the .exe, this ridiculously unhelpful error pops up saying there was an un
-
JosephStyons
delphi libraries exe pascal
I have a windows .exe file, but the source code for it is missing. The developer was not responsible and left our company. I think it was a delphi/pascal program. The developer used many libraries but I am not sure which ones. Is there a tool that can tell me which libraries were used to make this exe?
-
replicant
c++ exe pe
http://www.security.org.sg/code/loadexe.htmlhttp://pastebin.com/QFHASx75I’ve compiled this but can’t get it to work properly, It runs fine and shows no errors in the consoleconsole output:C:\~\~\Documents\Visual Studio 2010\Projects\loadEXE\Debug>loadEXE.exe AcceleratedC++Exe_2-0.exe Original EXE loaded (PID = 4068). Original Base Addr = 110000, Size = 29000 Unmapped and Allocated Mem for New EXE at 400000 EIP = 772501C4 EAX = 12141F EBX = 7EFDE000 ECX = 0 EDX = 0 New EXE Image Size = 25000 N
-
Sohorab Hossain
c++ linker exe
Say, a library , named player, has two functions named footballer() and cricketer(), and in program we only used footballer().Will the linker link both function to exe or only the used function i.e. football()…
-
user1469139
java jar exe drjava
I have created a project in Dr. Java which after compiling can automatically be converted into a Jar file to then converted into an .exe however I keep getting this error:Illegal class literalwhen i try to test run the project any idea why this would be happening?this is the main class:import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.io.*; import java.util.*;public class CoolingTowerFrame extends JFrame { public JLabel testLabel = new JLabel(“All Temperatures in (deg
-
Charles
java jar exe
i have .java file. It runs perfectly. I convert it to .jar file. Then i try to convert it to .exe file using program named “exe4j”, and successfully converted. But, when i open this .exe file there is an error message:java.util.NoSuchElementExceptionat java.util.Scanner.throwFor(Unknown Source)at java.util.Scanner.next(Unknown Source)at penghitung.persentase(programguru.java:27)at programguru.main(programguru.java:361)at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at sun.reflect.N
-
nitendra jain
c# console-application exe
I am working on data feeding console application. It feeds the xml files (data in form of xml file) from a directory to a portfolio application. It processes files one by one in for loop depends on file count.When I run the exe of this application sometimes it suddenly stops in between because of some unknown error. Though, I have used logging mechanism and error handling. What should I do so that it should not crash (stop) in between until all the files have been processed.
-
SWDeveloper
java file application exe
Hi I want to create an exe file for my java app.I tried with some third party softwares JEXECreator, successfully created the exe file and its working fine in my system, when I tried with another machine, it’s not working. I got the following error* The error occurred while running the application. The exit code is 0x10000223.* Contact the vendor of the application for troubleshooting.java.lang.ClassNotFoundException: com.sample.SampleMainat java.net.URLClassLoader$1.run(Unknown Source)at java.s