Eric Pearson

  Home  |   Contact  |   Syndication    |   Login
  11 Posts | 0 Stories | 6 Comments | 30 Trackbacks

News

Article Categories

Archives

Post Categories

November 2005 Entries

update: Caleb pointed out that while they were using the RTM of VS2005, they were using the CTP of another product that ties in with VS so hopefully that was the problem update #2: ok I've been using it quite extensively now, and havn't had much of those problems so it looks like those problems were from the other installed CTP.
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Well I had a big feeling “Prison Break” would be a big let-down for their “fall finale”. As I suspected they would end with no real solution. I think 24 was the restart of (click title to view whole post)....

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Man, this sure was a doozy. My company's product exposes web services via a Cassini-like web server, the types are exposed to the runtime similar to the way remoting objects can be registered. This was all fine and dandy, but on Windows Server 2003, asp.net libraries do not work if IIS is not installed. We were about to lose a large business opportunity because this particular government entity required that IIS NOT be installed due to security policies. Turns out the ASP.Net component under add/remove...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

I finally tried out SQL Server 2005 today. I used the express edition, figure I'll get enough of the full featured versions at work and wanted to check out the express experience. It was MUCH easier to get up and running with a simple test. The only roadblock was enabling the CLR, but after a few minutes I finally found the “Surface Area Configuration” tool. I started out with a simple user defined function. Create a C# database project, click “Add User-Defined Function”,...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

I had a problem I was debugging where the framework was throwing an exception about 15 levels deep into it's own stack, and my code calling it was perfectly valid. I came accross this very useful entry on The Code Project by Sumeet Kumarhttp://www.codeproject... Basically you're able to use ildasm to extract the framework's IL, recompile it in debug mode and gacutil it back into the GAC (although his post missed the fact that you need to use sn.exe to skip verification)....
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati