all groups > sql server notification services > june 2005 >
You're in the

sql server notification services

group:

sample application in NS


Re: sample application in NS Joe Webb
6/29/2005 5:42:44 AM
sql server notification services:
Hi Yogesh -

You're referencing the right dll for SQLNS 2005 in your project. But
that dll was developed for .NET Framework v2.0.

VS.NET 2003 uses the v1.1 .NET Framework and cannot be used with
assemblies built with v2.0.

As Shyam points out in another post, you have a couple of options:

1) Develop your Subscription Management App using VS.NET 2005.

2) Develop a web services wrapper around the SQLNS calls using VS.NET
2005 and call that from a VS.NET 2003 Subscription Management App. Not
a terribly convenient thing to do, but it should work.

HTH...

--
Joe Webb
SQL Server MVP


~~~
Get up to speed quickly with SQLNS
http://www.amazon.com/exec/obidos/tg/detail/-/0972688811

I support PASS, the Professional Association for SQL Server.
(www.sqlpass.org)


On Wed, 29 Jun 2005 13:31:49 +0530, "Yogesh K."
[quoted text, click to view]
sample application in NS Yogesh K.
6/29/2005 1:31:49 PM
I am using SQL Server 2005 - Notification Services.=20
I am finding the problem as mentioned below while bulding a sample =
implemented by me.=20

PLease let me know what has it got to do with and how can it be =
resloved.=20

Metadata file 'c:\Program Files\Microsoft SQL =
Server\90\NotificationServices\9.0.242\bin\microsoft.sqlserver.notificati=
onservices.dll' could not be opened -- 'Version 1.1 is not a compatible =
version.'

I am implementing the sample using VS.NET 2003.=20

Re: sample application in NS Pratibha
6/29/2005 2:15:09 PM
Yogesh,

Notification Services in SQL Server 2005 requires .NET Framework 2.0. =
..NET Framework 1.1 is not compactible with SQL Server 2005.=20
And you can look at ".NET Framework 2.0 question" post asked in the same =
newsgroup for more information.

HTH..
AddThis Social Bookmark Button