i tried to load a project but it said:
The type or namespace name 'Nmo' does not exist in the namespace 'Microsoft.SqlServer.Management'
i only know a Smo dll but Nmo? where to find that?
UPDATE:
i added the smo dll of the 2008 version… but it still giving out the error… maybe, i should get the smo dll of the sql 2005 version? coz the machine where i got this project is using sql 2005
Quote from an article titled "Microsoft SQL Server 2005 Notification Services":
EDIT:
Take a look here, search for "Microsoft SQL Server 2005 Management" and download the appropriate DLL. I unzipped it and it appears to contain a Microsoft.SqlServer.Smo file. When I tried to install it, I got a message instructing me to download a prerequisite (the SQL Server Native Client), and the page it directed me to appears to be an updated version of the 2005 DLLs, so you may just want to use the DLLs from that page.
Also, as a side note, if you’re actually connecting to a 2008 SQL Server, you should be able to use the 2005 DLL to manage it, but the newer "2008-specific" features will not be available using the older DLL.