473,657 Members | 2,513 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Question about rebuilding solution

20 New Member
Ok, i'm not sure if this is the right place to ask this, and if it's not i'm sorry. I recently had to reformat my C drive, and i had to reinstall Visual Studio 2005. Before I reinstalled it, the build menu had all kinds of options like build, rebuild, clean and several more. Now all it has is build Project and Publish Project. How do I get rebuild and clean back?

Thanks.
May 23 '07 #1
9 1625
SammyB
807 Recognized Expert Contributor
Ok, i'm not sure if this is the right place to ask this, and if it's not i'm sorry. I recently had to reformat my C drive, and i had to reinstall Visual Studio 2005. Before I reinstalled it, the build menu had all kinds of options like build, rebuild, clean and several more. Now all it has is build Project and Publish Project. How do I get rebuild and clean back?

Thanks.
Sounds like you installed Visual Basic 2005 Express Edition instead of Visual Studio. What does your Help, About menu say?
May 24 '07 #2
eddyman592
20 New Member
It is the professional version, not the express. I heard somthing about opening the solution instead of the project, but i'm not sure what thats means....
May 26 '07 #3
SammyB
807 Recognized Expert Contributor
It is the professional version, not the express. I heard somthing about opening the solution instead of the project, but i'm not sure what thats means....
Solution files are *.sln: they are the ones to open.
May 26 '07 #4
eddyman592
20 New Member
Ok, I checked. .sln is the file type that i'm opening, yet i only have the two options to build or publish. Any ideas?
May 27 '07 #5
SammyB
807 Recognized Expert Contributor
Ok, I checked. .sln is the file type that i'm opening, yet i only have the two options to build or publish. Any ideas?
It will be Tuesday before I can check: only have Express here at home.
May 28 '07 #6
Killer42
8,435 Recognized Expert Expert
In the meantime Eddy, it might help to drop a question into the .Net forum.
May 28 '07 #7
SammyB
807 Recognized Expert Contributor
Ok, i'm not sure if this is the right place to ask this, and if it's not i'm sorry. I recently had to reformat my C drive, and i had to reinstall Visual Studio 2005. Before I reinstalled it, the build menu had all kinds of options like build, rebuild, clean and several more. Now all it has is build Project and Publish Project. How do I get rebuild and clean back?

Thanks.
As you said, you are missing a bunch of menu items. I did some hard digging & hopefully found the solution at http://groups.google.com/group/micro...f3a40c913cfe96

Petar Repac says to:
  1. open command prompt
  2. go to C:\Program Files\Microsoft Visual Studio 8\Common7\IDE (if you installed on some other location path will be somewhat different)
  3. run "devenv.exe /setup"
"Forces Visual Studio to merge the resource metadata that describes
menus, toolbars, and command groups from all VSPackages available."

http://msdn2.microsoft.com/en-us/library/ex6a2fad.aspx

Please let us know if this works! --Sam
May 29 '07 #8
eddyman592
20 New Member
Ok, it worked and it didn't. I did exactly what your post said and it didn't work. The things aren't up in the menu. However, after finding out about that whole command line thing, I looked into and i can now rebuild through the command prompt. It's not perfect, but i'll take it for now. Thanks for your help. Any more ideas about actually getting the things in the menu though?
May 30 '07 #9
MMcCarthy
14,534 Recognized Expert Moderator MVP
This question has also been posted in the .NET forum.

http://www.thescripts.com/forum/thread651350.html
May 30 '07 #10

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

Similar topics

6
12499
by: Arlie Rahn | last post by:
Does anyone know of a way (using win32s perhaps) to eliminate that focus rectangle over the selected option you see in a normal VB combo box?
4
3370
by: ac | last post by:
Hi, I have to customize a component (in this case Windows Media Player) so that a circular window is shown upon the player. That is, suppose you have a movie playing (in the ordinary rectangle window), I'd like to create some sort of mask which only allows to watch inside the circle (as if someone is viewing through a peephole or spyhole..) Is there any possible way to do this? This is targetted to WMP, but maybe it can be done with...
1
2504
by: drinc2much | last post by:
Let me just start out by saying that I am a Java webapp developer. I was pulled into rebuilding our intranet site. I have limited experience with what is the best method for structuring an intranet site. We have a pretty big (~1000 pages) intranet site that has completly gone to crap. The person that was in charge of the site has left the company. Now that she is gone, they have come to me to revamp the look and feel of the site. So I...
2
1190
by: kaelin358 | last post by:
I need some advice on the best way to load data to a table while maintaining an index. I have a table that is very small at the moment but will have more than 70 million rows by the end of the year. Data is added to it several times a day, parsed from a text file. I'd like to create an index on the table now, when it is small, and maintain it as the table grows. What is the fastest way to both load the data and maintain the index? ...
1
2098
by: Amos | last post by:
My Solution has three different projects: GUI, Api, Match. Project GUI includes a reference to Match.dll and Project Match includes a reference to Api.dll . Project Api doesn't include any references. Technically, GUI calls on classes/methods in Match, and Match calls on classes/methods in Api. Api doesn't include user-defined references. With Configuration Manager in "Release" (and all the projects in Release as well), when I rebuild...
0
1004
by: andrei | last post by:
Hi Group, Environment: Windows 2000 Professional, VS.NET 2003 The solution has 30 projects (one main asp.net application and the rest are dlls) We have this annoying behaviour with our ASP.NET application From time to time, when trying to build or rebuild or run the application, we experience VS crashes. VS starts by building the dependent dlls (which is perfectly OK) but when it
3
1552
by: --== Alain ==-- | last post by:
Hi, I've created a Form just for testing purposes. on this form i have a custom control that i created. Every time that i update my custom control (dll file), my test form displays the following message : "One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project,
1
6652
by: Bartholomew Simpson | last post by:
Repost ... first post never appeared .... I'm working on a larg(ish) project which consist of about 800 files spread accross 37 modules. I have done a lot of major refactoring over the last few months, and the VC (2005) intellisense is simply not keeping up - for instance, I notice that the available mehod names for each object (in the drop down window), all refere to the interface of several revisions ago - before the major...
8
1973
by: Dave | last post by:
Does anyone have any idea why my 2005 solution is choosing to rebuild, everytime i execute any project within its space? There's nothing overly strange with the project assemblies within, a few class libraries, a couple of console apps, one custom setup project and one windows installer project. i've never seen this behavior before, and i've checked all the projects' settings that i can think of.
2
3212
by: esource | last post by:
We have a db that is accessed by users on the web 24/7. Problem is when our maintenace job runs users are getting killed with this error: Database Error: SQL Error #-2147217900 Transaction manager has canceled the distributed transaction. (Source: Microsoft OLE DB Provider for ODBC Drivers) (SQL State: 37000) (NativeError: 1206) I'm assuming that one of the steps in the maintenance job causes this
0
8421
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8844
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
8621
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6177
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
5643
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
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2743
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1971
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1734
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.