2005 RC1 Released
-
At least thats what this guy says http://blogs.msdn.com/ericmai/archive/2005/09/12/464068.aspx[^] I don't see it on MSDN yet though but I'll be checking every minute or so :laugh:
It's up there. ETA: Which version of SQL Server 2005 goes along with the RC? The June CTP? Jon Sagara As you may presently yourself be fully made aware of, my grammar sucks. Sagara.org | Blog | My Articles J.O.N.S.A.G.A.R.A.: Journeying Operational Neohuman Skilled in Assassination, Galactic Analysis and Rational Astrophysics
-
It's up there. ETA: Which version of SQL Server 2005 goes along with the RC? The June CTP? Jon Sagara As you may presently yourself be fully made aware of, my grammar sucks. Sagara.org | Blog | My Articles J.O.N.S.A.G.A.R.A.: Journeying Operational Neohuman Skilled in Assassination, Galactic Analysis and Rational Astrophysics
Jon Sagara wrote: ETA: Has anyone ever successfully read a DVD ISO using the Microsoft Virtual CD-ROM control panel? Yes, that was how I installed my VS.NET 2005 Beta 2, before I received the package through the mail. Best regards, Paul. Jesus Christ is LOVE! Please tell somebody.
-
Jon Sagara wrote: ETA: Has anyone ever successfully read a DVD ISO using the Microsoft Virtual CD-ROM control panel? Yes, that was how I installed my VS.NET 2005 Beta 2, before I received the package through the mail. Best regards, Paul. Jesus Christ is LOVE! Please tell somebody.
Excellent! Jon Sagara As you may presently yourself be fully made aware of, my grammar sucks. Sagara.org | Blog | My Articles J.O.N.S.A.G.A.R.A.: Journeying Operational Neohuman Skilled in Assassination, Galactic Analysis and Rational Astrophysics
-
It's up there. ETA: Which version of SQL Server 2005 goes along with the RC? The June CTP? Jon Sagara As you may presently yourself be fully made aware of, my grammar sucks. Sagara.org | Blog | My Articles J.O.N.S.A.G.A.R.A.: Journeying Operational Neohuman Skilled in Assassination, Galactic Analysis and Rational Astrophysics
I just checked and don't see it. Did they take it down?
-
I just checked and don't see it. Did they take it down?
Nope, I still see it. It's under Developer Tools -> Visual Studio 2005 -> Visual Studio 2005 - Release Candidate -> Visual Studio 2005 Team Suite - Release Candidate (English) Weird. :confused: Jon Sagara As you may presently yourself be fully made aware of, my grammar sucks. Sagara.org | Blog | My Articles J.O.N.S.A.G.A.R.A.: Journeying Operational Neohuman Skilled in Assassination, Galactic Analysis and Rational Astrophysics
-
It's up there. ETA: Which version of SQL Server 2005 goes along with the RC? The June CTP? Jon Sagara As you may presently yourself be fully made aware of, my grammar sucks. Sagara.org | Blog | My Articles J.O.N.S.A.G.A.R.A.: Journeying Operational Neohuman Skilled in Assassination, Galactic Analysis and Rational Astrophysics
Jon Sagara wrote: ETA: Has anyone ever successfully read a DVD ISO using the Microsoft Virtual CD-ROM control panel? Save the trouble, use Daemon Tools[^]. It easily mounts any image file.
Found on Bash.org [erno] hm. I've lost a machine.. literally _lost_. it responds to ping, it works completely, I just can't figure out where in my apartment it is.
-
Nope, I still see it. It's under Developer Tools -> Visual Studio 2005 -> Visual Studio 2005 - Release Candidate -> Visual Studio 2005 Team Suite - Release Candidate (English) Weird. :confused: Jon Sagara As you may presently yourself be fully made aware of, my grammar sucks. Sagara.org | Blog | My Articles J.O.N.S.A.G.A.R.A.: Journeying Operational Neohuman Skilled in Assassination, Galactic Analysis and Rational Astrophysics
Very curious :confused::confused: Still doesn't show up for me :mad:
-
Very curious :confused::confused: Still doesn't show up for me :mad:
-
Very curious :confused::confused: Still doesn't show up for me :mad:
OK, now it's up:confused:
-
Jon Sagara wrote: ETA: Has anyone ever successfully read a DVD ISO using the Microsoft Virtual CD-ROM control panel? Save the trouble, use Daemon Tools[^]. It easily mounts any image file.
Found on Bash.org [erno] hm. I've lost a machine.. literally _lost_. it responds to ping, it works completely, I just can't figure out where in my apartment it is.
Way cool. Thanks. Jon Sagara As you may presently yourself be fully made aware of, my grammar sucks. Sagara.org | Blog | My Articles J.O.N.S.A.G.A.R.A.: Journeying Operational Neohuman Skilled in Assassination, Galactic Analysis and Rational Astrophysics
-
At least thats what this guy says http://blogs.msdn.com/ericmai/archive/2005/09/12/464068.aspx[^] I don't see it on MSDN yet though but I'll be checking every minute or so :laugh:
Let's hope it fixes the bugs in the beta 2. I haven't been able to get a solution with about 20 projects in it to compile correctly because the IDE keeps losing the metadata for various projects. And they also don't even compile. It's frustrating that something relatively simple like figuring out project dependencies got broken in VS2005. I'll give it a whirl and see what happens. Marc My website Traceract Understanding Simple Data Binding Diary Of A CEO - Preface
-
Jon Sagara wrote: ETA: Has anyone ever successfully read a DVD ISO using the Microsoft Virtual CD-ROM control panel? Save the trouble, use Daemon Tools[^]. It easily mounts any image file.
Found on Bash.org [erno] hm. I've lost a machine.. literally _lost_. it responds to ping, it works completely, I just can't figure out where in my apartment it is.
-
I don't see nothing!!! :confused: Where is it? I want it! Maybe they look at your browsers' language to manage the access?
[ITA] Tozzi ha ragione: Gaia si sta liberando di noi. [ENG] Tozzi is right: Gaia is getting rid of us.
-
Let's hope it fixes the bugs in the beta 2. I haven't been able to get a solution with about 20 projects in it to compile correctly because the IDE keeps losing the metadata for various projects. And they also don't even compile. It's frustrating that something relatively simple like figuring out project dependencies got broken in VS2005. I'll give it a whirl and see what happens. Marc My website Traceract Understanding Simple Data Binding Diary Of A CEO - Preface
I know exactly what you mean. We've had to include some hillarious workarounds for bugs in the Beta 2 extensibility model (of which the AddNamedCommand custom bitmap bug is the most well known). Top of my "ouch" list at the moment are: 1. Defining more than one Tools|Options page in the same add-in causes VS2005 to crash (in its own code, not ours...we don't even get called). This is so annoying we're seriously considering making our option pages standalone rather than integrated as we'd planned. 2.
DTE::Properties("Projects", "VCDirectories")
doesn't work as advertised. This stops us reading the Visual C++ include folder configuration when running under VS200, which in turn means the user has to configure PC-Lint include paths themselves. I do hope the release candidate fixes these bugs. If it doesn't, we've got some head scratching to do! Anna :rose: Riverblade Ltd - Software Consultancy Services Anna's Place | Tears and Laughter "Be yourself - not what others think you should be" - Marcia Graesch "Anna's just a sexy-looking lesbian tart" - A friend, trying to wind me up. It didn't work. -
Alcohol 120% is great. It's all I use to make cd/dvd images, but he just wanted to emulate the images not make them. Plus Daemon Tools is free:cool:
Found on Bash.org [erno] hm. I've lost a machine.. literally _lost_. it responds to ping, it works completely, I just can't figure out where in my apartment it is.