22 January 2007

Downloading and Activating Photoshop CS3 BETA

Good News!

Adobe has released Adobe Photoshop CS3 Beta for download to already existing CS2 customers.

You can register and download a copy for both Mac or PC using the link below:

https://www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5Fphotoshop

According to a post I read on the photoshop web site, some users serial numbers from CS2 have been accidentally left of the list. Should your valid serial number be invalid, they metntioned you can simply rename the c:\program files\adobe\photoshop CS3\AMT\application.sif to something else and restart photoshop.

Sparky

09 January 2007

C#.Net Debugging to the Output Window

Finally I discovered that I can actually debug by outputting text to a window in VS.Net

To get your C#.Net script to output to the console, simply add:

System.Diagnostics.Debug.WriteLine("Hello!");


Do the Debug > Attach to Process > aspnet_wp.exe and visit the page.

Here is a screenshot of the results: