E
Eric S
Hi All,
I am getting the below warning when loading a project that used to work with ms sql 2005. I installed ms sql 2008 enterprise version and removed the ms sql 2005. I suspect that could be the reason for the below warining. How that could be fixed?
Apprecaite any feedback.....
Imports Microsoft.SqlServer.Management.Smo
Warning 1
Namespace or type specified in the Imports 'Microsoft.SqlServer.Management.Smo' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Thanks,
Eric
I am getting the below warning when loading a project that used to work with ms sql 2005. I installed ms sql 2008 enterprise version and removed the ms sql 2005. I suspect that could be the reason for the below warining. How that could be fixed?
Apprecaite any feedback.....
Imports Microsoft.SqlServer.Management.Smo
Warning 1
Namespace or type specified in the Imports 'Microsoft.SqlServer.Management.Smo' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Thanks,
Eric