Hello all,

I've a web application in C# (framework 2.0) that generates some reports. When I was running the application on development machines, everything worked fine. But when I published it to a production server, it started throwing an exception - "Class not registered - SDAVUtil". Here is the callstack from the exception:

at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()


Anyone know how to solve this issue or at least to which dll this class belongs?

Thanks

Find the corresponding DLL. Then go to the server start-->run-->write the below command then enter.

REGSVR32 "C:\Program Files\......\DLLNAME.DLL"
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.