Missing Assembly Microsoft.SqlServer.ConnectionInfo while using ClickOnce deployment

hi,

I am using VB.net and I have a problem while publishing my application using the ClickOnce deployment on a shared folder on the seever. On my PC, the application works fine where the VS2005 is installed. But when I tried to install and run the application on an end user machine , it gives me the following warning:

"Unable to install or run the application. The application requires that assembly Microsoft.SqlServer.ConnectionInfo Version 9.0.242.0 be installed in the Glocal Assembly Cache (GAC) first."

how can I solve this problem?

Thanks in advance

Regards,

[614 byte] By [MK13] at [2007-12-28]
# 1
Make sure that the client has .NET Framework Version 2.0 installed and the latest MDAC
DMan1 at 2007-9-4 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 2
I'm having the same problem. The client has the latestlatet .NET 2.0 framework and the latest MDAC installed and I get the same error.
xhenxhe at 2007-9-4 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 3

I found the solution to this problem.

well what you have to do is go to the project properties --> Publish tab -->Application Files... button.

here you have to change the publish status of some of the files - like Microsoft.SqlServer.ConnectionInfo for instance - and set it to Include.

Then you publish your application as usual!

MK13 at 2007-9-4 > top of Msdn Tech,Visual Basic,Visual Basic IDE...