473,395 Members | 1,870 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Deploy query

Hello everyone
i m new to the world of visual c#... for now i have created a small application ... now i want to send it to my friends.. my query is how do i deploy it and send it to others.. its a small application and i dont want any installation wizard.. it is just like click and run application.. initially i sent a copy of .exe file which is in the BIN folder of respective project.. but it was not working on friends system.. so how do i go about this ?? how can i get this done ??
Sep 26 '08 #1
6 1139
cloud255
427 Expert 256MB
Well, if you want to do it without an installer, try to copy the entire bin folder, if the application still fails to run, yo will need to check and ensure that the machine has the correct version of the .NET framework installed.
Sep 26 '08 #2
Curtis Rutland
3,256 Expert 2GB
You shouldn't need the whole bin folder. Did you add any references?

Also, as cloud said, check the framework version on your friend's computers.
Sep 26 '08 #3
You shouldn't need the whole bin folder. Did you add any references?

Also, as cloud said, check the framework version on your friend's computers.


well even i had a same query here.. i tried sending only the .exe file in bin folder and did not work on the other system but when bin folder was copied the app was working fine.. is there any way i can make it a single deploy able app rather than copying three files???
Sep 27 '08 #4
Shashi Sadasivan
1,435 Expert 1GB
What error was it giving?
Are you using anything apart from just the .net framework ?
Sep 27 '08 #5
Curtis Rutland
3,256 Expert 2GB
See if there are any DLLs in the bin folder.

Tell us, when you were building the app, did you add any references?
Sep 27 '08 #6
Kapps
16
There are many reasons for this. For example, certain references will require the DLL and will check for the DLL in the folder of the application itself. Because you are not sending the DLL, it will fail. Perhaps you are trying to load a file/image from the folder upon startup? This will cause it to fail too, as you are only sending the .exe. Most likely, you are missing the .DLL's.
Sep 27 '08 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Oliver Hoehle | last post by:
Hello! When I try to start jboss, i get the message: .... 11:55:52,549 ERROR MBeanException: Exception in MBean operation 'checkIncompleteDeployments()' Cause: Incomplete Deployment...
2
by: mqsash | last post by:
Hi Problem : Unable to deploy an assembly in IE, as a cab file. (Works fine when deployed as a dll ) Description : I have created a assembly (.dll) in C# which I deploy in IE. The dll name is...
0
by: Markus Stehle | last post by:
Hi all! I've created an ASP.net web application that is based upon a MS SQL Server 2000 database. Now I'd like to deploy the application together with the required database. My aim is to have...
7
by: mark4asp | last post by:
How can I prevent Caching of JavaScript and CSS files ONLY when I deploy a new application? I only want to force a refresh the first time the client uses the new build. For instance, I'm told I...
6
by: AGP | last post by:
I resisted for many years but I've just written my first app in .NET2005 and am looking to deploy my app with a third-party installer. ClickOnce and the VS Installer do not meed my needs and I am...
4
by: Cirene | last post by:
What is the best way to deploy a website created with VS 2008? (Now that web deployment projects are delayed.) I want to be able to modify the web.config file on the website. Thanks!
4
by: agarwalsunitadhn | last post by:
Hello.. I had deployed my project and created a setup file. when i install this one to my system. All the pages works but when i have insert query then it shows an error. is it only a backup file...
6
by: =?Utf-8?B?QW5kcmV3X2QxMjM=?= | last post by:
Here is my problem. I have an app that has over 9 web services. For years I had not issues with clickonce but now it looks like the build is missing XmlSerializers.dll.deploy. I did have this...
0
by: stephen | last post by:
Hi, I am using Click Once Deploy to deploy an application.(this application has an .exe, .config, .xml files) and after deployment to a location, I checked for the files and all the files are...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.