Tagged Questions
1
vote
1answer
49 views
After Finishing C# Program In Release Mode, How Do I Put App on CD to Put on Someone Elses Computer?
I just wrote a Windows Form C# program for my mom for Mother's Day. It has been build in Release mode. How do I put the program on cd so she can run it on her computer?
1
vote
0answers
18 views
How To Run Exe From SharePoint 13 [duplicate]
I Want to Execute 3rd Party Exe From SharePoint 13
I have written following function in javascript
function launchApp()
{
appPath ="C:\\Windows\\system32\\sample.exe";
WSH = new ...
0
votes
1answer
15 views
Run app built with SDK on pc without SDK
I wrote a small app built with the Microsoft Surface SDK in C# (.net 4 / 4.5), however people without the SDK seem to be unable to run the app.
I'm building it with Visual Studio 2012 and have Local ...
3
votes
2answers
77 views
How to start form2 in new process?
I have a project with two forms, and I need to start form2 in a new process, how can I do this?
I know there is
Form2 f2 = new Form2();
f2.Show();
this.Hide();
But in this case that is not good ...
0
votes
1answer
19 views
If an exe is referring to a dll then how sould the dll be added ? should it be registered or should it be added to the bin folder?
I have a .net exe which is referring to another .net assembly.My question is during deployment should we register the assembly using REGASM or should we just copy the dll into the Bin folder of the ...
0
votes
1answer
32 views
Convert EXE file into MSi with all its dependencies
I have a exe file but it has got some dependencies files with it in sperate folder, and i need to make it to MSI whihc also includes those dependencies files as well so i can run it from network to ...
2
votes
1answer
60 views
Getting icon from exe in .net compact framework
I am developing some windows forms application for Windows Embedded Compact 7 that imitates desktop shell using .net compact framework and c# Smart Device project type. I use SHGetFileInfo WinAPI ...
0
votes
2answers
124 views
access denied while renaming .exe file
We have a application developed with VB.NET and kept in windows server 2003. Users run the apllication through network. We were using this method for updating our application
Create new .exe with ...
-1
votes
1answer
66 views
EXE comperession (for the .NET app) algorithm shows strange chars with the real human name in binary code
Have opened just for fun just compiled .net application and have found in binary structure of the file the next:
I've just working with my HTTP parser tool, where I'm training with substring search ...
1
vote
1answer
665 views
Generate single exe file in Visual Studio 2012
I'm trying to develop a very simple application to launch a PDF from a CD (the app will autorun from the same CD).
I just downloaded VS2012 and so far I only manage to build and generate an installer ...
0
votes
2answers
362 views
How to run a .exe file asp.net
I need to run a .EXE from a web browser using Asp.net, whenever particular button is clicked in a web page it should open up the installation wizard, rather than downloading it
Can any one help me ...
0
votes
0answers
149 views
How can I control another application within a panel of a C# program?
I have been reading lots on how to hosting exe Applications in a WinForm project. And I have read these articles and successfully run the Windows Journal application in a panel.
How can I run another ...
1
vote
2answers
336 views
what happens when i compile source code to exe file in .net framework
what were the background process happens when i compile an .net source code to .exe file?i wish to know internal process which happens during making an exe file,i have verified several questions ...
1
vote
1answer
134 views
Find out the users accessing given exe file
Is there any way of find out the users who are currently running a given .exe file.
For example we can find the current user of the application using Environment.UserName.
Does it need any ...
0
votes
1answer
336 views
Determine if an executable is 64-bit or 32-bit in C# [duplicate]
I'm looking for a solution to determine whether a given executable is 64-bit or 32-bit.
The executable being tested may be .NET based or not.
I've seen multiple different techniques, not sure in ...
0
votes
1answer
117 views
How to generate exe's and bundle files along in c#?
Say I have a couple of files like "pic1.jpg" which needs to go to 'My Pictures,' and 'random.exe,' which needs to be placed in local app data folder and then executed with some flags.
What classes ...
-1
votes
3answers
334 views
How to generate exe from winforms application
I want to know how can I generate .exe file with my C# winforms application?
Let's say the user want to create his own app through my winforms app. He will have options to put custom title, custom ...
0
votes
0answers
70 views
what happen when I run a .Net exe? & how a new process gets created every time automatically? [closed]
what happen when I run a .Net exe? & how a new process gets created every time automatically?
actually I am looking an ans in terms of CLR - Garbage collector and memory management point of view..
...
0
votes
1answer
309 views
vb 9 .exe won't run on XP
I have compiled and .exe with Visual Studio 2008. On w7 on any other PC its works fine. But on PC with XP it gives me error I dont understand:
See the end of this message for details on invoking
...
1
vote
1answer
150 views
Call a Windows Forms .NET EXE from PHP
I've seen many posts on stackoverflow but none of them helped.
I was (am) trying to run a .NET Windows Forms application (it doesn't contain any forms/GUI/dialogs/so but because of the nature of app ...
0
votes
0answers
55 views
Web 2.0 inside exe
So basically story goes, doing a job for a client, and they would like a web-app I made be placed in a neat wrapper inside an .exe file.
Basically what i'm asking is, what's the easiest way to load ...
2
votes
0answers
84 views
Is it possible to merge WPF solution which uses native binaries libraries into one exe file?
I want to merge WPF solution into one exe file. This solution has native libraries dependencies.
I have found a couple of workarounds for WPF but they don't work for my case.
add dlls to project as ...
1
vote
3answers
157 views
Signing auto downloaded exe
I have an application that will initially be downloaded and installed by the user.
To update the application the application itself will
Check if a new version exists
If so download the new version ...
0
votes
5answers
455 views
Is Splitting WPF Application into multiple dll's is good or bad?
Previously my WPF Application size was 4096KB as a single .exe file.
Now i have splitted the application as multiple like this
JIMS.exe Main Application-->103KB
JIMSDAL.dll Data ...
1
vote
4answers
376 views
Create a .NET program that produces custom EXE's
I want to create a program that produces an executable slideshow.
So I need it to output an EXE with some required code and certain embedded resources (pictures) in it.
Does .NET provide such ...
0
votes
1answer
77 views
How does Microsoft DOS SET command translate into C#?
I am invoking an exe file (which is essentially a cgi script) with using the .net Process and ProcessInfo classes. I need to be able to set some environment variables before I call Process.Start.
If ...
5
votes
2answers
337 views
Create copy of exe with different resource at runtime
We'd like to offer our client the ability to make customised exes, based on ours, for their clients.
ie, basically the ability to make a copy of an exe with a different xml configuration file ...
0
votes
3answers
231 views
Including a .bat file or a .exe file inside the Windows application program
Im doing a project in which im including an already done program.
It has a .bat file as well as a .exe file.
Now the already done progream is in a folder 'X' where there are many files including
...
0
votes
0answers
78 views
Deploying C++ solution using VS2010
I've tried this tutorial, but couldn't make it.
http://msdn.microsoft.com/en-us/library/bb384837.aspx
After installing set up, when I tried to run the exe file, it doesn't respond and error occurs.
...
1
vote
4answers
169 views
How could we found one exe file is .Net exe or regular exe? [duplicate]
Possible Duplicate:
How do I tell if a win32 application uses the .NET runtime
I have a file name, and I check this file exist in current directory, my problem is I want to know this file( ...
0
votes
0answers
168 views
Will running exe in memory perform better than dll in .NET?
I need to dynamically load a dll/exe into memory based on database configurations. I can either
1) load the dll or
2) load an win form exe which calls the dll.
Is there a performance difference ...
-1
votes
1answer
107 views
how to obtain a list of all .NET executables on a drive [closed]
How to obtain a list of all .net executables on a local or remote drive?
Similar to a search for *.exe or *.dll, but limited to .NET executables.
1
vote
2answers
2k views
Capture return value of an .net EXE in an bat file
I am currently running an EXE application which is called from a bat file with some other exes. What iam trying to do is i want to return a value from EXE and pass it to an other EXE in bat file. I ...
0
votes
2answers
104 views
Compile a new console application from a running application
Is it possible to create an application in c# that can itself create another application from source code it creates dynamically?
for example, application 1 runs and asks you some basic questions. ...
0
votes
1answer
68 views
How do I publish a project that uses WatIn?
I have a project that makes use of WatIn. I have in the past been able to go into the Debug folder and just run the .exe to make use of the program, however trying that with this program throws errors ...
0
votes
5answers
246 views
.Net windows .exe Application gives an error after installation
I have prepared an executable file using setup factory.The installation part works perfect but when i open my exe file on desktop or in the installed directory i see an error which is this
Any help ...
0
votes
3answers
139 views
What BEST to use in .NET Form Application , DLL OR EXE?
I'm developing a .NET WINDOWS FORM Application , I need to develop a search module and this search could be used in many other applications,
i'm wondering what is best to to Develeop Search as :
...
2
votes
4answers
2k views
How to run any exe with administrator privileges?
I am using makecert to create certificate i need to do it though c# program the command doesnot execute as it requires administrator privileges.
Please suggest me how to run any exe using ...
1
vote
3answers
224 views
what is difference between project exe and project setup
I want to know that why we need to create setup of the application? I know it is very silly question but i want to know it.
Because when we create new project in the .net then the debug folder of the ...
9
votes
3answers
174 views
Is there a reason to create a .net DLL rather than EXE if file is used as a referenced assembly?
I noticed that I can add a reference not only to a DLL but also to an EXE in Visual Studio and access all classes in the EXE as it if were a DLL.
Is there any reason to create a DLL or can I just as ...
0
votes
2answers
269 views
how to produce a mix of dll and exe in one C# project in visual studio or other build tools?
how to produce a mix of dll and exe in one C# project in visual studio or other build tools ?
Is it technically possible ?
Yes I know it can done in 2 or more projects .
0
votes
3answers
298 views
How to Kill the exe in taskmanager?
I generated the C#-Win App exe using visual studio setup project.
After closing the installed app,still process is running in task manager.
I tried with Application.Exit() in Dispose() of every form.
...
0
votes
2answers
661 views
Process.start not opening pdf
I am stuck with a problem and need urgent help in it.
I have a .Net application where, in one of the functions, I need to open Adobe Reader (AcroRd32.exe). I do it using Process.Start method. It ...
0
votes
3answers
479 views
Problem with running exe file from c#
When I execute an exe file (PVFProject15.exe), it reads the data from an input file (inputFile.txt) and print the results in another file (outputFile.txt). The exe file works well when I double click ...
3
votes
3answers
990 views
How to generate an .EXE with different Name than the main Assembly?
I have a WPF application with lot of XAML code referencing the main assembly (for widgets, styles and these things).
But now I need to change the name of the .EXE, but not its source main assembly ...
0
votes
1answer
651 views
How to convert a .NET exe to windows binary which does not require .NET Framework for running?
I've an exe file which is compiled under visual studio 2010(It's source project is a Windows Form Application with C#).
I must embed this exe in a installsheild msi setup file & it may be ...
1
vote
2answers
367 views
Running a .Net application from a compressed “zip” file
I need to create a lightweight .Net application which can be distributed easily (via email attachment, for example). I can run the EXE from a ZIP, however it seems I cannot get the EXE to reference ...
0
votes
3answers
301 views
standalone exe project
i have to develop an application that offers some basic functionality as shown in figure
it has to display a table of entries that is totally static and does not involve CRUD. i first made this app ...
2
votes
2answers
734 views
VB.NET Me.Close() causing the application to throw a “has stopped working” message
I am not very experienced with VB.NET but I have to build an application using it in order to communicate with some software. Basically, I need to be able to call this exe and have it run to perform ...
0
votes
3answers
610 views
Why .NET executable files(.exe) corrupts easily? [closed]
I have faced hundreds of time my file(.NET exe) got corrupted and cannot run, and got this message every time.
The application failed to initialize properly (0xc000007b). Click on OK to terminate ...


