Started by aoxiangzcr ·
2009-06-30 14:43 UTC ·
7 replies · SMF topic #836
aoxiangzcr
2009-06-30 14:43 UTC
Today,when I test a program the cad show two message :
1.Project failed to load!The file could not be found or an error occurred while reading the file.[...filepath...]
2."filename.odcl"failed to load,you may need to add it to an Acad support path for it to load correctly!
but when I add the file to Acad "support" folder , these message shown me again.I don't know why!
Is this a bug?
bazzacad
2009-06-30 17:49 UTC
Try uninstalling OpenDCL & reinstalling.
Did you try to move the .ARX to anther folder?
owenwengerd
2009-06-30 18:25 UTC
author=aoxiangzcr link=topic=836.msg4139#msg4139 date=1246373019 wrote:
Is this a bug?
It might be. Can you attach the file (or email it to me at owenw@bright.net)?
aoxiangzcr
2009-07-01 00:28 UTC
author=owenwengerd link=topic=836.msg4143#msg4143 date=1246386330 wrote:
[quote author=aoxiangzcr link=topic=836.msg4139#msg4139 date=1246373019]
Is this a bug?
It might be. Can you attach the file (or email it to me at owenw@bright.net)?
I had uninstalled it and reinstalled it again,but don't solve the problem.And i haven't move the arx files.My test files is "OpenDCL Samples"(masterdemo.odcl).
My operation system is :win xp professional sp3\acad 2006
owenwengerd
2009-07-01 01:46 UTC
You need to make sure you have sufficient permissions to open and read the file. Did you install it on a network share? If so, try it on your local hard drive.
aoxiangzcr
2009-07-01 03:54 UTC
I have this issue resolved. This is determined by the conflict between the old and the new version caused. Two versions do not co-exist? If two applications use two different versions, then I should be how to solve this conflict problem?
fred_tomke
2009-07-01 06:09 UTC
Hi, aoxiangzcr,
Two versions do not co-exist?
New runtime files (arx) always can read older project (odcl) files. Normally you cannot install two different releases of OpenDCL Studio or OpenDCL Runtime side by side
at one workstation. I suggest you not to use different OpenDCL Studio releases on
different workstations in production. Make sure that the latest runtime release is installed on the workstations on which your application shall run.
Fred
aoxiangzcr
2009-07-15 12:36 UTC
Thank you everyone!