The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Troubleshooting access violations
Posted: 09 Mar 09 12:45 PM
|
I'm tracking down some access violations that are occuring in a heavily customized 7.22 system. Any pointers on how to go about identifying the problem? The error message gives no clues so I guess I will have to add breakpoints until I can narrow it down.
|
|
|
|
Re: Troubleshooting access violations
Posted: 09 Mar 09 8:04 PM
|
Can you just set "debug on error"? You're right, it probably is the fastest way. I hope for your sake that your errors are in your script and not in SalesLogix.exe itself ... |
|
|
|
Re: Troubleshooting access violations
Posted: 10 Mar 09 5:40 AM
|
Got lucky, it was easy to track down. I think there are cases where RefreshMainView causes this if you are refreshing and there is additional code or a form is still open. |
|
|
| |
|