C# question for accessing SQL Server 2008 (10.5)

  • I realize this is more of a C# question, but the bas****s at tek-tips.com won't re-activate my account, nor will they tell me why my account was de-activated after MULTIPLE emails asking them why....

    So, is anyone familiar with the Microsoft.SqlServer.SMO objects in C# and accessing SQL Server 2008? I keep getting an exception that says version 10.5 is not supported.

    Thanks

    (Mods, I'll understand if you delete my post)

  • I think you have to have the correct SMO version... the one you want should be here.

    _________________________________
    seth delconte
    http://sqlkeys.com

  • seth delconte (7/12/2011)


    I think you have to have the correct SMO version... the one you want should be here.

    Hmmm, the installer says I have a higher version already installed on my machine. I'm running 64-bit Windows 7, the x64 is the correct installer, right?

  • I'm using SMO v10.0 from a c# App against SQL 2008 & R2 with no issues.

    The probability of survival is inversely proportional to the angle of arrival.

  • Thanks all! I got it working.

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply