Hi all...
I have developed a simple Windows Forms application that uses ReportViewer control and ADO.NET to access a SQL Server database by mean of SqlClient classes.
Then I published the application to a web page.
When I load the publish.htm page from a client computer, it says that .NET Framework 2.0 isn't installed, showing a "Install" button. Well.. I pressed it and .NET framework 2.0 was installed, I think.
After that installer wizard finished, I continued installing the application but an error telling that ReportViewer assemblies aren't in GAC occurs. I manually installed ReportViewer component, then I rebooted the machine, just in case. I loaded publish.htm page again and when I tried to install the application, another error telling that ADODB assemblies aren't in GAC. I think this is ADO.NET related. Aren't those assemblies installed together with .NET framework? Why ClickOnce doesn't work at all? I tried to find ADO.NET redistributable allone, but without success.
Any help on this will be greatly appreciated
Thanks
Jaime