If I create a generic sheet to test the while loop function (below), this works fine. x <- 0 h <-0 while x < h x<-- x+1 |
Obviously the error is thrown for more complex calculations only (memory, stackoverflow???) and it would be a tough job to find out which, I guess.
I did install a windows .net framework 4 update last week, could a MathCAD reinstall help? |
Maybe its worth a try, I am not sure as I never encountered that problem myself. It could be that a .NET FW repair/install is more promising, though.
I just googled the error message you sent, gave the results a quick glance and reasoned it would be a .NET problem - no peronal experience (thankfully :).
One of the preliminaries (http://communities.ptc.com/message/19183#19183) for Mathcad 14 is .NET Framework 3.5 or later. I am not really sure about the "or later" but if thats true, you should be up an running with version 4. I guess you have installed the other preliminaries as well.
The Mathcad version you have 14.0.0.163 is rather old and quite buggy - I thinks thats the very first release, sometimes called F000. If you have a single user license you should be able to download and install Mathcad14 M020 and I would strongly suggest to do so. If you are an Enterprise user you should be able to download and install14.0 M030. Keep away from M035 (the latest maintainance release before MC15) as this version has a bad bug.
You may look here http://communities.ptc.com/docs/DOC-2581
to see which problems had been fixed in which release, maybe you find something relate to the error you encountered.