Object reference not set to an instance of an object

Asked By 20 points N/A Posted on -
qa-featured

Hello,

I get the following error message when trying to browse file with File master I installed Net framework already latest version and the game is registered. Can I fix this issue without having any trouble? I would be grateful to you. Thanks in advance.

Unhandled exception has occurred in your application

File Master 12

Unhandled exception has occurred in your application. If you click Continue. The application will ignore this error and attempt to continue.

If you click Quit, the application will close immediately.

Object reference not set to an instance of an object.

SHARE
Answered By 0 points N/A #171157

Object reference not set to an instance of an object

qa-featured

Hi Christopher,

Firstly let me explain what the real problem is. ADO and ADO MD are not yet fully tested in Microsoft, because of this there can be intermittent issues. In order to solve this problem, you will need to resister Adodb.dll file in GAC or otherwise known as Global Assembly Cache.if your computer only have .net framework installed, you will need to get gacutil file (which you can get by installing MicroSoft.net framework SDK). You can follow the steps to register Adodb.dll in GAC;

1. Start > Run

2. In the command box, type 'C:WINDOWSMicrosoft.NETFrameworkv1.0.3705gacutil /i C:Program FilesMicrosoft.NETPrimaryInterop Assembliesadodb.dll'

Hopefully this will solve your problem.

Regards

Antonette

Related Questions