Just in case anyone’s having the same problem as the one described below…
When using the Server Explorer in VS.NET, whenever I went to add a new data connection, a popup would appear saying “Unable to add Data Connection. Some program files are not properly registered on your machine. Run the Setup program again”.
Well, I’ve got SQL Server 2000 locally, VS.NET was on complete install, nothing seemed to be missing. However, after an email to Microsoft Support, the problem seems to be that Office 2003 removes 2 DLLs required by VS.NET and makes local copies of them (I guess so they can be sure of the correct version being used). Anyway, simply copy the files “MSVCR71.DLL” and “MSVCP71.DLL” from the directory “[Program Files]\Microsoft Office\OFFICE11\VS Runtime” into your “Windows\System32″ directory. Make sure they’re “71″ not “70″ as I originally did!
Reboot VS.NET and Server Explorer should work a treat. If not, cry :)
Related posts:
- 7 Essential Steps to Creating an Efficient Mobile Office Do you want to be able to work from anywhere...
- Microsoft Office Online: a Case Against Supported Browser Lists Should you publish an official list of supported browsers for...
- LA City Council Choose Google Docs Over Microsoft Office Los Angeles City Council has approved a multi-million dollar deal...
- Bad News for Microsoft: Windows, IE Net Usage Dip Lower According to Net Applications, share of web visits for Microsoft...
- How to Install PHP on Windows In his final installation tutorial, Craig provides a step-by-step guide...






while adding the connection in vb.net server explore i got such such kind of error in messagbox
Unable to add data connection
The DataConnectionDialog Could not be Initialized
how to solve this problems
May 8th, 2008 at 8:07 pm