This morning I can not open any apps in this one client’s local folder on my machine
Other folders for other client’s work just fine.
All permissions look correct.
Cannot load file AlarmRun.app under C:\Ragazzi\Clients\Cornerstone\AFW.v41c.
Check the file permission and the existence of that file.
File Name:C:\Ragazzi\Clients\Cornerstone\AFW.v41c\AlarmRun.app*
Path:C:\Ragazzi\Clients\Cornerstone\AFW.v41c*
File Name Without Path:AlarmRun.app*
and this
---------------------------
Exception got
---------------------------
System.NotImplementedException: CreateSection for Clarion.Base.VersionsSection Clarion v11.0.13372.CStone
at Clarion.Base.NoCreateSection.CreateSection(String section)
at COptionsSection.CreateSection(COptionsSection* , SByte* section)
at Clarion.GEN.Win32GeneratorInstance.OpenApplication(String appName, Boolean quietConvert)
at SoftVelocity.Generator.ApplicationService.OpenApplication(String fileName, Boolean autoConvert)
at SoftVelocity.Generator.ApplicationService.OpenApplication(Application app)
at SoftVelocity.Generator.Application.CheckLazyLoad()
at SoftVelocity.Generator.Application.Edit()
at SoftVelocity.Generator.UI.ApplicationMainWindowControl_ViewContent.Load()
at SoftVelocity.Generator.UI.ApplicationMainWindowControl_ViewContent.LoadApp(Application _app)
at SoftVelocity.Generator.UI.ApplicationMainWindowControl_ViewContent.Load(String fileName)
at SoftVelocity.Generator.UI.ApplicationEditorDisplayBinding.CreateContentForFile(String fileName)
at ICSharpCode.SharpDevelop.FileService.LoadFileWrapper.Invoke(String fileName)
at ICSharpCode.Core.FileUtility.LoadWrapper.Invoke()
at ICSharpCode.Core.FileUtility.ObservedLoad(FileOperationDelegate loadFile, String fileName, String message, FileErrorPolicy policy)
Did you check a possible ransom?
Kevin, based on the exception messages it looks like you are using the Clarion Versions feature.
Could there be something wrong with the setup of the “version” you are using with this project. Are the paths correct available, etc? Edit your ClarionProperties.xml in the configuration folder and search for Versions. Review the values for the version you are using with Cornerstone.
Hi, yes i am using different version: the version i am having issues with seems to be missing so i added it back from a backup copy and not much of a change
---------------------------
Exception got
---------------------------
System.NotImplementedException: CreateSection for Clarion.Base.VersionsSection Clarion v11.0.13372.CStone
at Clarion.Base.NoCreateSection.CreateSection(String section)
at COptionsSection.CreateSection(COptionsSection* , SByte* section)
at Clarion.GEN.Win32GeneratorInstance.OpenApplication(String appName, Boolean quietConvert)
at SoftVelocity.Generator.ApplicationService.OpenApplication(String fileName, Boolean autoConvert)
at SoftVelocity.Generator.ApplicationService.OpenApplication(Application app)
at SoftVelocity.Generator.Application.CheckLazyLoad()
at SoftVelocity.Generator.Application.Edit()
at SoftVelocity.Generator.UI.ApplicationMainWindowControl_ViewContent.Load()
at SoftVelocity.Generator.UI.ApplicationMainWindowControl_ViewContent.LoadApp(Application _app)
at SoftVelocity.Generator.UI.ApplicationMainWindowControl_ViewContent.Load(String fileName)
at SoftVelocity.Generator.UI.ApplicationEditorDisplayBinding.CreateContentForFile(String fileName)
at ICSharpCode.SharpDevelop.FileService.LoadFileWrapper.Invoke(String fileName)
at ICSharpCode.Core.FileUtility.LoadWrapper.Invoke()
at ICSharpCode.Core.FileUtility.ObservedLoad(FileOperationDelegate loadFile, String fileName, String message, FileErrorPolicy policy)
---------------------------
OK
---------------------------
I added back this section
<Properties name="Clarion 11.0.13372.CStone">
<path value="C:\Clarion\v11.0.13372.CStone\bin" />
<IsWindowsVersion value="True" />
<ovl value="svdata.ovl" />
<DdeTimeOut value="0" />
<IsClarion62 value="False" />
<Properties name="RedirectionFile">
<Name value="Clarion110.red" />
<SupportsInclude value="True" />
<Properties name="Macros">
<root value="C:\Clarion\v11.0.13372.CStone" />
<reddir value="C:\Clarion\v11.0.13372.CStone\bin" />
</Properties>
</Properties>
<libsrc value="C:\Clarion\v11.0.13372.CStone\libsrc\win;C:\Clarion\v11.0.13372.CStone\Accessory\libsrc\win" />
<Properties name="Compilers">
<clw value="Claclw.dll" />
<cpp value="Clacpp.dll" />
<mod value="Clamod.dll" />
<asm value="Claasm.dll" />
<lpe value="Clalpe.dll" />
</Properties>
<CWVersion value="11000" />
<WideAppgenDialogs value="True" />
<ini value="" />
</Properties>
And this path exists and the file in it are present and look normal?
Finally figured it out I do not know how this property changed
This
<Properties name="Clarion 11.0.13372.CStone">
Should have been this - notice leading ‘v’ in the v11.0
<Properties name="Clarion v11.0.13372.CStone">
Glad you be able to find it.
That is like the semicolon, playing hide and seek.