Unhandled exception occurred on Gizmo Control Center on accessing database

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

Hi there,
I deployed a Microsoft .NET Framework application that accesses a database on a computer. The computer only has the .NET Framework Redistributable package installed.

When I run the application I receive the following error message:

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. The type initializer for ‘Gizmo.Gizmo’ threw an exception.

Here is a picture to better describe my problem:

Have any idea?

SHARE
Best Answer by Hoting Gracia
Answered By 0 points N/A #82390

Unhandled exception occurred on Gizmo Control Center on accessing database

qa-featured

The Microsoft .Net Framework  is an application that will access databases on your computer. The .Net Framework  Redistributable is the only package installed in your computer. So if you run this application you will receive these errors that you have just mentioned.

One of the causes of this problem is that the Microsoft Data Access Components is not yet installed in your computer.  This .NET  application uses Microsoft Data Access Components to access these data from the database. The solution to this problem  is to install Microsoft Data Access Components on your computer. Here is a link from Microsoft Developer Network Website: https://docs.microsoft.com/en-us/sql/connect/sql-data-developer then install. 

Best Answer
Best Answer
Answered By 5 points N/A #82391

Unhandled exception occurred on Gizmo Control Center on accessing database

qa-featured

Hello Elvis .Net framework is the part of the Microsoft.net is a language which is developed by microsoft and this language is similar to C and also it is majorly used in many programs for smooth execution.

Coming to Windows Application Form in .Net it is simple as it is drag and drop and no need to generate any code for that as automatically code will be generated.
 
It mainly consists of VB, ASP and C#.net in which vb and asp are used for design and coding is done by using c#.net and for all these the common thing that need to be followed is to install Microsoft.Net Framework.
 
As you are getting the error message at the time of deployment there may be a problem with the runtime check the status of installation of IIS in your system.
 
Now if yet not resolved its better to see in exceptions that are occurred in the program as exception had been caught so there may be a chance in having error .
 
Thank You.
 
Answered By 0 points N/A #82392

Unhandled exception occurred on Gizmo Control Center on accessing database

qa-featured

Hi Elvis Elmer ,

This Techyv post " Error shown after updating Microsoft .NET framework" also will be helpful for you because here you will get another technique to resolve this issue.

Related Questions