3
Answers

Microsoft oledb jet 4.0 is not installed on local machine

Resmy Ravi

Resmy Ravi

13y
4.1k
1

hi experts..

I have developed a windows application on a 32 bit mechine.I installed it in a 64 bit mechine(os windows 7).When running the sw it is getting an error reporting "microsoft oledb jet 4,0 is not installed on your local mechine".how to solve this problem?

Plz help me..it is very urgent..

Thanks in advance...
Answers (3)
0
rajendra singh

rajendra singh

NA 382 421 7y
var actionPDF = new Rotativa.ViewAsPdf("htmlpage")
{
FileName = "abc"+ ".pdf",
PageSize = Rotativa.Options.Size.A4,
};
 
You can use this let me know if any help is needed