I have a vb.net web form 2010 application that works fine. I now have converted the application to visual studio 2012 and I am now getting the following error message most of the time when I run visual studio 2012 from
my workstation. The error message is 'this thread is stopped with only external code frames on the call stack.external code frames are typically from frame work code but can also include other optimised modules which are loaded in target process'. Also on the
erro message in a separate box, I get the error message that says 'Cryptographic Exception crossed a native/managed boundary'.
This web form application also uses a third party tool that is used as 4 references. For the third party tool, I am using the version of the refernces that pertain to Visual Studio 2012.
Do I need to be able to see managed code? If so, how can I see the managed code by stepping through code?
Thus can you tell me what you suggest I try for debugging so I can see what is going on?
According to your description, we couldn’t directly find the reason.
Could you please tell me which third party library you have used in your application? Do you installed the required dll or file in your server?
Besides, I suggest you could check your output window when you debug your application to check if there is any other details error message which tell you which process or dll throw this error.
Best regards,
Sam
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
10 Points
16 Posts
web forum 2012 error message-now to debug
Aug 27, 2019 08:29 PM|dcofomaha|LINK
I have a vb.net web form 2010 application that works fine. I now have converted the application to visual studio 2012 and I am now getting the following error message most of the time when I run visual studio 2012 from
my workstation. The error message is 'this thread is stopped with only external code frames on the call stack.external code frames are typically from frame work code but can also include other optimised modules which are loaded in target process'. Also on the erro message in a separate box, I get the error message that says 'Cryptographic Exception crossed a native/managed boundary'.
This web form application also uses a third party tool that is used as 4 references. For the third party tool, I am using the version of the refernces that pertain to Visual Studio 2012.
Do I need to be able to see managed code? If so, how can I see the managed code by stepping through code?
Thus can you tell me what you suggest I try for debugging so I can see what is going on?
Contributor
3370 Points
1409 Posts
Re: web forum 2012 error message-now to debug
Aug 28, 2019 02:36 AM|samwu|LINK
Hi dcofomaha,
According to your description, we couldn’t directly find the reason.
Could you please tell me which third party library you have used in your application? Do you installed the required dll or file in your server?
Besides, I suggest you could check your output window when you debug your application to check if there is any other details error message which tell you which process or dll throw this error.
Best regards,
Sam