Quote:
quote:Originally posted by golfvilla
Thank you for your reply!!! Would it be possible to open the ThePhile.sln with ASP.NET Web Matrix (www.asp.net) or Dreamweaver MX or is only possible to open in VS.NET?
|
No, .sln files are Visual Studio .NET Solution files. So, you can "open" them in something else but it's just going to be useless text about the project config. They are only for VS.NET.
Keep in mind, however, that any .NET code can be compiled perfectly fine without Visual Studio, just using the tools in the .NET Framework SDK...but you're going to have to do some manual work that the solution/project files handle for you behind the scenes in VS.NET. That's what makes VS valuable...