Help me with this database conversion error in Touchpaper Services

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

Help me with this database conversion error in Touchpaper Services.

All the error codes have been attached hereto. I have no idea why this happens. I’m fully aware on how to do coding in ASP.NET. According to my knowledge, some conditions should be in NULL value and that's why this error occurs.

But what I can’t figure out is, what are the null values here?

Your help is highly appreciated.

SHARE
Answered By 20 points N/A #155263

Help me with this database conversion error in Touchpaper Services

qa-featured

Hi Floyed,

We will try to fix the error by following these steps:

  1. Start and then go to RUN.
  2. type this on the RUN box and click OK.
  • C:windowsMicrosoft.NETFrameworksv1.03705gracutil/i
  • C:ProgramfilesMicrosoft.NEtprimaryInterop.assembliesadodb.dll

This is the instance where the .NETframework is only installed and the file gracutil is not existing so you have to register the adodb.dll file in the assembly cache. 

Also, check the variables,the scoping, and the In its/construct. Declare variables and use appropriate scope, and remember that you have to consider directory information.

Related Questions