Hi All,
I have created a simple web site using .NET Framework 4.0 and Visual Studio 2010. It was worked fine till before installed the recent August-windows updates(KB4034660).
I have deployed the web site in my local IIS, and it is worked very well till the KB4034660 is installed.
I am getting the below error, while after the KB is installed. I have tried by uninstalled the KB batch and after that the website is works very well in both VS2010 debug mode and IIS hosted web site.
Error:
An unhandled win32 exception occured in w3wp.exe[11108]
The Just-In-Time debugger was launched without necessary security permissions.
And i have found an error is occurred on opening the oledbconnection by calling the statement _OledbConnectionInstance.Open();
In some time while on calling the below fill statement.
_OleDbDataAdapterInstance.Fill(myDatasetInstance);
Please provide the your valuable solution to fix the error. Thanks in advance.
S.ARUL JOTHI