Jason N. Gaylord
Coder
from Northeast PA
Small planet on JasonGaylord.com A planet with rings on JasonGaylord.com
Visit JasonGaylord.com

Hello, I'm  jasongaylord Jason

I live with my family in the rolling hills of Northeastern Pennsylvania. I'm a web developer by trade, but have broad experience in various business areas. Want to know more about me?

Learn More

Using LINQ to create a website

Scott Guthrie has just posted a cool tutorial on building a website using LINQ which can now be downloaded. If you haven’t downloaded LINQ yet to try it out, be sure to do so. LINQ will be fully integrated with the next version of Visual Studio.

Read More

Microsoft releases CTP for Expression Web Designer

I just noticed that Microsoft has released the first Community Technology Preview (CTP) for the Expression Web Designer. The Expression Web Designer allows designers to build standards-based Web sites, includes sophisticated CSS-based layouts, includes extensive CSS formatting and management, and provides rich data presentation. You can download it now and report any bugs to the team using http://connect.microsoft.com/.

Read More

New Jersey Code Camp 2 - Saturday June 3rd, 2006

Scott Watermasysk and Don Demsak (DonXML) are putting together the 2nd New Jersey Code Camp to be held at the Microsoft office in Iselin, NJ on Saturday, June 3rd. I spoke at their first code camp and unfortunately will not be able to make the trip for …

Read More

.NET Valley User Group Meeting!

The .NET Valley User Group will be holding its next meeting on May 24th, 2006 in Scranton, Pennsylvania. More details will be available on the .NET Valley website at a later date.

Read More

Recent Flash Update, IE Update Causes Issues

In case you were unaware, any website using Flash or any other embedded object that interacts with the user will now prompt the user asking them to “Click to activate this control.” It seems as though its going to be a big pain. If anyone found a way to get around this (although I’m sure its a security risk), short of uninstalling the update, let me know.

Read More

Building VB6 Applications On Windows XP SP2

Windows XP SP2 now provides more detailed error messages when processing unhandled exceptions. Yesterday I was rebuilding a VB6 application that would not error on 3 of our PCs, but would on others. I knew that the error message had to be something that would stick out like a sore thumb. The error message looked like this:

1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-16"?>
<DATABASE>
<EXE NAME="MyPrime.exe" FILTER="GRABMI_FILTER_PRIVACY">
    <MATCHING_FILE NAME="MyPrime.exe" SIZE="2510848" CHECKSUM="0x7605131D" BIN_FILE_VERSION="3.0.0.14" BIN_PRODUCT_VERSION="3.0.0.14" PRODUCT_VERSION="3.00.0014" COMPANY_NAME="United One Resources" PRODUCT_NAME="Real Estate Services Application" FILE_VERSION="3.00.0014" ORIGINAL_FILENAME="MyPrime.exe" INTERNAL_NAME="MyPrime" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x270F87" LINKER_VERSION="0x30000" UPTO_BIN_FILE_VERSION="3.0.0.14" UPTO_BIN_PRODUCT_VERSION="3.0.0.14" LINK_DATE="05/05/2006 16:10:08" UPTO_LINK_DATE="05/05/2006 16:10:08" VER_LANGUAGE="English (United States) [0x409]" />
</EXE>
<EXE NAME="kernel32.dll" FILTER="GRABMI_FILTER_THISFILEONLY">
    <MATCHING_FILE NAME="kernel32.dll" SIZE="983552" CHECKSUM="0x4CE79457" BIN_FILE_VERSION="5.1.2600.2180" BIN_PRODUCT_VERSION="5.1.2600.2180" PRODUCT_VERSION="5.1.2600.2180" FILE_DESCRIPTION="Windows NT BASE API Client DLL" COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft® Windows® Operating System" FILE_VERSION="5.1.2600.2180 (xpsp_sp2_rtm.040803-2158)" ORIGINAL_FILENAME="kernel32" INTERNAL_NAME="kernel32" LEGAL_COPYRIGHT="© Microsoft Corporation. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xFF848" LINKER_VERSION="0x50001" UPTO_BIN_FILE_VERSION="5.1.2600.2180" UPTO_BIN_PRODUCT_VERSION="5.1.2600.2180" LINK_DATE="08/04/2004 07:56:36" UPTO_LINK_DATE="08/04/2004 07:56:36" VER_LANGUAGE="English (United States) [0x409]" />
</EXE>
</DATABASE>

After doing some digging in the other applications, I was able to determine that the error surrounded the Adobe Type Library (Acrobat.tlb) version that was referenced in the application. On my PC, it was version 7.0 even though I had 5.0 and 7.0 installed. Once I changed the version and compiled, the other PCs with version 5.0 registered worked fine with no errors.

This was one of those things that you might not check if you only build every few months.

Read More

Microsoft Security Bulletins Via RSS

You can now subscribe to the Microsoft Security Bulletins that are released on a continual basis by visiting the TechNet website and subscribing to their email service. You can also sign-up for the RSS feed by using the URL: http://www.microsoft.com/technet/security/bulletin/secrss.aspx.

Read More

VS 2005 Web Application Project Model

Scott Guthrie and the rest of the ASP.NET team have released a new add-in for Visual Studio 2005 called the Web Application Project Model. “The VS 2005 Web Application Project option provides an alternate web project model option to the VS 2005 Web Site …

Read More

Hands on Labs, MIX 06 Content, and more!

One of the best things that Microsoft has started doing is producing Hands on Labs. Using the new search on Microsoft.com, you can easily find these from the downloads section. In fact, last week Microsoft released an Enterprise Library 2.0 Hands on Labs. …

Read More

And the Survey Says...

The 2006 asp.netPRO Readers’ Choice Awards winners have been announced. You can find a full listing at www.aspnetpro.com.

Read More