I'm wondering where and how can I download the Excel and Word in DevExpress.
In the office, I can open the project that I'm working on. But if I try to open at home, it says Word and Excel reference can't be located.
Please see attached to see what I'm refering to. Thanks for your help
http://www.mypicx.com/05272009/pic/
=====
Answer:
yes it's installed in my PC. How can I add a new reference?
====
btw this is another error again when I added the reference excel and word:
===========
if you cant open the file you can view the .gif file here:
http://www.tintin.ws/images/gif/pic.gif
http://www.mypicx.com/05272009/mypic/
In add/remove programs change the install and include ".Net Programmability". This will install the Primary Interop Assemblies (PIA's)
You need to have Office installed on your home pc. Try deleteing and re-adding the references.
Is Microsoft Office installed on your home computer?
Related
I have a report in OBIEE11. I moved the report directory to OBIEE12c. The Report is not shown up in OBIEE 12c's Catalog. What could be the issue ?
File system copies are not the supported way to do this. Archive / unarchive is supported and the correct way to do things.
Hey I am trying to connect my Qt creator to my CVS. At the moment i am using it separated but i have seen version control options for it.
Now i have looked but no clear answer/or answer that worked has shown up.
Every one revers to the option Tools-->CVS, but this option in not in my list. The plugin is installed.
I am working on a Windows 10 computer and the information in the top shows my Qt and CVS versions.
My question is how can i use my CVS version control in QT?
First, make sur the CVS plugin is actually loaded. Go to Help > About Plugins... and ensure the CSV plugin has a green check icon.
Then ensure the CVS plugin is configured properly. Go to Tools > Options, under "Version Control" you should have a CVS tab with multiple options.
If it still does not work, you might want to report a bug in: https://bugreports.qt.io/
I need to find the "SQLite.UAP.2015, Version=3.10.2". as it had some features working that the current version does not as PRAGMA key.
I tried rebuilding the download link from:
http://sqlite.org/2016/sqlite-uwp-3130000.vsix
as there is not any history in the webpage of previous dll's:
http://sqlite.org/2015/sqlite-uap-3102000.vsix
That does not work.How do I rebuild the link or Where can I find or can download the old Visual Studio Extension?
Regards.
I found the link using the way back machine.
https://web.archive.org/web/20160202165309/http://www.sqlite.org/download.html
Here's the direct link:
http://www.sqlite.org/2016/sqlite-uap-3100200.vsix
I just archived and submitted a project. When I go back to open the project it hangs on "scanning for working copies." I can navigate around but am unable to view the project files.
It is really just a linking problem.
Select your project and make sure you have 'Identity and Type' open. This is in the right side Editor bar(toggle open and closed with 'View' button).
You can change your Location and Full Path there. You just need to check that your project is linked to the correct directories.
Hope this helps anyone.
Copy and delete the whole file and paste it in some other directory (or I guess you can put in same directory). Now open it again. I also had same problem. Actually my project was in SVN, so I deleted the directory and again checked out the entire file and opened it again. Now at least that error message is gone.
I am also new to xcode(4.3) .. sorry if my english is not good ...
Open up a more trusted Source Control App, like SourceTree, and refresh all of your working copies, then Xcode, will behave.
The problem seems to result from incorrect linking or damage to the version control repository. Other answers suggested deleting the repository or removing it from xcode under the Window -> Organise menu. I suggest you try these options and the suggestions in the other answers. However none of these worked for me and my xcode was still displaying the "scanning for working copies" message and intermittently locking up.
Deleting xcode from the Applications folder and reinstalling it from the app store then importing my project fixed the issue for me. I also suggest you dont use version control for your project unless you really need it.
I have been trying to track down a problem with an installation of RAD Studio 2007 for some time. When compiling an ASP.NET application build with the .NET personability, I get an "[DCC Error] F1026 File not found error, where it reports that it cannot find a particular .dcuil file.
The file that is referenced in this error message is located in a directory that appears in the .NET library search path. The only work around I found was to add the associated .pas file directly to the project.
I finally found a correct solution to this problem. Please see my answer below.
The solution for this problem can be found in the Quality Central posting 61394, which was originally submitted by Jordan Russell.
There is a bug in Delphi 2007 that prevents directories added to the .Net Library search path from being written to the EnvOptions.proj file. This does not appear to be a problem with the Win32 library search paths.
To solve the problem, manually edit the EnvOptions.proj file. On a typical Windows Vista install, this file is located in the C:\Users\username\AppData\Roaming\Borland\BDS\5.0 directory, where username is the name of the user who installed RAD Studio 2007.
Begin by closing RAD Studio 2007. Then, open EnvOptions.proj in an editor (notepad.exe will do). Add the one or more directories that you want searched to the DotNetLibraryPath element. Directories appearing in this element must be separated with semicolons.