Sam Gentile

Sponsors

The Lounge

Wicked Cool Jobs

Syndication

News

  • This Blog has moved to samgentile.com. If you have subscribed via FeedBurner, you do not have to do a thing, feed has been re-pointed

Advertisement

Images in this post missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at imagehelp@codebetter.com
Can't Compile First Orcas Professional Beta 1 on Vista RTM!

I finally got Orcas Professional downloaded (I am SO switching to Verizon FiOS on May 1st from Comcast). I got it installed on my Alienware laptop with Vista Ultimate RTM. It imported my settings from VS2005 it seems good so far. The first place I headed, of course, is Walkthrough: Simple Object Model and Query (C#) (LINQ to SQL).

While, my first experience came to a halt fast -) because it can't find the file alink.dll. I see from the Principal Engineer that this is some MDAC or SQL issue that has been around forever. Nope, its happening on any Orcas programs I try to compile on Vista RTM. I'm still parsing how to fix it. Anyone know? The error is:

Required file 'alink.dll with IAlink3' could not be found.

The program is:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data.Linq;

namespace LinqConsoleApp {

    [Table(Name="Customers")]
    public class Customer {
    }

    class Program {
        static void Main(string[] args) {
        }
    }
}
 

 

 


Posted Sat, Apr 21 2007 2:23 PM by Sam Gentile
Filed under: , ,

[Advertisement]

Devlicio.us