Using Mac book performing operation on Excel.
From MVC application downloading excel template and performing operations. This I can do it successfully in Windows, but not in Mac book. Facing issue 'Method or data member not found" while opening excel sheet.
Related
I have built a NEW/empty Add-in for excel(.xll) 64bit. I am running Win10 on a virtual machine through VMWare, using VS2019, Excel 2013. When I load the Addin I get a not a Valid Add-in error. I was able to convert an old 32bit to 64bit which loaded and worked without a hitch. I matched all the values in Properties, and the code compiles with no warnings or errors but it will not load into excel, Just gives the not a valid add-in error.
When I checked the dependencies, I am missing ext-ms-win-oobe-query-l1-1-0.dll which I cannot find anywhere, but the same was also true for the add-in I converted which loads into excel perfectly.
thanks for the help.
I have oracle 10g version 10.1.2.3.0 installed in my machine. I already configure webutil in my machine but still I am having problem that when I open any form which contains webutil library attached with it, form closes itself by giving error Oracle Forms Designer has stopped working. I don't know why I am getting this error can anybody guide me to solve this problem?
I have a small program developed using C#(dotnet 2.0 framework) and MySql 5.0 that reads data from a MySql database opens a report then exports the data to a PDF document . The program is working fine on my development machine .
I created a ClickOnce installation using VIsual Studio 2005 .Using that setup I installed the program on another computer on which crystal reports 10.0 and dot net framework 2.0 was not installed.
I installed dot net framework 2.0 and crystal redistributable for visual studio 2005 on the other machine.
On the other machine the program runs without any error . But the generated PDF file does not contain any data.
I exported the contents of the dataset(I am using the Push Model ) to an XML file to ensure that data is being retrieved .
Data is being retrieved as expected . But the generated PDF document is blank
Please note that I am using the 'MySQl Connector' to connect to MySql. Also the development machine is a Windows XP machine
The other computer is a Windows 2003 Server.
I have had the same problem too. Sometimes
I delete the temporary folder
Use CCleaner to clean
Set Security Policy to clean Virtual memory on shut down
Shut down + Switch on the system
Clearing history and cache
Combo of above 5
But now nothing is working for me. The crystal report shows data and design. Using crystal report's export to pdf option, the pdf works fine. But when exporting directly, the pdf has many pages which are blank. Not even design is showing.
I've worked with Crystal Reports for several yrs but now with a particular report created by another developer, I cannot change the DB connection/location.
He used an OLE DB connection and created the report for use in a Windows App using Visual Studio. The report works "sort of" in Visual Studio but I have a higher version of VS (VS 2010) than the developer but it is causing issues on the formulas he uses.
I am now just trying to open the report outside of VS directly in Crystal and I can't get it to update the db location.
I created an ODBC linc and tried using it to swap out the db location and it says:
"Data Object cannot be opened/accessed" ... followed by "Unknown Database Connector Error"
I don't know how to troubleshoot this further. Any help will be appreciated. Thanks
I had the same issue, and was able to resolve it by selecting the SQL Server Native Client 10.0 driver rather than the 11.0 one when setting up the ODBC connection.
You have to delete the original if you want to have the same name.
I have a desktop application that was migrated from .Net 1.0 to .Net 4.0. The application is using Crystal Reports and ttx files as the data definition files. The actual database queries happens in business objects and the data are set using SetDataSource() method.
After I upgraded this to .Net 4.0 (and Crystal Reports for Visual Studio 2010, version 13), the reports still working great on my developer workstation. But when I installed the application on the test machines I started getting errors like this:
Error in File temp_****{****}.rpt: Failed to load database information.
Where the asterics signify some kind of GUIDs.
The odd thing is that the reports that I did not touch continue to work. Only the reports where I had to update the data source (TTX file) generate this error.
I am also getting this error:
The keycode assembly, BusinessObjects.Licensing.KeycodeDecoder.dll, cannot be loaded.
but I do not know if this is related.
The Keycoder error is not the problem. That is currently a warning message that seems to have no effect on anything (as best I can tell).
Don't be confused by the GUID stuff either. It's just a temp name that Crystal gives the report object.
The real error there is simply "failed to load database information". Something in your TTX update is at fault.
You might try running the report in Crystal 2008 on the machine giving you the problem. Your report is out-of-sync with the TTX file.