Welcome to Tech-Review.Org Sign in | Join | Help

.net_2.0

My coding blog entries. Typically will either be more complex coding examples or overcoming product issues / troubleshooting resolutions.

Browse by Tags

Unable to Install SP1 for Vista?
Today, trying to update Vista Ultimate to SP1 (released today), I ran into a bizarre error message: "Service Pack can not be installed. System does not have required supporting Langauge Pack." All of the language packs were installed but there was a exclamation Read More...
Unable to use ASPNET_REGIIS -I for installing Asp.Net 2.0 on Vista / Windows 2008
Vista and Windows Server 2008 have radically re-shaped the simplistic handling of IIS functions and features in terms of both interface and ability to capitalize on cmd line options. In the previous blog entry I outlined the issues I had with uninstalling Read More...
Can not uninstall Microsoft Device Emulator 3.0 on 64 bit Vista / Server 2008
I recently upgraded from Windows Server 2003 to Windows Server 2008 on my Quad Core server. Note keyword was upgraded. Other than having to grab Vista Drivers for the 3 NVIDIA graphics cards, was relatively painless. Visual Studio 2008 Beta Version was Read More...
Debugging TIP of the Day
If you are like me, you probably have a overall project that consists of many solutions. For whatever reasons it doesn't make sense to have the various solutions and projects all included into a single solution. That makes debugging rather difficult - Read More...
.NET 3.5 issues on 64 bit Windows 2003 Server
Recently I decided to forgo using my laptop for developement and instead put together a brand new system that has six monitors and a dual core Intel 64 bit system. Since Vista would not install - I opted to go for Windows Server 2003 instead, as I will Read More...
When the Random() Function always returns 0 and not a random number
While working with Greg on the .Net Trade 6 refresh update, we ran into a bizarre behavior. The load balancing is accomplished by using the .Net random method based upon the number of servers in the list. Part of the testing we do, is a ton of fail-over Read More...
VS 2008 - It does increase productivity...
It has been two weeks or so, with using VS 2008 (Beta) exclusively and to date have not used the VS 2005 to do any coding. While I really see no use for LINQ and some of the other newer technologies (mainly because I code for performance and not ease Read More...
My Biggest Beef with -Vista: Uninstall doesn't un-install anything
If there is one thing about advertising I despise - is when any manufacturer advertises better reliability from other versions to justify the upgrade. The opening tone is serious because this is a serious issue, because unlike subscribing to take the Read More...
Orcas - Are you getting the most out of it...(Conversion Process)
Since my exposure of playing with Ajax during all the Beta cycles, and ending up so frustrated - I kinda stepped back and stopped participating in anything related to a Beta. So, it may be a surprise that I actually installed Orcas (Beta of VS 2008) and Read More...
Images and working with a DAL
Most examples of working with saving images to a SQL Server database within a application that does not implement a DAL, usually work off only a HTTPPosted file and looks kinda like this: //create a stream Stream imgStream = proposedFile.InputStream; Read More...
Latest Benchmark Source Code Released: .Net StockTrader
I am happy to report that the .Net StockTrader Benchmark Application (and subsequent source code) are now released. Visit: http://msdn2.microsoft.com/en-us/netframework/bb499684.aspx Also, this is one of the first times that a benchmark application has Read More...
The IDataReader - Frustration in DAL land and other frustrations
The problem with programming sometimes is learning the annoyances that plague a development language. I was troubleshooting my SQL DAL, which instead of using the "it COULD work with every data provider" (the caveat being - if the only data relationships Read More...
System.Security.SecurityException: The source was not found, but some or all event logs could not be searched. Inaccessible logs:
Adding Event logging works the same with VISTA as it does in XP. Unfortunately there is no programmic method to make it work the first time. The symptoms are you check and check the event logs to see where your entries are but alas nothing. Under VISTA Read More...
The SqlParameter is already contained by another SqlParameterCollection
A few days ago, I closed the laptop lid on my Toshiba and went to where I was going. It never came out of standby and as a result - had to cold power it. Unfortunately for me, I had Visual Studio open, and when I re-opened my solution - only 36 of the Read More...
Sample Applications you should learn from.. c# / VS Studio 2005
In the world of adopting .Net as a programming language of choice, the ultimate question is, "Where are the samples I can learn from". If you are reading this, you learned your basics maybe on your own or from some programing class, but you probably actually Read More...
More Posts Next page »