473,385 Members | 1,325 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,385 software developers and data experts.

.sln = not a valid Visual Studio Project File

Hello!

I didnt find this error in the MS documentation, but struggling with it
since a few days. Before I lost all my hope, let me ask you for a hint on
that, so I might come out of that dilemma:

I want to open and work with a project, distributed as open source.
I downloaded the whole source (C#) and upped it to my webserver.
I want to connect via web extensions. What seems to work on all my other
projects.

Ive created a own virtual directory for it. When I try to open the .sln file
in VS i get (translated, so dont take it word by word)

" The file you have choosen ist not a valid Visual Studio project solution
file "

I also have a .csproj file, which (to my confusion) works, but of course
just does not give me the whole project, only a part of it.

I do: Open project from web -> type in my ip -> i get a list of files in
that folder -> I choose the .sln -> I get the error described as above.

Can you give me an advice? Or direct me to a page where this things are
discussed?

You would really help me with that!

Thank you,

Erich
Jul 21 '05 #1
3 2441
AFAIK the sln file is human readable. I would open it to see how it looks...

Patrice

--

"Erich" <Er***@discussions.microsoft.com> a écrit dans le message de
news:61**********************************@microsof t.com...
Hello!

I didnt find this error in the MS documentation, but struggling with it
since a few days. Before I lost all my hope, let me ask you for a hint on
that, so I might come out of that dilemma:

I want to open and work with a project, distributed as open source.
I downloaded the whole source (C#) and upped it to my webserver.
I want to connect via web extensions. What seems to work on all my other
projects.

Ive created a own virtual directory for it. When I try to open the .sln file in VS i get (translated, so dont take it word by word)

" The file you have choosen ist not a valid Visual Studio project solution
file "

I also have a .csproj file, which (to my confusion) works, but of course
just does not give me the whole project, only a part of it.

I do: Open project from web -> type in my ip -> i get a list of files in
that folder -> I choose the .sln -> I get the error described as above.

Can you give me an advice? Or direct me to a page where this things are
discussed?

You would really help me with that!

Thank you,

Erich

Jul 21 '05 #2


"Patrice" wrote:
AFAIK the sln file is human readable. I would open it to see how it looks...
Thx Partice

well, oc I did this.
I cant find anything wrong.
There is only one point that needs to be set to a path.
The other stuff looks like this example:

Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}")
....

or, on the following "global" section like this:

GlobalSection(ProjectConfiguration) = postSolution
{1F4DD1F6-7102-4E2B-BB25-846348431CE3}.Debug.ActiveCfg = Debug|.NET
....
if this is right or wrong, I really cant tell ... because I dont understand
a word.

Hasnt anybody an idea of where errors like this are USUALY located?
I just need a direction, because everything that was on my mind, I already
tried to the fullest.

thx




"Erich" <Er***@discussions.microsoft.com> a écrit dans le message de
news:61**********************************@microsof t.com...
Hello!

I didnt find this error in the MS documentation, but struggling with it
since a few days. Before I lost all my hope, let me ask you for a hint on
that, so I might come out of that dilemma:

I want to open and work with a project, distributed as open source.
I downloaded the whole source (C#) and upped it to my webserver.
I want to connect via web extensions. What seems to work on all my other
projects.

Ive created a own virtual directory for it. When I try to open the .sln

file
in VS i get (translated, so dont take it word by word)

" The file you have choosen ist not a valid Visual Studio project solution
file "

I also have a .csproj file, which (to my confusion) works, but of course
just does not give me the whole project, only a part of it.

I do: Open project from web -> type in my ip -> i get a list of files in
that folder -> I choose the .sln -> I get the error described as above.

Can you give me an advice? Or direct me to a page where this things are
discussed?

You would really help me with that!

Thank you,

Erich


Jul 21 '05 #3
"Erich" <Er***@discussions.microsoft.com> wrote in message
news:61**********************************@microsof t.com...
Hello!

I didnt find this error in the MS documentation, but struggling with it
since a few days. Before I lost all my hope, let me ask you for a hint on
that, so I might come out of that dilemma:

I want to open and work with a project, distributed as open source.
I downloaded the whole source (C#) and upped it to my webserver.
I want to connect via web extensions. What seems to work on all my other
projects.

Ive created a own virtual directory for it. When I try to open the .sln
file
in VS i get (translated, so dont take it word by word)

" The file you have choosen ist not a valid Visual Studio project solution
file "

I also have a .csproj file, which (to my confusion) works, but of course
just does not give me the whole project, only a part of it.

I do: Open project from web -> type in my ip -> i get a list of files in
that folder -> I choose the .sln -> I get the error described as above.

Can you give me an advice? Or direct me to a page where this things are
discussed?


I think your problem is that you're trying to open a project but then you
point to a solution file. I don't think you can open a solution from the
web, your solution should be local and the projects that the solution
contains are opened from the web.

You could try creating a blank solution (File->New->Blank Solution...) and
then doing File->Add Project->Existing Project From Web... to add the
projects that you want.

Jul 21 '05 #4

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

Similar topics

0
by: gerd | last post by:
Hello, I want to port an MFC Application from Visual Studio 6 MFC application to Visual C++ 2005 express edition beta. While building i get following error: ------ Build started: Project:...
0
by: gerd | last post by:
Hello, I want to port an MFC Application from Visual Studio 6 MFC application to Visual C++ 2005 express edition beta. While building i get following error: ------ Build started: Project:...
26
by: Bruno Jouhier [MVP] | last post by:
I'm currently experiencing a strange phenomenon: At my Office, Visual Studio takes a very long time to compile our solution (more than 1 minute for the first project). At home, Visual Studio...
3
by: Rob Mayo | last post by:
I am working in an environment with 4 developers. 2 groups of 2 people working on the same server on the same web project with no version control management on the web server. Programmers A & B...
5
by: Martin Eyles | last post by:
I get the following error:- c:\inetpub\wwwroot\ \analysis.aspx(1): Character is not valid. ^^^ (not a gap here, but I want to keep the folder name private) from the fist...
3
by: Erich | last post by:
Hello! I didnt find this error in the MS documentation, but struggling with it since a few days. Before I lost all my hope, let me ask you for a hint on that, so I might come out of that...
6
by: JonSteng | last post by:
..Net Visual Studio Professional 2003 Version 7.1.3088 ..Net Framework 1.1 SP1 Version 1.1.4322 IIS 5.1 Windows XP Professional SP2 Micron T3000 Laptop (1.5 GHz; 1GB RAM; 40GB HD with 17GB Free)...
1
by: Cramer | last post by:
I'm running XP Pro/SP2 + patches and updates, with Visual Studio Professional 2008 (and no prior installation of Visual Studio ever installed). When attempting to open an ASP.NET Web application...
3
by: Johnson | last post by:
I'm not sure if this is an IIS 5.1 issue or ASP.NET issue, or Visual Studio 2008 issue -- thus posting to 3 groups. Please don't be offended. The problem I'm encountering is that Visual Studio...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...

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.