Cannot convert type 'ASP.login_aspx' to 'System.Web.UI.WebControls.Login'
Posted by Ryan Baxter Thu, 28 Feb 2008 18:38:00 GMT
Just a quick fix. If you’re experiencing the error message, Cannot convert type ‘ASP.login_aspx’ to ‘System.Web.UI.WebControl, try renaming your page from Login.aspx to something else.
I ran across this earlier this morning when attempting to deploy an ASP.NET 2.0 WebSite project. My code worked great locally (isn’t that always the case). I haven’t had time to really dig into why this happens, but maybe someone else can provide an answer.
- Meta no trackbacks, no comments, permalink, rss, atom
Expect the Unexpected: Source Fource
Posted by Ryan Baxter Wed, 20 Feb 2008 16:09:00 GMT
OK, this is ridiculous. I must be getting too old for their marketing demographic. I do, however, look remarkably similar to figure below when wearing my dobak.

- Posted in Expect the Unexpected
- Meta 1 comment, permalink, rss, atom
Automated Build Flurry
Posted by Ryan Baxter Tue, 12 Feb 2008 22:39:00 GMT
Quite a few automated build articles have been cropping up this week over at CodeBetter.Com. The first, How do you build your application?, by Kyle Baley, asks Developers of the .NET community how they manage builds using the NAnt toolkit. Jeffrey Palermo responded with a helpful post including a link to his own NAnt build template. Kyle then followed-up with a few humorous links to graphics of common build scenarios.
CodeBetter.Com has provided me with an overwhelming amount of great .NET content over the years and the above articles couldn’t have arrived at a better time. My spare cycles at Primus Technologies Corporation have been few and far between, but those found have been spent configuring the companies Continous Integration system. I must admit that I was pleased that my own NAnt build script looked remarkably similar to Jeffrey Palermo’s template. :)
Of all of the work involved in developing software, build automation and Continuous Integration are my favorite. When Continuous Integration is implemented correctly it should function like an assembly line. Just like Ford Motor Company, your software will see improvements in efficiency and development time. If you’re a .NET Developer and confused by what I’ve written thus far then you should definitely familiarize yourself with these concepts. At the very least, I’d recommend researching the following tools:
In addition, Scott Hanselman has a few podcasts that could also be helpful. Listen carefully, read diligently, and improve your software. Be better at your craft.
- Meta 3 comments, permalink, rss, atom
Older posts: 1 2

