Visual Studio 2005 and NS 2.0
We're far away from upgrading to SQL 2005, but I'd like to use the new developer tools (ASP and C#) to upgrade my subscription management interface.
Thanks,
Marcus
We're far away from upgrading to SQL 2005, but I'd like to use the new developer tools (ASP and C#) to upgrade my subscription management interface.
Thanks,
Marcus
To build a management interface you use reference the NS assembly in your own and I would presume you are good to go.
Have you seen issues so far?
I haven't tried it yet, but one should be able to make .NET 1.1 calls from a 2.0 application without issues.
Marcus
The only issue you'd run into is if you're building a hosted provider. In the hosted case, your provider will run in proc with the ns service. As such, you should use the same version of .Net to build your provider as the NS service in which you're going to run.
Other than that, you should be good to go.
-Lukasz
This posting is provided "AS IS" with no warranties, and confers no rights.