This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: MSP432P4111
Tool/software: Code Composer Studio
Hi all,
All of a sudden I'm having trouble changing project properties.
My project currently uses the debug build configuration. If I go to the project properties (right click on proejct in project explorer -> properties) change the configuration to something else I start getting errors (as in the screen shots and eclipse logs below) and I can't change any properties or change the properties I'm looking at (e.g. change from general to build in the left hand pane).
Any ideas how to resolve this.
I've tried starting CCS with the -clean option, I've tried erasing the .metadata folder from my workspace, and I've tried reverting to earlier versions of my project config files (.project, .cproject, .ccsproject) but none of these have helped.
Cheers
Julian
!SESSION 2018-07-25 14:55:50.005 -----------------------------------------------
eclipse.buildId=4.7.3.M20180301-0715
java.version=1.8.0_112
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_AU
Framework arguments: -product com.ti.ccstudio.branding.product
Command-line arguments: -os win32 -ws win32 -arch x86 -product com.ti.ccstudio.branding.product -clean
!ENTRY com.ti.common.core 4 0 2018-07-25 14:56:07.884
!MESSAGE path=ccs_base/DebugServer
!ENTRY com.ti.common.core 4 0 2018-07-25 14:56:07.884
!MESSAGE debugServerDir=C:/ti/ccs800/ccsv8/ccs_base/DebugServer
!ENTRY org.eclipse.launchbar.core 2 0 2018-07-25 14:56:18.339
!MESSAGE Enablement expression is missing for descriptor type org.eclipse.cdt.debug.core.coreBuildDescriptorType
!ENTRY org.eclipse.launchbar.core 2 0 2018-07-25 14:56:18.354
!MESSAGE Enablement expression is missing for config provider for org.eclipse.cdt.debug.core.coreBuildDescriptorType
!ENTRY org.eclipse.launchbar.core 2 0 2018-07-25 14:56:18.370
!MESSAGE Enablement expression is missing for config provider for org.eclipse.cdt.debug.core.coreBuildDescriptorType
!ENTRY org.eclipse.equinox.p2.metadata.repository 4 1000 2018-07-25 14:56:26.326
!MESSAGE No repository found at file:/C:/ti/ccs800/ccsv8/eclipse/configuration/org.eclipse.osgi/193/data/listener_1925729951/.
!ENTRY org.eclipse.ui 4 0 2018-07-25 14:56:28.947
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.IllegalArgumentException: Index out of bounds
at org.eclipse.swt.SWT.error(SWT.java:4514)
at org.eclipse.swt.SWT.error(SWT.java:4448)
at org.eclipse.swt.SWT.error(SWT.java:4419)
at org.eclipse.swt.widgets.Widget.error(Widget.java:482)
at org.eclipse.swt.widgets.TabFolder.createItem(TabFolder.java:232)
at org.eclipse.swt.widgets.TabItem.<init>(TabItem.java:112)
at com.ti.common.project.ui.internal.properties.ConfigurationPropertiesPage.addInjectedPage(ConfigurationPropertiesPage.java:220)
at org.eclipse.rtsc.project.ui.properties.ConfigurationPropertiesPageContribution.contributeControls(ConfigurationPropertiesPageContribution.java:103)
at com.ti.common.project.ui.internal.properties.BasePropertiesPageViewer.doReset(BasePropertiesPageViewer.java:101)
at com.ti.common.project.ui.internal.properties.ConfigurationPropertiesPageViewer.reset(ConfigurationPropertiesPageViewer.java:36)
at com.ti.common.project.ui.internal.properties.ConfigurationPropertiesPage.updateContent(ConfigurationPropertiesPage.java:287)
at com.ti.ccstudio.project.ui.internal.properties.GeneralSettingsPage.updateContent(GeneralSettingsPage.java:1144)
at com.ti.common.project.ui.internal.properties.ConfigurationPropertiesPage.cfgChanged(ConfigurationPropertiesPage.java:276)
at org.eclipse.cdt.ui.newui.AbstractPage.handleConfigSelection(AbstractPage.java:472)
at org.eclipse.cdt.ui.newui.AbstractPage.access$0(AbstractPage.java:428)
at org.eclipse.cdt.ui.newui.AbstractPage$1.handleEvent(AbstractPage.java:280)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4428)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4238)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3817)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:818)
at org.eclipse.jface.window.Window.open(Window.java:794)
at org.eclipse.ui.dialogs.PropertyDialogAction.run(PropertyDialogAction.java:157)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:565)
at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:397)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4428)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4238)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3817)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1039)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
!ENTRY org.eclipse.jface 4 2 2018-07-25 14:58:35.327
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
!STACK 0
java.lang.IllegalArgumentException: Index out of bounds
at org.eclipse.swt.SWT.error(SWT.java:4514)
at org.eclipse.swt.SWT.error(SWT.java:4448)
at org.eclipse.swt.SWT.error(SWT.java:4419)
at org.eclipse.swt.widgets.Widget.error(Widget.java:482)
at org.eclipse.swt.widgets.TabFolder.createItem(TabFolder.java:232)
at org.eclipse.swt.widgets.TabItem.<init>(TabItem.java:112)
at com.ti.common.project.ui.internal.properties.ConfigurationPropertiesPage.addInjectedPage(ConfigurationPropertiesPage.java:220)
at org.eclipse.rtsc.project.ui.properties.ConfigurationPropertiesPageContribution.contributeControls(ConfigurationPropertiesPageContribution.java:103)
at com.ti.common.project.ui.internal.properties.BasePropertiesPageViewer.doReset(BasePropertiesPageViewer.java:101)
at com.ti.common.project.ui.internal.properties.ConfigurationPropertiesPageViewer.reset(ConfigurationPropertiesPageViewer.java:36)
at com.ti.common.project.ui.internal.properties.ConfigurationPropertiesPage.updateContent(ConfigurationPropertiesPage.java:287)
at com.ti.ccstudio.project.ui.internal.properties.GeneralSettingsPage.updateContent(GeneralSettingsPage.java:1144)
at com.ti.common.project.ui.internal.properties.ConfigurationPropertiesPage.cfgChanged(ConfigurationPropertiesPage.java:276)
at org.eclipse.cdt.ui.newui.AbstractPage.handleConfigSelection(AbstractPage.java:472)
at org.eclipse.cdt.ui.newui.AbstractPage.populateConfigurations(AbstractPage.java:804)
at org.eclipse.cdt.ui.newui.AbstractPage.setVisible(AbstractPage.java:830)
at com.ti.common.project.ui.internal.properties.BasePropertiesPage.setVisible(BasePropertiesPage.java:122)
at com.ti.common.project.ui.internal.properties.ConfigurationPropertiesPage.setVisible(ConfigurationPropertiesPage.java:152)
at org.eclipse.jface.preference.PreferenceDialog.selectCurrentPageAgain(PreferenceDialog.java:954)
at org.eclipse.jface.preference.PreferenceDialog$5.handleError(PreferenceDialog.java:643)
at org.eclipse.jface.preference.PreferenceDialog$5.lambda$0(PreferenceDialog.java:656)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.jface.preference.PreferenceDialog$5.selectionChanged(PreferenceDialog.java:654)
at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:872)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.JFaceUtil.lambda$0(JFaceUtil.java:44)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:869)
at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1718)
at org.eclipse.jface.viewers.TreeViewer.setSelection(TreeViewer.java:1075)
at com.ti.ccstudio.project.ui.internal.properties.DynamicPropertiesPageManager.selectNode(DynamicPropertiesPageManager.java:673)
at com.ti.ccstudio.project.ui.internal.properties.DynamicPropertiesPageManager.showToolchainNodes(DynamicPropertiesPageManager.java:595)
at com.ti.ccstudio.project.ui.internal.properties.DynamicPropertiesPageManager.access$10(DynamicPropertiesPageManager.java:498)
at com.ti.ccstudio.project.ui.internal.properties.DynamicPropertiesPageManager$PropertiesDialogSpy.forEach(DynamicPropertiesPageManager.java:317)
at org.eclipse.cdt.ui.newui.AbstractPage.cfgChanged(AbstractPage.java:1013)
at com.ti.common.project.ui.internal.properties.BasePropertiesPage.cfgChanged(BasePropertiesPage.java:177)
at com.ti.common.project.ui.internal.properties.ConfigurationPropertiesPage.cfgChanged(ConfigurationPropertiesPage.java:270)
at org.eclipse.cdt.ui.newui.AbstractPage.handleConfigSelection(AbstractPage.java:472)
at org.eclipse.cdt.ui.newui.AbstractPage.access$0(AbstractPage.java:428)
at org.eclipse.cdt.ui.newui.AbstractPage$1.handleEvent(AbstractPage.java:280)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4428)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4238)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3817)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:818)
at org.eclipse.jface.window.Window.open(Window.java:794)
at org.eclipse.ui.dialogs.PropertyDialogAction.run(PropertyDialogAction.java:157)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:565)
at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:397)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4428)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4238)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3817)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1039)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
!ENTRY org.eclipse.jface 4 2 2018-07-25 14:59:02.051
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
!STACK 0
java.lang.IllegalArgumentException: Index out of bounds
at org.eclipse.swt.SWT.error(SWT.java:4514)
at org.eclipse.swt.SWT.error(SWT.java:4448)
at org.eclipse.swt.SWT.error(SWT.java:4419)
at org.eclipse.swt.widgets.Widget.error(Widget.java:482)
at org.eclipse.swt.widgets.TabFolder.createItem(TabFolder.java:232)
at org.eclipse.swt.widgets.TabItem.<init>(TabItem.java:112)
at com.ti.common.project.ui.internal.properties.ConfigurationPropertiesPage.addInjectedPage(ConfigurationPropertiesPage.java:220)
at org.eclipse.rtsc.project.ui.properties.ConfigurationPropertiesPageContribution.contributeControls(ConfigurationPropertiesPageContribution.java:103)
at com.ti.common.project.ui.internal.properties.BasePropertiesPageViewer.doReset(BasePropertiesPageViewer.java:101)
at com.ti.common.project.ui.internal.properties.ConfigurationPropertiesPageViewer.reset(ConfigurationPropertiesPageViewer.java:36)
at com.ti.common.project.ui.internal.properties.ConfigurationPropertiesPage.updateContent(ConfigurationPropertiesPage.java:287)
at com.ti.ccstudio.project.ui.internal.properties.GeneralSettingsPage.updateContent(GeneralSettingsPage.java:1144)
at com.ti.common.project.ui.internal.properties.ConfigurationPropertiesPage.cfgChanged(ConfigurationPropertiesPage.java:276)
at org.eclipse.cdt.ui.newui.AbstractPage.handleConfigSelection(AbstractPage.java:472)
at org.eclipse.cdt.ui.newui.AbstractPage.populateConfigurations(AbstractPage.java:804)
at org.eclipse.cdt.ui.newui.AbstractPage.setVisible(AbstractPage.java:830)
at com.ti.common.project.ui.internal.properties.BasePropertiesPage.setVisible(BasePropertiesPage.java:122)
at com.ti.common.project.ui.internal.properties.ConfigurationPropertiesPage.setVisible(ConfigurationPropertiesPage.java:152)
at org.eclipse.jface.preference.PreferenceDialog.selectCurrentPageAgain(PreferenceDialog.java:954)
at org.eclipse.jface.preference.PreferenceDialog$5.handleError(PreferenceDialog.java:643)
at org.eclipse.jface.preference.PreferenceDialog$5.lambda$0(PreferenceDialog.java:656)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.jface.preference.PreferenceDialog$5.selectionChanged(PreferenceDialog.java:654)
at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:872)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.JFaceUtil.lambda$0(JFaceUtil.java:44)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:869)
at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1718)
at org.eclipse.jface.viewers.TreeViewer.setSelection(TreeViewer.java:1075)
at com.ti.ccstudio.project.ui.internal.properties.DynamicPropertiesPageManager.selectNode(DynamicPropertiesPageManager.java:673)
at com.ti.ccstudio.project.ui.internal.properties.DynamicPropertiesPageManager.showToolchainNodes(DynamicPropertiesPageManager.java:595)
at com.ti.ccstudio.project.ui.internal.properties.DynamicPropertiesPageManager.access$10(DynamicPropertiesPageManager.java:498)
at com.ti.ccstudio.project.ui.internal.properties.DynamicPropertiesPageManager$PropertiesDialogSpy.forEach(DynamicPropertiesPageManager.java:317)
at org.eclipse.cdt.ui.newui.AbstractPage.cfgChanged(AbstractPage.java:1013)
at com.ti.common.project.ui.internal.properties.BasePropertiesPage.cfgChanged(BasePropertiesPage.java:177)
at com.ti.common.project.ui.internal.properties.ConfigurationPropertiesPage.cfgChanged(ConfigurationPropertiesPage.java:270)
at org.eclipse.cdt.ui.newui.AbstractPage.handleConfigSelection(AbstractPage.java:472)
at org.eclipse.cdt.ui.newui.AbstractPage.access$0(AbstractPage.java:428)
at org.eclipse.cdt.ui.newui.AbstractPage$1.handleEvent(AbstractPage.java:280)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4428)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4238)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3817)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:818)
at org.eclipse.jface.window.Window.open(Window.java:794)
at org.eclipse.ui.dialogs.PropertyDialogAction.run(PropertyDialogAction.java:157)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:565)
at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:397)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4428)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4238)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3817)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1039)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
Julian,
Which version of CCS are you using?
Do these errors appear only after changing the default build configuration, (ie) from Debug to Release, or do they occur even when viewing/changing the properties of the default Debug configuration? Are you able to still build the project successfully?
If importing the project into a new workspace does not help resolve the issue, could you send us a stripped down version of the project that we can use to reproduce the issue?
G'Day AaritG
> Which version of CCS are you using?
I'm using CCS v8.1.
> Do these errors appear only after changing the default build configuration,(ie) from Debug to Release, or do they occur even when viewing/changing the properties of the default Debug configuration?
You are right, I can change properties with no problem so long as I don't change the default build configuration.
But once I change the default build configuration I start getting these errors and I keep getting them even if I change back to the default build configuration.
If I close the properties dialog and reopen it, I can again change the properties of the default build configuration.
> Are you able to still build the project successfully?
Yes. I've never had a problem building the project.
> If importing the project into a new workspace does not help resolve the issue,
I still have the problem if I import the project into a new workspace.
> could you send us a stripped down version of the project that we can use to reproduce the issue?
I don't think I can....
Other people in my project team use the save version of CCS, check out the same code, (with the same .*project files) but don't have the problem.
Reverting to older versions of my project doesn't resolve the problem for me either.
On of my colleagues says he had the same problem in CCS v7. He never resolved it because we updated to v8 around that time and when he started using v8 the problem was gone (but was still present if he opened the same project in CCS v7)
Cheers
Julian
Julian Kolodko said:Other people in my project team use the save version of CCS, check out the same code, (with the same .*project files) but don't have the problem.
That is interesting that others using the exact same project and version of CCS do not have this issue. So it sounds like something specific to your environment but not related to workspace.
If you are unable to share the entire project, do you think you might be able to share just the project metadata files (all the .*project files) for us to look at? You can share it privately with me if you prefer to not post it here.
G'Day Aarti,
I've been trying to send you a private message with my .*project files but I keep getting the following:
Either the site is offline or an unhandled error occurred. We apologize and have logged the error. Please try your request again or if you know who your site administrator is let them know too.
Is the right way to send a private message to go to your profile, click on the "Connect " button at top right then "Send a private message"?
I've tried Friend'ing you. Maybe that will give me another path to sending a private message.
Cheers
Julian