This is a migrated thread and some comments may be shown as answers.

changes are not allowed in the following cases

6 Answers 156 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
bishoy
Top achievements
Rank 1
bishoy asked on 16 Feb 2012, 04:53 PM
After i finished installing that software i got that message : "changes are not allowed in the following cases: "

what's happened?
which option changed !!!

6 Answers, 1 is accepted

Sort by
0
bishoy
Top achievements
Rank 1
answered on 19 Feb 2012, 11:00 AM
any help please ?!!!!!!!!!!
0
Ivan
Telerik team
answered on 20 Feb 2012, 10:45 AM
Hello,

Thank you for your feedback. JustCode does not change any debugging settings, so it should not cause this behaviour that you are experiencing. Is it possible that you are in "Release" configuration? That is one possible reason that can cause this issue.
Another possible reason is having a CLR profiler. When such is enabled and attached "Edit and Continue" is automatically disabled.
Furthermore, could you check whether "Enabled Edit and Continue" option is enabled?
Finally, you could also check whether "IntelliTrace events and call information" is enabled? If it is, it will also disable "Edit and Continue".
If you have any more questions or remarks, please do not hesitate to contact us again!

All the best,
Ivan
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
bishoy
Top achievements
Rank 1
answered on 20 Feb 2012, 03:25 PM
thank you ivan

the problem that it my windows platform is x64 so there are some problems with it in debugging mode
0
Ivan
Telerik team
answered on 23 Feb 2012, 12:27 PM
Hello,

Does the problem appear with JustCode not installed or you notice this behaviour only with JustCode?
Could you try disabling the addin to see whether this fixes your issue?
Thank you for your help!

Kind regards,
Ivan
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Tom Bruinsma
Top achievements
Rank 1
answered on 29 Feb 2012, 09:58 PM
Same thing happened to me. In order to restore Edit and Continue I had to uninstall JustCode.

Update:
I have restored my environment to try and find the specific component that resulted in my problems.

When i installed JustCode, I also installed JustTrace (Q1 2012).  Numerous problems occur when the JustTrace add-on is enabled.

-Unable to use code and continue Error "Changes are not allowed..."
-Out of memory errors
-Out of Heap Space
-Dramatic delay in the load time of Visual Studio

To solve the issue, I disabled the startup of JustTrace from the Tools \ Add-in manager...

Based on what i am seeing, it looks as though JustTrace implements a CLR Profiler. Once the CLR Profiler is attached E&C is being disabled automatically by Visual Studio.
0
Ivan
Telerik team
answered on 01 Mar 2012, 05:47 PM
Hi,

Thank you for your feedback.
As you have found out - JustTrace is a profiler and that is why "Edit and Continue" is automatically disabled.
There is no need to stop JustTrace addin. You can disable it from its menu - Telerik -> JustTrace -> Disable JustTrace. That way it will not start together with the application.
As for the OOM Exceptions - sometimes the 32bit address space is not enough for the taken snapshot. A workaround is to use the standalone version of JustTrace - that way you will not experience such behavior.
If you have any more questions or remarks, please do not hesitate to contact us again!

All the best,
Ivan
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
General Discussions
Asked by
bishoy
Top achievements
Rank 1
Answers by
bishoy
Top achievements
Rank 1
Ivan
Telerik team
Tom Bruinsma
Top achievements
Rank 1
Share this question
or