- Remove From My Forums
-
Question
-
Hi experts,
Urgent reply appreciate for this.OS Version — Windows 5.01
Accessing via Microsoft terminal server
Word application Version:14.0-14.0.5123when i working with word application pro grammatically following error occurred when executing following line.
THIS.oDocument= THIS.oWordAppObj.Documents.Add(FULLPATH(tcFileName))Error No :1426
OLE error code 0x80010105: The server threw an exception.can any one to say what is the reason behind this and how can i solve this problem.
can you please help to solve this problem.
Thanks in advance.
Answers
-
Maybe the DOT files are in a different word version or something is wrong with them. Can you open them manually in Word?
Also inspect tcFilename, it mustn’t be a relative path.
Bye, Olaf.
-
Marked as answer by
Saturday, February 25, 2012 10:28 PM
-
Marked as answer by
Содержание
- Microsoft visual foxpro error 1426
- Contact US
- Come Join Us!
- Posting Guidelines
- foxpro 6.0 app has error 1426 running on Windows XP
- foxpro 6.0 app has error 1426 running on Windows XP
- foxpro 6.0 app has error 1426 running on Windows XP
- RE: foxpro 6.0 app has error 1426 running on Windows XP
- RE: foxpro 6.0 app has error 1426 running on Windows XP
- RE: foxpro 6.0 app has error 1426 running on Windows XP
- RE: foxpro 6.0 app has error 1426 running on Windows XP
- RE: foxpro 6.0 app has error 1426 running on Windows XP
- RE: foxpro 6.0 app has error 1426 running on Windows XP
- Red Flag Submitted
- Reply To This Thread
- Posting in the Tek-Tips forums is a member-only feature.
- Microsoft visual foxpro error 1426
- Answered by:
- Question
- Microsoft visual foxpro error 1426
- Answered by:
- Question
- Microsoft visual foxpro error 1426
- Лучший отвечающий
- Вопрос
Microsoft visual foxpro error 1426
При открытии из FoxPro такого приложения как Word возникает ошибка:
Ошибка программы №: 1426
Сообщение об ошибке: Ошибка OLE, код 0x800a175d: Неизвестный код состояния COM.
А вылетает это при выполнении строки: .Documents.Add()
И вылетает это на 2 компах из 200 работающих нормально.
Помогите разобраться в причине?


| Re: Ошибка № 1426, 0x800a175d |
|---|
| of63
Сообщений: 23715 |
Антивирус?
Или что-то не то с самим этим открываемым файлом? Шаблоны вообще-то это файлы с расширение dot/dotx а не «обычные» doc. метод же .Add как раз «создаёт документ на основе шаблона». м.б. на самом деле нужен был .Open()?

| Re: Ошибка № 1426, 0x800a175d |
|---|
| Igor Korolyov
Сообщений: 34580 |
| Re: Ошибка № 1426, 0x800a175d |
|---|
| ArtemovAV Автор |
Сообщений: 25
Откуда: Москва
Дата регистрации: 04.08.2015
Файл sh_fd.doc действительно существует, он и используется как шаблон документа в который значения из базы попадают. И метод .Add() работал «как часы» да и сейчас работает, кроме этих двух компьютеров. Перестановка MS Office тоже не помогла.
Антивирус и Open() — хммм. надо попробовать.

Если это шаблон, то прежде всего надо попробовать сделать из него dot файл
А так — параметры безопасности офиса ещё стоит просмотреть, и всякие «настройки совместимости» — офисы на разных машинах разные? Какой формат по умолчанию выбран на более-менее свежих (свежее 2003-го
)? Всякие полу-онлайновые «office 365» не используются?
Источник
Thanks. We have received your request and will respond promptly.
Come Join Us!
- Talk With Other Members
- Be Notified Of Responses
To Your Posts - Keyword Search
- One-Click Access To Your
Favorite Forums - Automated Signatures
On Your Posts - Best Of All, It’s Free!
Posting Guidelines
Promoting, selling, recruiting, coursework and thesis posting is forbidden.
foxpro 6.0 app has error 1426 running on Windows XP
foxpro 6.0 app has error 1426 running on Windows XP
foxpro 6.0 app has error 1426 running on Windows XP
I developed an application in Visual 6.0 (a while back-with some difficulty) that prints graphs. I used the setup wizard to create the files I copy to the CD-ROM. I included Microsoft Graph 8.0 Runtime when running the setup wizard. Since that time, I have not worked in Visual Foxpro (reverted back to 2.6). When I load the Visual 6.0 application on my new computer with Windows XP, I get the error described below. The program works fine on my Windows 98 machine. Any ideas? I will be converting the Visual 6.0 application to Visual 7.0 (if I can ever get a handle on it). Thank you in advance.
The error occurs on this line:
APPEND GENERAL graph CLASS «msgraph.chart»
This is the error log:
Error # 1426.00
Program click
Message OLE error code 0x800401f3: Invalid class string. (800401F3: INVALID CLASS STRING)
Line # 40.00
Active: OH1SEL2 (cmdscreen)
Session 2.00
DiskSpc **********.**
Screen 600.00 by 800.00
OS Windows 5.01
Vers(1) Visual FoxPro 06.00.8492.00 EXE Support Library for Windows [May 7 1999 17:48:36] Product ID
Vers(2) 0.00
Vers(3) 00
SMode 4.00
(1016) 1403.01 user object memory used
(1001) 1046656.00 pool available memory
CPU Pentium
Video Color/Color
RE: foxpro 6.0 app has error 1426 running on Windows XP
You may need to upgrade your VFP 6.0 — you appear to be running SP 3, and the last one was SP 5.
RE: foxpro 6.0 app has error 1426 running on Windows XP
Error # 1426.00
Program click
Message OLE error code 0x800401f3: Invalid class string. (800401F3: INVALID CLASS STRING)
Line # 466.00
Active: OH1SEL2 (cmdscreen)
Thank you. I will download that later tonight. In the meantime, I get back to the ORIGINAL question (which I didn’t ask). What changes do I need to make in Foxpro 7.0 to accomplish this same graph? That was my original problem. I installed the 6.0 version to see if that worked (didn’t). I was only trying to recompile the 6.0 project in 7.0. I’m just getting into it. Thank you once again. The error log from 7.0 is:
Session 2.00
DiskSpc **********.**
Screen 600.00 by 800.00
OS Windows 5.01
Vers(1) Visual FoxPro 07.00.0000.9465 EXE Support Library for Windows [Jan 4 2002 03:07:19] Product ID
Vers(2) 0.00
Vers(3) 00
SMode 4.00
(1016) 1892.88 user object memory used
(1001) 1046656.00 pool available memory
CPU Pentium
Video Color/Color
RE: foxpro 6.0 app has error 1426 running on Windows XP
The graph was created by the graph wizard. When I try to use the Graph Wizard in Visual 7.0, I get a message saying «Microsoft Graph appears to be installed incorrectly-The latest version of Graph is available from Microsoft Office». I do not have Microsoft Office installed on the XP machine. I did install Visual Foxpro 6.0 and Foxpro 2.6 (problem??). Is Microsoft Graph available in Foxpro 7.0? I have graph8.exe and graph.exe (assuming from 2.6). What program is the Visual 7.0 graphing wizard looking for and where can I find it. Thank you in advance.
RE: foxpro 6.0 app has error 1426 running on Windows XP
OK, no solutions, but did you load up the Samples code from the MSDN CD? If you did, try:
DO (_samples+»solutionsolution»)
Then go to ActiveX -> Automation -> Manipulate display characteristics of a graph.
This uses MSGRAPH.CHART, see if this runs. It does on my XP Pro system, under both VFP 6.0 SP5 and VFP 7.0 SP1. The registry shows I have both .5 and .8 installed, with .8 being current. However, I do have Office XP (v10) installed and the registry shows that the «server» for MSGRAPH.CHART.8 is C:PROGRAM FILESMICROSOFTOffice10GRAPH.EXE.
So it may be that the MSGRAPH «runtime» is not compatible with XP.
RE: foxpro 6.0 app has error 1426 running on Windows XP
RE: foxpro 6.0 app has error 1426 running on Windows XP
Red Flag Submitted
Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.
Reply To This Thread
Posting in the Tek-Tips forums is a member-only feature.
Click Here to join Tek-Tips and talk with other members! Already a Member? Login
Источник
Microsoft visual foxpro error 1426
This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Answered by:

Question


I have an Active-X object that is installed by its own installation program. — MapWInGis.OCX —
I downloaded a VB6 code as a sample demonstration program of this ActiveX .
Now everything works fine in VB6 without any problem.
Now I’m trying to use this object in VFP9. I can drop this object onto a form with no problem.To open a document with in this object :
Dim sf As MapWinGIS.Shapefile
SF.Open(FileName)
code is used. When I use same thing in VFP syntax :
SF=CreateObject(«MapWinGIS.Shapefile»)
SF.Open (‘Z:My SourcesVFPMy Tempworld.shp’,.T.)
I get an error » 1426 : Library Not Registered «.
When I browse this object with Object Browser tool, nothing seems to strange. Even If I declare like :
VFP syntax:
Public SF As MapWInGIS.Shape
intellisens shows every Subclass of MapWinGIS.OCX. I can see every class,method,property etc. with Object Browser Tool
Any ideas why I can use this object on form but I can’t use other classes ?
Источник
Microsoft visual foxpro error 1426
This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
![]()
Answered by:

Question


I have an Active-X object that is installed by its own installation program. — MapWInGis.OCX —
I downloaded a VB6 code as a sample demonstration program of this ActiveX .
Now everything works fine in VB6 without any problem.
Now I’m trying to use this object in VFP9. I can drop this object onto a form with no problem.To open a document with in this object :
Dim sf As MapWinGIS.Shapefile
SF.Open(FileName)
code is used. When I use same thing in VFP syntax :
SF=CreateObject(«MapWinGIS.Shapefile»)
SF.Open (‘Z:My SourcesVFPMy Tempworld.shp’,.T.)
I get an error » 1426 : Library Not Registered «.
When I browse this object with Object Browser tool, nothing seems to strange. Even If I declare like :
VFP syntax:
Public SF As MapWInGIS.Shape
intellisens shows every Subclass of MapWinGIS.OCX. I can see every class,method,property etc. with Object Browser Tool
Any ideas why I can use this object on form but I can’t use other classes ?
Источник
Microsoft visual foxpro error 1426
![]()
Лучший отвечающий

Вопрос


I have an Active-X object that is installed by its own installation program. — MapWInGis.OCX —
I downloaded a VB6 code as a sample demonstration program of this ActiveX .
Now everything works fine in VB6 without any problem.
Now I’m trying to use this object in VFP9. I can drop this object onto a form with no problem.To open a document with in this object :
Dim sf As MapWinGIS.Shapefile
SF.Open(FileName)
code is used. When I use same thing in VFP syntax :
SF=CreateObject(«MapWinGIS.Shapefile»)
SF.Open (‘Z:My SourcesVFPMy Tempworld.shp’,.T.)
I get an error » 1426 : Library Not Registered «.
When I browse this object with Object Browser tool, nothing seems to strange. Even If I declare like :
VFP syntax:
Public SF As MapWInGIS.Shape
intellisens shows every Subclass of MapWinGIS.OCX. I can see every class,method,property etc. with Object Browser Tool
Any ideas why I can use this object on form but I can’t use other classes ?
Источник
| Re: Ошибка № 1426, 0x800a175d |
|---|
| Igor Korolyov
Сообщений: 34580 |
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS
Contact US
Thanks. We have received your request and will respond promptly.
Log In
Come Join Us!
Are you a
Computer / IT professional?
Join Tek-Tips Forums!
- Talk With Other Members
- Be Notified Of Responses
To Your Posts - Keyword Search
- One-Click Access To Your
Favorite Forums - Automated Signatures
On Your Posts - Best Of All, It’s Free!
*Tek-Tips’s functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.
Posting Guidelines
Promoting, selling, recruiting, coursework and thesis posting is forbidden.
Students Click Here
foxpro 6.0 app has error 1426 running on Windows XPfoxpro 6.0 app has error 1426 running on Windows XP(OP) 14 Mar 02 16:32 I developed an application in Visual 6.0 (a while back-with some difficulty) that prints graphs. I used the setup wizard to create the files I copy to the CD-ROM. I included Microsoft Graph 8.0 Runtime when running the setup wizard. Since that time, I have not worked in Visual Foxpro (reverted back to 2.6). When I load the Visual 6.0 application on my new computer with Windows XP, I get the error described below. The program works fine on my Windows 98 machine. Any ideas? I will be converting the Visual 6.0 application to Visual 7.0 (if I can ever get a handle on it). Thank you in advance. The error occurs on this line: APPEND GENERAL graph CLASS «msgraph.chart» This is the error log: Error # 1426.00 Red Flag SubmittedThank you for helping keep Tek-Tips Forums free from inappropriate posts. |
Join Tek-Tips® Today!
Join your peers on the Internet’s largest technical computer professional community.
It’s easy to join and it’s free.
Here’s Why Members Love Tek-Tips Forums:
Talk To Other Members- Notification Of Responses To Questions
- Favorite Forums One Click Access
- Keyword Search Of All Posts, And More…
Register now while it’s still free!
Already a member? Close this window and log in.
Join Us Close
The war of 1426 1429
No, we re not talking about a centuries-old battle here, we re talking about a series of error numbers. But we re certain you ll battle these four errors frequently while writing Automation code. These four errors are raised by the Automation server sending back an error code. Which one you get depends on how much information the server is willing to provide. This is the frustrating part: there isn t any categorical difference between these errors, and each error has a variety of meanings. These four errors return every possible problem from every Automation server; in contrast, FoxPro has hundreds of error messages!
Before you think that this is an awful design, remember that FoxPro is receiving the errors in a standard COM/Automation interface. There isn t any way to assign a unique error number to every possible error in every possible server even if we could ensure the errors are unique across servers, we d have error numbers larger than GUIDs, which would cause other problems.
So why is it so frustrating to work with these four errors? You can t tell the difference between a fatal error (the server has disconnected), a syntax error, and an error that can be fixed (like a divide by zero error) by the number. Yes, it is possible to keep a meticulous database of the text and number of each error for each server, but because of the volume of errors, it s very hard to track every error you come across and stay on-track with your development efforts.
Subtle differences
As we said before, the difference between these errors is in the quantity of information the server is willing to provide. Error 1426, «OLE error code 0x,»is the most simplistic. It returns only a character string containing the hexadecimal number and a short message, for example: «OLE error code 0x800706ba: The RPC server is unavailable.» In your error handler, ERROR() returns 1426, and MESSAGE() returns «OLE error code 0x800706ba: The RPC server is unavailable.»
Errors 1427, 1428, and 1429 all appear to return similar information: an exception code followed by the message. While FoxPro sees them as different errors, their messages seem eerily similar. The differences may lie in what is returned in the AERROR() function.
Visual FoxPro s AERROR() function returns more information for an error. It builds an array with seven columns containing various information, depending on whether it is a FoxPro, OLE, or ODBC error. Help indicates that most FoxPro errors return nulls for most of the entries, with the exception of OLE errors 1427 and 1429, and ODBC error 1526. In fact, OLE errors 1426 and 1428 also make good use of AERROR().
Table 2 lists the contents of the resulting AERROR() array. Error 1426 sets only the first three values; the remaining four are set to null values. Errors 1427, 1428, and 1429 use up to seven columns of the array.
Table 2. The contents of the AERROR() array, using a 1429 error generated by Excel. The described positions reflect those for OLE errors only; not general FoxPro errors or ODBC errors, which have different descriptions.
|
Position |
Contents |
Example |
|
1 |
The error number. Same as ERROR(). |
1429 |
|
2 |
Text of the VFP error message. Same as MESSAGE(). Note that this is a concatenation of some of the other information in this array. |
«OLE IDispatch exception code 0 from Microsoft Excel: Unable to set the Bold property of the Font class» |
|
3 |
The text of the OLE message. |
«Unable to set the Bold property of the Font class» |
|
4 |
The application sending the message. |
«Microsoft Excel» |
|
5 |
The application s Help file, if available (.Null. if not). |
«c:Program FilesMicrosoft OfficeOffice1033xlmain9.chm» |
|
6 |
The Help context ID, if available (.Null. if not). |
0 |
|
7 |
The OLE 2.0 exception number. |
0 |
Error 1426 sets the first three columns. The first is the error number, which is the same as querying ERROR(). The second is the VFP error message the one that s displayed in the error dialog box, as in: «OLE error code 0x80020026: Unknown name.» This is the same string that is returned from the MESSAGE() function. The third column contains only a portion of the text string; it is the string returned from the OLE server. VFP adds some standard text to clarify the message; in the case of 1426, it s «OLE error code 0x.» While you can parse that out of the string, it s probably easier just to check the third column of the array, which contains the error code followed by the message: «80020026: Unknown name.» Actually, it s even easier to check SYS(2018), the most recent error message parameter function. The remaining AERROR() array columns are .Null., like any other VFP error.
Errors 1427 1429 fill all columns of the array (if the Help file and Help Context ID are available). As you can see from Table 1, the VFP message is a concatenation of a standard message («OLE IDispatch exception code «), the exception number (column 7), the application name (column 4), and finally the text of the OLE message (column 3). The text of the message (column 3) is also the value returned by SYS(2018), the most recent error message parameter, which is different from error 1426, which returns just the text (as in column 3). Actually, SYS(2018) returns only the first 255 characters of the message, which can be significant in longer messages, as we ll see later on.
As we wrote this chapter, it became evident that 1426 and 1429 are the most common errors. In fact, in our hunt for error examples, we couldn t even bag a live error 1427 or 1428. This does not mean that you will never see an error 1427 or 1428; instead, it means that we haven t encountered every Office Automation error (though it sure seems that we have!). While Office may not use these errors, other COM objects might, so we strongly recommend that you build your error handler to handle 1427 and 1428, just in case.
Some interesting error observations
To really see how frustrating handling these errors can be, a few examples are in order. The first example shows the range of how informative these errors can be. For example, imagine the following line of code (yes, it has a typo in it, to illustrate our point):
oChart.ChartWizrd(oExcel.Sheets(cSheetName).Range(cGraphRange), ;
xlColumn, 6, xlColumns, 1, 1, 1, «», «», «Assets», «»)
The resulting error message is shown in Figure 1.

Figure 1. A sample error, 1426, obtained by a misspelled method name. While its conciseness is admirable, a bit of help on exactly what the unknown name is would be helpful.
Just a bit brief, no? Especially since our example has no fewer than five names in it: the references to oExcel, oChart, the ChartWizard method (which is the culprit here), the Sheets object, and the Range object. To be fair, VFP is reporting what it received from the server, so we can blame the server for its omission of one small, but very helpful, piece of information.
On the flip side, there s this error that comes from the following line of code. This line references a file that doesn t exist:
oWord.Documents.Open(«Test.Doc»)
This error, number 1429, is shown in Figure 2.

Figure 2. Another error, 1429, offers a lot of information. There s so much information, it even has a scroll bar!
This message is so unusually long and informative, the error message box actually has a scroll bar to allow you to read the full text of the message! The full text of the error message is as follows:
OLE IDispatch exception code 0 from Microsoft Word: This file could not be found.
Try one or more of the following:
* Check the spelling of the name of the document.
* Try a different file name.
(Test.Doc).
It was while testing this error that we found that SYS(2018) contains only the first 255 characters.
Another situation is that the same error number gives different kinds of errors that need to be handled differently. One kind of error is the syntax error, those pesky typos that the compiler usually catches, or the run-time notification that informs you that you ve reversed those two parameters. Another kind of error is when the user is notified that their system is improperly configured, or they ve made a mistake. Almost all FoxPro errors fall into one category or the other, so it s much easier to handle each individual error.
Errors 1426 1429 return errors in both of these categories (and any other category you can think of). To illustrate, let s pick on error 1426. We ve already talked about «OLE error code 0x80020026: Unknown name,» shown in Figure 1, which generally means there s a misspelled method or property in the code and the developer needs to fix the code. The error handler can gracefully skip this line, shut down the module, or whatever action is appropriate (ideally, the developer fixes this before it gets to the user!). In contrast to that situation, Figure 3 shows a different error: «OLE error code 0x800706ba: The RPC server is unavailable.» This error can show up on two occasions: when you re opening the server and it doesn t start up correctly (or doesn t start up all), or later, after your program opens the server, and the user closes it before your program is finished with it. Another 1426 classic is «OLE error code 0x80080005: Server execution failed.» This means that the server is registered, but the actual EXE file isn t found (usually due to the user uninstalling by deleting the folder instead of using the Uninstall routine). These last two errors are handled a bit differently than a syntax error! Who knows how many other errors are returned as 1426.

Figure 3. Another error 1426, this one indicating the server is unavailable. Automation errors can return nearly any kind of error (including syntax errors, run-time errors, and configuration errors), which makes programming your error handler a bit tricky.
Copyright 2000 by Tamar E. Granor and Della Martin All Rights Reserved
-
IGHOR
- Сообщения: 3
- Зарегистрирован: 31 окт 2012 02:20
При открытии любой базы
—————————
Ошибка в программе. Модуль MAIN_PL_IMPORTER2.INIT выполнил недопустимую операцию.
—————————
31/10/2012 02:04:09
В программе MAIN_PL_IMPORTER2.INIT произошла ошибка (строка 0)
Ошибка N:1426 Ошибка OLE, код 0x80040154: Class not registered.
1426 Ошибка OLE, код 0x80040154: Class not registered. 80040154: Class not registered .NULL. .NULL. .NULL. .NULL.
Исходный код: _VFP.AutoYield=.T.
Таблица: TOVARS_EXT
—————————
OK
—————————
Windows 8 Pro x64
Запускал от админа
-
support
- Сообщения: 10553
- Зарегистрирован: 09 ноя 2008 21:37
31 окт 2012 08:52
Попробуйте запустить файл reg_components.cmd от имени администратора. Данный файл находится в папке с программой.
-
IGHOR
- Сообщения: 3
- Зарегистрирован: 31 окт 2012 02:20
31 окт 2012 15:07
Спасибо! Это устранило ошибку.
Хоть и при запуске файла выдалась ошибка
—————————
Microsoft Visual FoxPro
—————————
Visual FoxPro cannot start. Could not load resources.
—————————
OK
—————————
-
sveekey
- Сообщения: 129
- Зарегистрирован: 23 янв 2012 11:24
05 июн 2013 20:46
IGHOR писал(а):При открытии любой базы
—————————
Ошибка в программе. Модуль MAIN_PL_IMPORTER2.INIT выполнил недопустимую операцию.
—————————
31/10/2012 02:04:09
В программе MAIN_PL_IMPORTER2.INIT произошла ошибка (строка 0)
Ошибка N:1426 Ошибка OLE, код 0x80040154: Class not registered.
1426 Ошибка OLE, код 0x80040154: Class not registered. 80040154: Class not registered .NULL. .NULL. .NULL. .NULL.
Исходный код: _VFP.AutoYield=.T.Таблица: TOVARS_EXT
—————————
OK
—————————Windows 8 Pro x64
Запускал от админа
Добрый день! То же самое при открытии перенесенной с предыдущего ПК базы. Система Win Server 2008 R2 Standart SP1 x64. Выполнял скрипт от администратора — не помогло. Переиндексировал базу — не помогло
-
support
- Сообщения: 10553
- Зарегистрирован: 09 ноя 2008 21:37
05 июн 2013 22:40
sveekey писал(а):Добрый день! То же самое при открытии перенесенной с предыдущего ПК базы. Система Win Server 2008 R2 Standart SP1 x64. Выполнял скрипт от администратора — не помогло. Переиндексировал базу — не помогло
-
support
- Сообщения: 10553
- Зарегистрирован: 09 ноя 2008 21:37
06 июн 2013 09:00
Запустите файл reg_components.cmd из папки с программой от имени администратора.
-
sveekey
- Сообщения: 129
- Зарегистрирован: 23 янв 2012 11:24
06 июн 2013 14:20
Спасибо, помог запуск скрипта, но только после одного из двух событий:
1) мы перерегистрировали программу на другой ключ (т.е. проблема была на Demo версии)
2) демо версия была более старой чем версия, в которой ранее работала база
-
sisers
- Сообщения: 2
- Зарегистрирован: 08 ноя 2013 21:18
08 ноя 2013 21:35
1. Запустите файл reg_components.cmd из папки с программой от имени администратора.
Сделал
2. Вам нужно удалить все файлы foxuser.* в Windows.
Таковых не обнаружил.
3. Исключения в Аваст добавил
Ошибка так и осталась ![]()
Windows 8 x64
Оплатил версию Proffessional. С активацией лицензии ошибка исчезнет?
- Вложения
-
- bug-01.jpg (60.04 КБ) 12898 просмотров
-
TechAdmin
- Администратор
- Сообщения: 4256
- Зарегистрирован: 27 авг 2008 14:30
09 ноя 2013 09:26
1. Запустите файл reg_components.cmd из папки с программой от имени администратора.
Сделал
Запустите командную строку от имени администратора, обратите внимание на слово Администратор в заголовке окна
- cmd_admin.png (5.04 КБ) 12894 просмотра
запущено не от Администратора
- cmd_no_admin.png (4.11 КБ) 12894 просмотра
в командной строке выполните 3 команды, каждую отдельно
Код: Выделить всё
c:
cd "c:Program Files (x86)E-Trade PriceList Importer"
reg_components.cmd
Содержание
- Решение проблем, которые могут возникнуть при запуске
- Cannot locate the microsoft visual foxpro support library windows 10 как исправить
- Answered by:
- Question
- Answers
- All replies
- cannot locate visual foxpro support library
- «Cannot locate the microsoft visual foxpro support library»
- Содержание
- Особенности ошибки
- Возможные причины
- Способы решения
- Примечания
- Cannot locate the Microsoft Visual FoxPro support library – решение проблеммы
- Программа при запуске пишет «Сannot locate the microsoft visual foxpro support library»
Решение проблем, которые могут возникнуть при запуске
1. Вопрос: После установки, при вводе документов выдается окно с запросом файлов *.ocx нажимаем на кнопку «Отмена» и выпадает ошибка:
«Ошибка OLE, код 0x80040154: Класс не зарегистрирован. Объект OLE игнорируется. Номер записи 6»
«Внутренняя ошибка 2738(Internal error 2738)»
Ответ:
Запустите файл reg.bat (может потребовать запуск от администратора) из папки с программой (обычно c:Налогоплательщик ЮЛInputdocreg.bat)
2. Вопрос: при попытке запуска программы выдаются сообщения типа:
«Несовпадение версии файла ресурсов»
«не хватает библиотеки Visual FoxPro»
Visual FoxPro cannot start
Could not load resources
Неправильный путь или имя файла
Resource file version mismatch
Cannot locate the Microsoft Visual Foxpro support library
либо выходит окно Microsoft Visual Foxpro и диалог выбора файла prg(fxp)
сама программа при этом не запускается
Oтвет:
-программа установлена в «C:Налогоплательщик ЮЛ»
-Объект(Target): «C:Налогоплательщик ЮЛINPUTDOCinputdoc.exe»
-Рабочая папка(Start in): «C:Налогоплательщик ЮЛINPUTDOC»
2. убедитесь, что в рабочей папке есть файлы:
vfp9rrus.dll (1 416К)
3. попробуйте отключить антивирус и запустить программу без него
6. попробуйте скачать и заменить в папке с программой файлы: http://npul.ru/download/other/9/
7. попробуйте скачать и заменить в папке с программой файлы: http://npul.ru/download/other/9sp1/
8. если 1-5 не помогли, попробуйте скачать и установить туда, где не запускается :
3. Вопрос: В программе вместо букв иероглифы, как исправить?
Ответ:
2. если не помогло, загрузите классическую схему в настройках экрана Windows
3. если не помогло, смените язык системы на английский, перезагрузитесь, затем опять на русский и снова перезагрузитесь
4.Внимание! во время смены языков windows может выдать сообщение, о том, что какие-то файлы уже имеются на диске и предлагает использовать их. Не соглашайтесь и выбирайте файл из дистрибутива windows. Смысл этих действий именно в восстановлении языковых файлов из дистрибутива windows.
1. Панель управления, Региональные стандарты, На закладке Форматы выбрать формат английский, на закладке Дополнительно (Язык программ не поддерживающих Юникод) нажать кнопку «Изменить язык системы», выбрать Английский
3. Панель управления, Региональные стандарты, На закладке Форматы выбрать формат Русский, на закладке Дополнительно (Язык программ не поддерживающих Юникод) нажать кнопку «Изменить язык системы», выбрать Русский
5.Внимание! иногда метод помогает со второй или третьей попытки
Windows 98, 2000, XP если не помогло:
измените значение строкового параметра «1252»
с «c_1252.nls» на «c_1251.nls»
ответ:
В папке с программой, после такой ошибки, будет файл VFP9Rerr.log. Пришлите его на info@mail.rvcgnivc.ru
5. Вопрос:Иногда возникает ошибка доступа к файлам, находящимся во временной папке Windows (Documents and Settings. Local SettingsTemp или Users. Local SettingsTemp)
Извините за ошибки, но, к сожалению, у нас нет возможности протестировать программу на всем возможном множестве программных + аппаратных платформ и с учетом всех программ, которые может у себя установить пользователь. Надеемся на ваше понимание и желание сотрудничать с нами в решении этой проблемы.
Для локализации и устранения причин ошибок в программе инсталляции большая просьба выслать нам файлы MSI*.LOG из временной папки Windows (типа:«C:Documents and SettingsuserNameLocal SettingsTempMSI*.LOG»или Win9*:«C:WindowsTempMSI*.LOG»)
Для локализации и устранения причин ошибок в программе «Налогоплательщик ЮЛ» большая просьба выслать нам все файлы из папки LOG программы «Налогоплательщик ЮЛ» (типа:«C:Налогоплательщик ЮЛINPUTDOCLOG*.*»)
Источник
Cannot locate the microsoft visual foxpro support library windows 10 как исправить
![]()
![]()
This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Answered by:

Question


Sorry; hope someone know to help me pls;
My error is «cannot locate the microsoft visual foxpro support library»
and I downloaded VFP 9; and I Install successfull;
but I dont know how to solve my error
Answers


File Names Are :
1. msvcr71.dll
2. vfp9r.dll
3. VFP9RENU.DLL
These 3 Files Are Visual Foxpro 9.00’s Library Supporting Files And You Will Find These Files Inside The VFP9 Folder.
I Am Sure That This Will Definetely Solve Your Problem.
Deepak Kharpate


could you be a bit more specific on when this error occurs?
Usually this only happens, when a compiled app is installed without corresponding runtimes.
It might also be helpful to know, which windows version you are using and where exactly you installed VFP.


My error is «cannot locate the microsoft visual foxpro support library»
This error appears when you are executing VFP application compiled into EXE. It should not appear on computer where VFP IDE is installed. Are you sure your EXE was created in VFP 9?


could you be a bit more specific on when this error occurs?
Usually this only happens, when a compiled app is installed without corresponding runtimes.
It might also be helpful to know, which windows version you are using and where exactly you installed VFP.


My error is «cannot locate the microsoft visual foxpro support library»
This error appears when you are executing VFP application compiled into EXE. It should not appear on computer where VFP IDE is installed. Are you sure your EXE was created in VFP 9?




File Names Are :
1. msvcr71.dll
2. vfp9r.dll
3. VFP9RENU.DLL
These 3 Files Are Visual Foxpro 9.00’s Library Supporting Files And You Will Find These Files Inside The VFP9 Folder.
I Am Sure That This Will Definetely Solve Your Problem.
Deepak Kharpate






Fast, simple and. that works.




. which will only work on 32bit systems.
The best place for DLLs is at the application folder, the rule to put runtimes into a system folder for all apps to use is outdated and not practical with many versions and putting them side by side into your app is a recommendation against DLL hell.
Quote: «If software developers need to customize a library, and if the main library release is unlikely to incorporate the changes that they need, they can ship the customized DLL for the program’s private use (commonly by placing it in the program’s private directory) or statically link the program against the customized library.»
It’s not important whether it’s libraries you design or runtime libraries, the different versions and their influence on other applications is, what matters. That’s especially true for C++ runtime DLLs (there’s more than msvcr71.dll) simply placing your version there does not only influence VFP apps. And also if other VFP Applications need other SP versions of the VFP DLLs, you don’t do yourself a favor by putting runtimes into the system folder. So please, even if you are so sure this is better in your case, don’t suggest doing it.
What’s true is, that VFP searches for runtimes in the EXE folder, the system folder (system32 or syswow64) and then the registry, whether the VFP runtimes are registered, which tells their location, too. The system folder is the system folder, it’s for the system. The Program Files folder offers your application its own folder, make use of that.
Источник
cannot locate visual foxpro support library
Добрый день всем, кто зашёл сюда по этому поводу.
Довольно часто у пользователей FoxPro 5.0 или даже visual foxpro 9.0 возникает такая проблема при переносе, например, программ, написанных на Foxpro, на другой компьютер, например, под управлением Windows 7 (32 разрядной) или же Windows 7 и Windows 8 64 разрядной, такой вот вопрос-ступор:
«Cannot locate the microsoft visual foxpro support library»
При этом, на экране появляется вот это зловещее окно:

cannot locate the microsoft visual foxpro support library
Проблема, разумеется, в недостающих библиотеках этого самого Foxpro. Ну не может Foxpro обойтись без своих библиотек, на которые он опирается при запуске своих же приложений.
Однако, она (проблема) вполне себе рашаема, причем проблема запуска приложений, написанных на Foxpro, решается без установки самого Foxpro.
Для этого достаточно скопировать соответствующие библиотеки в соответствующие каталоги Windows. Весьма удобно. Потому что, в этом случае щекотливая проблема лицензирования Foxpro отпадает.
В разных версиях Windows пути копирования — разные!
В случае 32-разрядных систем, набор библиотек копируем сюда:
C:windowssystem32
В случае 64 — разрядных систем путь несколько иной:
C:WindowsSysWOW64
Теперь о библиотеках. Их нужно несколько для корректной работы Foxpro.
Автор сайта blog.d2craft.ru любезно согласился собрать их и выложить для вас здесь:
Набор библиотек visual foxpro 5.0 можно скачать ЗДЕСЬ
Набор библиотек visual foxpro 9.0 можно скачать ЗДЕСЬ
1. Вопрос: После установки, при вводе документов выдается окно с запросом файлов *.ocx нажимаем на кнопку «Отмена» и выпадает ошибка:
«Ошибка OLE, код 0x80040154: Класс не зарегистрирован. Объект OLE игнорируется. Номер записи 6»
«Внутренняя ошибка 2738(Internal error 2738)»
Ответ:
Запустите файл reg.bat (может потребовать запуск от администратора) из папки с программой (обычно c:Налогоплательщик ЮЛInputdoc
eg.bat)
2. Вопрос: при попытке запуска программы выдаются сообщения типа:
«Несовпадение версии файла ресурсов»
«не хватает библиотеки Visual FoxPro»
Visual FoxPro cannot start
Could not load resources
Неправильный путь или имя файла
Resource file version mismatch
Cannot locate the Microsoft Visual Foxpro support library
либо выходит окно Microsoft Visual Foxpro и диалог выбора файла prg(fxp)
сама программа при этом не запускается
Oтвет:
1. если запускаете с помощью ярлыка на рабочем столе — убедитесь, что место куда установлена программа Налогоплательщик ЮЛ совпадает с рабочей папкой в свойствах ярлыка программы (напр:
-программа установлена в «C:Налогоплательщик ЮЛ»
-Объект(Target): «C:Налогоплательщик ЮЛINPUTDOCinputdoc.exe»
-Рабочая папка(Start in): «C:Налогоплательщик ЮЛINPUTDOC»
2. убедитесь, что в рабочей папке есть файлы:
vfp9rrus.dll (1 416К)
если их нет, или размер не совпал — отключите антивирусы и еще раз запустите программу установки версии, выберите вариант «исправить»
3. попробуйте отключить антивирус и запустить программу без него
4. возможно в папке windowssystem32 есть файлы vfp9r.dll, vfp9rrus.dll, vfp9renu.dll, config.fpw — удалите их оттуда и попробуйте запустить программу
5. возможно в переменной окружения PATH (мой компьютер/свойства/дополнительно/ кнопка «переменные среды») каталог %SystemRoot%system32 присутствует более одного раза — д.б. один раз
6. попробуйте скачать и заменить в папке с программой файлы: http://npul.ru/download/other/9/
7. попробуйте скачать и заменить в папке с программой файлы: http://npul.ru/download/other/9sp1/
8. если 1-5 не помогли, попробуйте скачать и установить туда, где не запускается :
3. Вопрос: В программе вместо букв иероглифы, как исправить?
Ответ:
1. Установите Русский на всех закладках окна настроек региональных стандартов (Панель управления/Язык и региональные стандарты)- обратите внимание на язык программ не поддерживающих Юникод на закладке Дополнительно — д.б. Русский
2. если не помогло, загрузите классическую схему в настройках экрана Windows
3. если не помогло, смените язык системы на английский, перезагрузитесь, затем опять на русский и снова перезагрузитесь
4.Внимание! во время смены языков windows может выдать сообщение, о том, что какие-то файлы уже имеются на диске и предлагает использовать их. Не соглашайтесь и выбирайте файл из дистрибутива windows. Смысл этих действий именно в восстановлении языковых файлов из дистрибутива windows.
1. Панель управления, Региональные стандарты, На закладке Форматы выбрать формат английский, на закладке Дополнительно (Язык программ не поддерживающих Юникод) нажать кнопку «Изменить язык системы», выбрать Английский
3. Панель управления, Региональные стандарты, На закладке Форматы выбрать формат Русский, на закладке Дополнительно (Язык программ не поддерживающих Юникод) нажать кнопку «Изменить язык системы», выбрать Русский
5.Внимание! иногда метод помогает со второй или третьей попытки
На некоторых дистрибутивах windows изменение языка может не помочь — возможно проблема с шрифтом ms sansserif — скачайте и установите:
Windows 98, 2000, XP если не помогло:
Запустите реестр: «Старт» — Выполнить» — «regedit»
измените значение строкового параметра «1252»
с «c_1252.nls» на «c_1251.nls»
ответ:
В папке с программой, после такой ошибки, будет файл VFP9Rerr.log. Пришлите его на info@mail.rvcgnivc.ru
5. Вопрос:Иногда возникает ошибка доступа к файлам, находящимся во временной папке Windows (Documents and Settings. Local SettingsTemp или Users. Local SettingsTemp)
Ответ:
-в этом случае как правило помогает либо перенос временной папки программы из «Documents and Settings» (например в c: >
-возможно это вызвано работой антивируса — попробуйте отключить его и поработать, если ошибка не повторится в настройках антивируса исключите из проверки файлы типа *.dbf, *.fpt, *.cdx, либо папку c:IDTMP
Извините за ошибки, но, к сожалению, у нас нет возможности протестировать программу на всем возможном множестве программных + аппаратных платформ и с учетом всех программ, которые может у себя установить пользователь. Надеемся на ваше понимание и желание сотрудничать с нами в решении этой проблемы.
Для локализации и устранения причин ошибок в программе инсталляции большая просьба выслать нам файлы MSI*.LOG из временной папки Windows (типа:«C:Documents and SettingsuserNameLocal SettingsTempMSI*.LOG»или Win9*:«C:WindowsTempMSI*.LOG»)
Для локализации и устранения причин ошибок в программе «Налогоплательщик ЮЛ» большая просьба выслать нам все файлы из папки LOG программы «Налогоплательщик ЮЛ» (типа:«C:Налогоплательщик ЮЛINPUTDOCLOG*.*»)
Содержание
Особенности ошибки
При запуске программы появляется следующая ошибка:
Возможные причины
Способы решения
Для решения проблемы необходимо выполнить ручную регистрацию системных библиотек, введя следующую команду:
Например, вы можете нажать на кнопку «Пуск», выбрать из меню команду «Выполнить» и набрать или вставить указанный выше
Для Windows 7 64-bit путь должен быть
Примечания
Пути к файлам (c:windowssystem и пр.) указаны выше для случая установки операционной системы Windows по умолчанию. Если система установлена на Вашем компьютере не на диск C или в другой каталог, вам придется соответственным образом изменить текст команды.В случае успешного выполнения команды на экране должно появиться сообщение вида:
Источник
Cannot locate the Microsoft Visual FoxPro support library – решение проблеммы
» data-medium-file=»https://admintouls.files.wordpress.com/2012/12/d181d0bdd0b8d0bcd0bed0ba445.png?w=300″ data-large-file=»https://admintouls.files.wordpress.com/2012/12/d181d0bdd0b8d0bcd0bed0ba445.png?w=395″ alt=»admintouls.wordpress.com» src=»https://admintouls.files.wordpress.com/2012/12/d181d0bdd0b8d0bcd0bed0ba445.png?w=782″ srcset=»https://admintouls.files.wordpress.com/2012/12/d181d0bdd0b8d0bcd0bed0ba445.png 395w, https://admintouls.files.wordpress.com/2012/12/d181d0bdd0b8d0bcd0bed0ba445.png?w=150 150w, https://admintouls.files.wordpress.com/2012/12/d181d0bdd0b8d0bcd0bed0ba445.png?w=300 300w» sizes=»(max-width: 395px) 100vw, 395px»/> admintouls.wordpress.com
Возможны проблеммы из-за неправильно установленных библиотек Visual FoxPro. Есть несколько решений путей как описано на сайте wiki.integral.ru:
Возможные причины:
Не произошла автоматическая регистрация системных библиотек
Компьютер работает с ограниченными правами администратора
А также их решения:
Для решения проблемы необходимо выполнить ручную регистрацию системных библиотек, введя следующую команду:
c:windowssystem32regsvr32 “c:windowssystem32vfp9r.dll”
и
c:windowssystem32regsvr32 “c:windowssystem32vfp9renu.dll”
Например, вы можете нажать на кнопку “Пуск”, выбрать из меню команду “Выполнить” и набрать или вставить указанный выше
Для Windows 7 64-bit путь должен быть
c:windowsSystemWOW64regsvr32 “c:windowsSystemWOW64vfp9r.dll”
и
c:windowsSystemWOW64regsvr32 “c:windowsSystemWOW64vfp9renu.dll”
“Cannot locate the Microsoft Visual FoxPro support library”
Может возникнуть другая:
“Запуск программы невозможен, так, как на компьютере отсутствует MSVCR70.dll”
Если это решение не помогло, (мне к примеру оно не помогло), тогда качаем библиотеку VisualFoxPro
Источник
Программа при запуске пишет «Сannot locate the microsoft visual foxpro support library»
Помощь в написании контрольных, курсовых и дипломных работ здесь.
при запуске игр W7 пишет «программа не работает»
недавно купил новый комп, и решил отыграть в игры в которые не играл на саром компе из-за.
Ошибка при запуске программы («Cannot load library MSVCP140.dll»)
система win 7 x64. При запуске программы вылетает ошибка: cannot load library MSVCP140.dll. Все.
почему при запуске ПК (Windows 7) не пишет «Добро пожаловать» и не запускается?
Здравствуйте,помогите пожалуйста! играла в игру,затем она свернулась и выключился компьютер и.
Добавлено через 13 часов 42 минуты
mon09, если ответ ещё интересует. Подозреваю что программа, которую вы запускаете связана со статистикой или образованием, скорей всего кокой-нибудь годовой отчет, с ярлыком в виде лисички. Если это так то вам нужны библиотеки *.dll support library для версии microsoft visual foxpro 5.0. Раньше их можно было найти отдельно от программы, сейчас сам пол дня пролазил по интернетах и не нашел. Но они есть в самом visual foxpro 5.0, т.е. вам нужно установить всю среду программирования, а с ней установятся и нужные библиотеки. Скачать её можно здесь http://www.ex.ua/16891455
19.10.2015, 18:19 Программа при запуске пишет «Сannot locate the microsoft visual foxpro support library»
ScrollLock, не знал. Но саму программу если поискать можно скачать не только на этом сайте. Да и страдают с такими древностями госорганы как раз на Украине, сегодня к примеру пришлось столкнуться. Уже и не думал что доведется, но программа по сдаче статистических отчетов для лицеев оказалась написана именно на VF 5.0 и за єти годы не обновлялась, почему на эту тему и попал. До этого попадались программы из «образования», но их уже года 2-3 как заменили современными.
Помощь в написании контрольных, курсовых и дипломных работ здесь.
Ошибка «Установка заблокирована» при установке Microsoft Visual Studio
Проблема следующая, расскажу поподробнее. Недавно возникла проблема с ноутом, в теории знал как ее.
Сообщение об ошибке «Отказано в доступе» при установке Microsoft Visual C++ 2012
Не могу установить visual c++ 2012 (нужен для работы некоторых игр). Windows 7 Максимальная.
Ошибка «Эта программа заблокирована групповой политикой» при запуске Just Cause 2
Здравствуйте! Установил со стима Just Cause 2, при запуске выдает ошибку «Эта программа.
Источник