I've been reading about the GUIDs changing for ADO/MDAC in Windows 7 service pack1 for VB6 apps. I need to recopile my compontents and replace the deprecated ones with the new one. My question is if my VB6 app is only going to be installed on windows 7 with service pack 1 or windows 2008 with the latest service pack will my VB6 app still work or do I still need to install something else too?
ADO Windows With SP1 and VB6
1.8k Views Asked by paul rockerdale At
1
There are 1 best solutions below
Related Questions in WINDOWS-7
- Can't install anything with pip2 on Windows 7 due to UnicodeDecodeError
- Finding the default application for a particular file name extension (Even when served by a metro app)
- Copying text from gvim editor to system clipboard works only once per session
- Command line arguments are not passed in Windows 7 - Java
- This Operation has been canceled due to restrictions in effect on this computer, Please contact your administrator
- Compiling PDCurses into ".a", error with mingw command
- NET USE command to connect to a shared folder on local LAN
- error of updating an C# web service application by accessing a URL from MS installer command "msiexec" in C# VS 2010
- Notepad++ replace "Save" Common File Dialog Box
- How to correctly have modeless form appear in taskbar
- Maven in OSX Keeps Compiling with Java 1.5
- sfInit() snowfall package in R hangs on Windows 7
- Running php file asks for download instead of executing in apache 2.5?
- How can I programatically download a file from a sharepoint server and lock it?
- parse.com .Net sdk works on windows 7?
Related Questions in VB6
- How to export VB6 TextBox data(Arabic) to MS Excel
- Need code for removing all unicode characters in vb6
- Team Foundation 2012 not recognising changes in vb6 app
- How can we add custom logic while installing exe created by installshield
- Convert VB6 to VB2010 code
- Why is VB6 FlexGrid throwing a run-time error 381 'Subscript out of range'?
- Enum values from VB6 DLL do not appear in C#
- Using dll of .Net by VB6 app in Windows 8
- Change parameters On error in vb6
- Is it possible to use VB6 enums which have values with spaces in C#?
- Converting VERY large number to a hex string
- Controls randomly not showing in my VB6 software
- GetWindowsDirectory() API returns wrong (vba\vb6)
- Can create Scripting.FileSystemObject 64-bit but not 32-bit
- Which function is there in Python equivalent to Val() in VB6?
Related Questions in ADO
- ASP Error 0223 - TypeLib Not Found, intermittent, resolved after IIS restart
- Accessing protected mysql names via ASP
- ADO Connection and Recordset = ""
- VBA - Using Typeof ... Is ADODB.Recordset Results in Compile Error
- Javascript ADO recordset open method not working. Parametrized queries
- Converting ADODB Loop into DAO
- ADO Close not releasing all memory - small leak
- "Identity cannot be determined for newly inserted rows" after ADO RecordSet AddNew and Update
- Classic ASP: Trouble processing SQL
- How to use a RecordSet.Find with TADOQuery?
- Creating a access db from a template
- ADODB CommandTimeout executing stored procedure in classic asp
- Delphi AdoConnection Reconnect
- Is there any direct API to find the matching items for the same index in a variant of the order var(a,b)?
- how to rewrite code from DAO to ADO?
Related Questions in MDAC
- MDAC Error on Windows XP - Deploy Vb.net
- ADO.Net change "Persist Security Info" default back to True
- MDAC ADODB in Win 2012 R2
- .Net framework require MDAC installed in server 2008
- How to execute a DMV query in SSAS through a powershell runbook from Azure Automation?
- VB.net Setup Issue
- How do I use an ADO.NET managed provider in Excel?
- How to Get list of all ODBC or Access DataSources in 64 Bit Machine using C#
- Repackaging Installshield 5.0 installer to MSI and removing dependencies
- What provider should I choose for my VB6 ADODB connection to SQL Server 2014?
- SSIS error: Connection manager has not been assigned to the Excel
- IIS return Microsoft Data Access Components error
- Apache/Perl Cannot Find MDAC without CommonProgramFiles(x86)
- SQL through classic ADO - Undefined Function 'Round'?
- ADO Windows With SP1 and VB6
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The updates you need to fix this problem are here.
This blog post explains a bit more about what happened and how they DRASTICALLY (Microsoft's emphasis) underestimated the number of developers that would be re-compiling ADO applications on Win7 SP1.