473,668 Members | 2,392 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Urgent!! Big Problem opening solution file in visual studio

Hi all,

We are facing this big problem.
Scenario is as follows.

We have one single solution (say EIS) under which there are 25 projects. All
the files are saved at a central location under Visual Sorce Safe on a
seprate machine. For a new person who is trying to setup this solution file
on his / her local machine follows the following step.
1. "Set working folder" for the EIS folder from VSS on to his local machine
(by defualt D:\EIS)
2. Do a "get latest version" of all the files from VSS on to his local
machine.
3. After all the files are copied on to local machine, EIS.solution file is
opened in to Visual Studio environment by double clicking it.
4. For first time it ask for the server mapping for the projects under the
solution file. On click of OK it creates virtual directory for EIS under IIS
and further directories for projects under EIS (under IIS).

Now problem is after it has added all the folders under IIS, visual studio
hangs indefinately... and we are forced to do end task of the same.

Again opeing EIS solution file, tries to create further directories under
IIS and does not refer to the already created directories.

We are not even able to locate the source the problem.

Someone kindly help on this.

Thanks & Regards
Paras Sharma
Jan 13 '06 #1
3 1971
"Paras Sharma" <pa**********@p ersistent.co.in > wrote in message
news:%2******** *******@TK2MSFT NGP12.phx.gbl.. .
We are facing this big problem.


You could try disregarding the solution file. In VS, open one of the
*project* files instead of the solution file. VS will create a new solution
for you. Then, manually add the remaining projects to the new solution
(Add/Existing Project...), and save the new solution. This has worked for
me in the past.

-- Alan
Jan 13 '06 #2
Can you try creating Virtual Directories first and then open a solution in VS.
--
Harish Shikhare

"Paras Sharma" wrote:
Hi all,

We are facing this big problem.
Scenario is as follows.

We have one single solution (say EIS) under which there are 25 projects. All
the files are saved at a central location under Visual Sorce Safe on a
seprate machine. For a new person who is trying to setup this solution file
on his / her local machine follows the following step.
1. "Set working folder" for the EIS folder from VSS on to his local machine
(by defualt D:\EIS)
2. Do a "get latest version" of all the files from VSS on to his local
machine.
3. After all the files are copied on to local machine, EIS.solution file is
opened in to Visual Studio environment by double clicking it.
4. For first time it ask for the server mapping for the projects under the
solution file. On click of OK it creates virtual directory for EIS under IIS
and further directories for projects under EIS (under IIS).

Now problem is after it has added all the folders under IIS, visual studio
hangs indefinately... and we are forced to do end task of the same.

Again opeing EIS solution file, tries to create further directories under
IIS and does not refer to the already created directories.

We are not even able to locate the source the problem.

Someone kindly help on this.

Thanks & Regards
Paras Sharma

Feb 1 '06 #3
Paras,

We had the same issue with a project that included an ASP project that
created a virtual directory. You may want to review the issue we had
and see how we resolved it:

http://forums.microsoft.com/MSDN/Sho...33905&SiteID=1

Please let me know if you need further help with this and I will try to
review it a little further. There is a link on that page for
instructions for checking out what exactly is causing the problem too.

Mark Dahl

Feb 2 '06 #4

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

Similar topics

1
7265
by: angelag | last post by:
I am currently taking a college course in Visual Basic.Net and I am a beginner. I bought Visual Studio.Net 2003 to do my homework at home. I built my first project and e-mailed it to myself at school. When I tried to open it in the lab, I got a message saying I couldn't open it because it was created with a newer version. Evidently the lab is using Visual Studio.Net 2002. My professor doesn't just want the executable file, he wants...
1
1707
by: Heros | last post by:
I had losed my serial key for .net Visual Studio Professional, DVD ROM with the trial version, 60 days, and need urgent to use it to install .net Visual Basic. Please, its urgent. Thanks.
6
1178
by: Peter O'Reilly | last post by:
I've read here and have experienced much lament about the Visual Studio Editor rearranging text when switching to and from the design and HTML view. I've stumbled upon a solution to remedy such problem which is to simply to remove the MS_POSITIONING attribute from the HTML body tag. I did such after running a page through an HTML validator (@ w3c.org) and it did not recognize such attribute. So far no negative side effects and plenty of...
3
1809
by: Mani | last post by:
Can you build a solution from the command prompt? like so "c:\ build mysolution.sln" or do you always have to manually open the solution in Visual Studio and click "build" Second Question is if you can build from the command prompt, can you write a program that builds a solution from the command prompt? Say i write a program called "SolutionBuilder", and in this program i have a button called "BuildButton" which when it is pressed...
1
2355
by: topena | last post by:
Hi, I have a solution in Visual Studio 2003 which has web services and a web project. Until yesterday, I had no problems opening the solution and all of its projects, but suddenly I started getting the error message, bellow, when opening web project. "The Web server reported the following error when attempting to create or open the Web project located at the following URL: 'http://localhost/ADMIN'. 'The connection with the server was...
0
1083
by: GroupReader | last post by:
We have a shared solution that is in VSS. The solution contains several projects in addition to the main website "project". The solution seems to work fine. All developers can open the solution by double-clicking the .sln file, then compile and run the website in IIS. QUESTION(s): One developer opens the solution and has a website called "http:// localhost/XYZ"
4
5619
by: linda.chen | last post by:
Greeting. We have a 6 year old application, which contains both managed (C#) and unmanaged code (C++). For all the new components we try to create them in C#. We build all projects (both C++ and C# code) into a solution from visual studio .net 2003. In out solution we have a project implementing a pretty complicated math algorithm. This component usally work very well. But in a couple weeks ago, a user found a case that our...
7
2465
by: =?Utf-8?B?UHJhamFrdGE=?= | last post by:
We have an application build on Microsoft Visual Studio 2002 .Net 1.0 ie on 32 bit. Can we port the same application for .NET 2.0. Does .NET 2.0 is supported on Microsoft Visual studio 2002 ie for 32 bit application as .NET 2.0 is supported on Microsoft Visual studio 2005. And if yes How .NET 1.0 is to be upgraded to 2.0 on Microsoft visual studio 2002.
2
1607
by: svenni | last post by:
I've come to the point in the creation of one of my applications where I've decided it's about time to give it a fresh version number. Then I realized that I've never been in this situation before, and thought I should ask before I move on. What's the best way to save different versions of an application in Visual Studio? Should I copy the whole solution to a new folder and name it with the new version number? Or is there any built in way to...
0
8459
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
8890
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
8791
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
8577
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
7398
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...
0
5677
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
4202
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...
0
4376
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2786
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

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.