473,804 Members | 3,745 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

run another project in same solution

Tee
Hi

Does anyone know how to run another project that inside the same solution ?

The project that going to be run is a windows application project. If I
don't want to run the EXE, do I have any way to do it by code ?
Thanks,
Tee
Nov 21 '05 #1
3 1772
Right click on it and make it the default

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing

"Tee" <th*@streamyx.c om> wrote in message
news:ud******** ******@TK2MSFTN GP10.phx.gbl...
Hi

Does anyone know how to run another project that inside the same solution ?
The project that going to be run is a windows application project. If I
don't want to run the EXE, do I have any way to do it by code ?
Thanks,
Tee

Nov 21 '05 #2
Tee
The exe must not be the startup object ...
I need to run another startup project and run it by code.
"One Handed Man ( OHM - Terry Burns )" <news.microsoft .com> wrote in message
news:uH******** ********@TK2MSF TNGP12.phx.gbl. ..
Right click on it and make it the default

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing

"Tee" <th*@streamyx.c om> wrote in message
news:ud******** ******@TK2MSFTN GP10.phx.gbl...
Hi

Does anyone know how to run another project that inside the same
solution ?

The project that going to be run is a windows application project. If I
don't want to run the EXE, do I have any way to do it by code ?
Thanks,
Tee


Nov 21 '05 #3
Your original question.
Does anyone know how to run another project that inside the same solution Add another project to the solution by right clicking on the solution name
and choose Add New Project
?

The project that going to be run is a windows application project. Yes And ?

If I don't want to run the EXE, do I have any way to do it by code ? Explain more clearly

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing

"Tee" <th*@streamyx.c om> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. .. The exe must not be the startup object ...
I need to run another startup project and run it by code.
"One Handed Man ( OHM - Terry Burns )" <news.microsoft .com> wrote in message news:uH******** ********@TK2MSF TNGP12.phx.gbl. ..
Right click on it and make it the default

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing

"Tee" <th*@streamyx.c om> wrote in message
news:ud******** ******@TK2MSFTN GP10.phx.gbl...
Hi

Does anyone know how to run another project that inside the same

solution
?

The project that going to be run is a windows application project. If

I don't want to run the EXE, do I have any way to do it by code ?
Thanks,
Tee



Nov 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1911
by: Kent P. Iler | last post by:
Hi, I've been using Visual Studio (not .Net) for many years (6+). I'm just now switching to VS.NET 2003. I am building my first project. In the past, I tend to work on my local machine (having local versions of IIS and SQL Server). Then after I'm ready to move the site to the web, I will initially create a new project in the same solution that contains the web server on the Internet. I start by doing a full copy, and then as I make...
2
435
by: RSB | last post by:
Hi Every one, I am currently using Visual Studio .Net and trying to open a project from SourceSafe and once i open the project for the first time i get the following error/warning... "The binding information for this solution could not be retrieved from its source control provider. This solution may have been placed under source control with a different provider configuration from the current one. To keep source control working for...
4
2792
by: Brad | last post by:
Error when opening a solution with a web services project in it: "Unable to open the Web project 'myproj'. The file path 'c:\code\myservice' does not correspond to the URL 'http://localhost/myservices'. The two need to map to the same server location. HTTP Error 404: Object Not Found" First, this error comes up on a system that is serving other web services just fine. Second, the main issue here is project collaboration. We use CVS for...
1
7092
by: Andy | last post by:
This is driving me to insanity!!! I do not have a lot of experience with IIS which probably is not helping but as far as I can tell I am do things as per the MSDN documentation. I have a solution in Source Safe that I want to add some web service projects to. I create a folder under my solution folder for the new web service project. I create a virtual directory using IIS and accept the default settings for security etc.
0
2084
by: SammyBar | last post by:
Hi all, My problem is basic. I'm starting to try web services with Visual Studio .NET 2002, .NET Framework 1.0. I'm testing the following configuration for my project. It's a ASP.NET Web Service project in the role of server. It's another project, a Windows Form project to act as the web services client. Both projects are joined in the same solution. I hope this will be the best arrangement to develop in parallel both the server and the...
3
1585
by: eduwushu | last post by:
Hi there. Im developing a c# app and i have a solution with some projects: the main project which generates the executable file and some other projects which some of them im compiling generate dll's which my main project needs to run. When i compile a dll project it generates the dll it implements. Then i take that dll and put it in the directoory where my main app executable is. Then i go to my main project and add a reference in it to...
9
1684
by: Stimp | last post by:
I'm trying to copy an asp.net project onto another computer in order to work on it from there as well. Whatever way I set up the directory in IIS the project cannot be run on the new computer (I posted a similar post yesterday but this one should be a bit clearer as to the steps I took..) When I copied the project directory into the wwwroot, and then went into IIS, it showed the directory in 'Default Web Site' as a 'folder'.
3
21086
by: Mark Poppers | last post by:
I found a *.sln and an *.suo file which belong to my current project because the have the same name "TestDatabase33....." as my project. What is the purpose of these files ? If I delete them accidentially: Are they re-created automatically ? Why are they currently not in the project folder (where the *.csproj file is) but in the parant folder ? Can I simply move them to the project folder ?
2
2443
by: HONOREDANCESTOR | last post by:
I would like to put a dll and a project in the same solution. So I created a project (of type exe) and then I chose 'new project' (of type class library) and picked the option 'same solution'. So it looks like I created 2 projects in the same solution, which is what I wanted to do. However, I want the exe-project to call the dll-project. The dll project has a class called "ClassSayThings", and a method called "sayHello". When I look...
0
9584
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10583
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10337
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10323
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9160
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7622
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6854
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5525
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3822
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.