VS 2010 Add A New Project To The Existing Solution?

Oct 16, 2010

is this possible? can not find how to add a new project to the existing solution. or, this feature does not exist in vb express?

View 2 Replies


ADVERTISEMENT

Adding Existing Project To Solution?

Aug 3, 2011

I have a visual basic 2010 project with a solution. When I double click the solution the project opens. I cannot see the solution file. I am trying to add an existing project to my solution but I am having trouble.How do I add an existing project to an existing solution?

In VB 2005 if I double click the solution the solution opens with the project underneath it. But in VB 2010 they have made it complicated apparently.

View 4 Replies

Adding Project To Existing Solution Causes To Crash / Multiple Errors

Mar 10, 2011

I have a project that as a standalone runs perfectly. There are a number of routines, forms etc. that I want to incorporate into another solution that I have created. Each time I try, it will load in the new project, but if I try to access anything by clicking on it, one of two things happens, either VS crashes and then restarts OR I get 100+ designer errors thrown.

View 8 Replies

VS 2010 Adding C# Project To Solution

Nov 9, 2011

I've added a C# project to my VB.NET solution and I'm trying to access all of the classes and namespaces within that C# project.However, I'm not having any luck. I've never had to do this before, so I'm a bit lost.After adding the project, I tried importing the namespace from it. When I do, I just get the green squiggly telling me that the namespace doesn't have any public members or couldn't be found.Since it does have public members, I'm assuming it's the latter issue.So is there anything I need to do in order to access besides just adding it?

View 2 Replies

VS 2010 Add Existing Form To A Project?

Nov 9, 2010

i am trying to add an existing form to my project to reuse. From solution explorer Add>>Add Existing Item i select [filename].vb. But i can only see the codes not the dialog items.

View 2 Replies

VS 2010 : VNC Viewer Implementation With Existing .NET Project?

Mar 9, 2011

I am currently developing a .NET app for the NOC here at my company and I would like to implement VNC so that we can use the app to remote control client pc's. I have never implemented VNC into app before and I am kind of at a loss of how to do it as all the examples I can find are in C++ or C#.

View 8 Replies

Add WCF Web API With ASP.NET MVC 3 To Existing Solution?

Dec 1, 2011

Im trying to implement this code: url... and want to add it to my existing VB.NET solution.But when I look at the source code I see a code behind file for global.asax (Global.asax.cs) file with a namespace defined in it?!?Now in my existing VB.NET solution I DONT have a code behind file. Here's what my global.asax looks like: [code]When I add the namespace code as in the sample code I get: 'Namespace' statements can occur only at file or namespace level.How can I implement the sample code correctly in my current solution?

View 1 Replies

Add An Existing Folder To Visual Studio 2010 Express Project?

Jan 11, 2012

I'm trying to add a folder and some files within it to a Visual Studio 2010 Express VB.NET project. I have read the answers to questions on this subject here and here. They both say "select folder, right click, and then select Add To Project". But when I right-click in this way, no "Add to Project" option appears. Does anyone know why this is so, and what I can do about it, or alternatively another way of adding a folder to a project?

View 1 Replies

IDE :: Difficulty Using Existing Projects Added To A Solution?

Mar 28, 2011

I'm not sure if this is really a VB IDE issue, or a more general VS10 issue, but I couldn't find any other relevant category to post in, so here goes!I have several VB projects which I want to use in the same solution in Visual Studio 10. I created a project (& corresponding solution) which will reference them and added the existing projects by right clicking the solution in solution explorer choosing 'Add->Existing Project'. Then I went to the containing project's Properties window and added references to the existing projects, so they could be used by the project.

[Code]...

View 3 Replies

C# - Project To Project Reference Specific Version In Same Solution

Jun 7, 2012

I'm developing application that is plugable. The plugins are loaded via Assembly.LoadFrom(). In my solution I have 4 projects. A WPF, 2 DLL and another DLL that is a plugin for the app. The plugin project references one of the other DLLs. When I build the Solution and run I was getting an error trying to use the plugin dll because it was expecting an older version of the referenced project. I had to clean and rebuild the plugin project to get it to run correctly.

[Code]...

View 1 Replies

See The My.Settings Of One Project From Within Another Project Within The Same Solution?

Sep 30, 2011

is there a way to see the My.Settings of one project from within another project within the same solution?I'm guessing the answer is no, they are scoped at the project level

View 3 Replies

Difference Between Solution And Project?

Aug 13, 2010

what is the difference between Solution and project in vb.net If I load either of this from my project folder, will effect be the same?

View 2 Replies

How To Use Object In Another Project Within One Solution

Dec 2, 2009

Currently I had two project within one solution, my question is how do I open a windowsForm located in project2 by pressing a button in a windowsForm in project1?

View 1 Replies

VS 2008 How To Add A Project To Solution

Aug 15, 2010

Actually, I've been able to add the project, but I don't know how to execute the load command (Form1_Load) from the original solution to the added project. Additionally, there is a .DLL file that is needed to run the new project

View 1 Replies

9 Projects In One Solution And Can Only Publish One Project

Jan 24, 2012

I am coming to the end of coding this system in Visual Studios 2008 which I took over from a guy who has worked on it for a year.He is not here anymore.He made 9 projects and put them into one solution(screen shot below).I have only published a .NET website for VB and have never published something like this.P3Data is the only one that the publishing tab comes up with. All the other projects the publishing tab does not come up. Why is P3Data bold? How can I publish the whole solution 'P3Data' as one whole entity?

View 5 Replies

Access To Code Without Project Solution?

Jun 6, 2011

Can I get access to the code of an application without having the Project Solution file? We had someone leave the company and we need to get to the code that they created. What we have are the following files:[code]....

I only know how to access code by clicking on the project solution file for an application but I'm not sure if there is another way to do it.

View 3 Replies

Asp.net - .net Connecting To Dataset In A Different Project In The Same Solution?

Mar 27, 2012

I'm trying to connect to a dataset in a different project but in the same Solution and i'm getting the following error how I set the Datalayer project to 'public'?

View 1 Replies

Can Rename An Entire Project / Solution

May 12, 2009

I would like to know if there is any way that I can rename an entire project / solution.I created a project called say WindowsApp1, and then realized that I do not want that name, I'd like to rename it to something else.So I'd like to rename all references to WindowsApp1 throughout the project to another name.

View 9 Replies

Converting .exe To VS Solution File / Project

Aug 24, 2011

I've recently had an issue at work where I have lost my solution files to my projects, but I still have the executables that have been produced by the projects / solution (yes, my fault for not making better backups). Is there any software out there or any way of decompiling the executable back into a solution / project file??? IF yes, fantastic! If not, it just means I can cross it off as an option!

View 3 Replies

How To Bundle More Than One Project As A Single Solution

May 14, 2010

I have two separate projects and I need to bundle them together as a single solution, how do I? I am using VB2008 in VS2008.

View 4 Replies

Referring To A 2nd Imported Project, Within The Same Solution?

Jan 23, 2011

I Imported 2 programs that I made into one solution. I made a "BIG" main menu (new windows form), put two buttons. I code one button to open up the first project (that works fine). I code the other button to open the project I imported, however it says that the name is not declared. Am I doing something wrong?

here is my code for the "BIG" main menu:

[Code]...

now only the "Original name of first project" appears to be not declared, if I delete "Original name of first project", then "the project I imported"is not declared and so forth. Note: These are not the exact names I called my forms. I'm just trying to explain it clearer.

View 2 Replies

Running A Project Without Opening Solution

Jun 9, 2011

I have an application that I wrote in visual basic 2010 express.I want it to be able to run simply when a click on a shorcut.I have tried 'publishing' it to create a shortcut but this only opens a bunch of files, but no executable files.How can I create an executable file???

View 2 Replies

Solution Or Project Line Count

Apr 20, 2009

there used to be a plugin that would tally up the total line of code for a project... does that tool exist still, or is there a comparable tool in vb2005

View 3 Replies

Sql - Reference A Solution Item In VB Project?

May 17, 2012

I'm trying to do something quite simple. I've added an item to the 'Solution Items' folder of my Visual Studio VB .net project. The item is called 'ValidationQuery.sql' and I need to reference it in my code. However, I can't seem to figure out how to actually reference it.

View 1 Replies

VS 2008 Get Settings Value From Another Project In One Solution?

Apr 19, 2012

i have one project that manage my database connection (DBServer) and one project as the main system (MainSystem).In DBServer I store all my connection data that i already managed to my.settings (ServerName, DatabaseName, connectionString, etc).

View 2 Replies

Add An Existing Form Of Old Project To A New Project?

May 20, 2010

How to add an existing form of old project to a new project? Which extension type files to be added to work that existing form correctly?

I actually need frmContacts.vb (because a lot of textboxes and other controls are there) which I have added. Since it doesn't show any existing controls on form, I added other following files as well.

1) frmContacts.vb
2) frmContacts.Designer.vb
3) frmContacts.Designer.vb

View 1 Replies

Create A New Project From An Existing Project?

Nov 8, 2011

I have one successful VB program in VS Studio 2010 Express Now, I want to add features to it but keep the original as is. Is there a way to save the current project with a different name without loosing the path, resources used and code? I did try to copy the project directory to a different directory named "TMP" but it does not work.

how to create a new project from an existing project?

View 2 Replies

How To Add An Existing Form Of Old Project To A New Project

Jun 22, 2010

How to add an existing form of old project to a new project? Which extension type files to be added to work that existing form correctly?

I actually need frmContacts.vb(because a lot of textboxes and other controls are there) which I have added now to my New Project. Since it doesn't show any existing controls on form, I added other following files as well. Though there is no use.

1) frmContacts.vb
2) frmContacts.Designer.vb
3) frmContacts.Designer.vb

View 2 Replies

Open Another Project From Within An Existing Project?

Jul 25, 2011

If there already is a thread for this, then appologies.I have a VB project which displays a message to the User and has a button they can click on to continiue.What i would like is for when the user clicks this continue button another VB app opens up All straight forward so far.The problem is that in the second app id like to open, i have a few different tab pages and id like to be able to open the second app on a specific tab page (Which is not the default when the app opens). Is this possible?

View 3 Replies

Forms :: Correctly Call From A Different Project In The Same Solution?

Aug 18, 2010

I can have all the projects existing in the same solution, and it builds fine. I can have a reference added to the project that I want to show a form from and still builds fine, every time I do something like this: Dim form_to_show as new Project2.Form1 form_to_show.show() It appears to corrupt the RESX file and stops compiling...it's really getting anoying..

View 7 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved