Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29258 Discussões

Error "Visual Studio has encountered an exception...may be caused by an extension"

jlgilber
Principiante
1.721 Visualizações
I get this error message under the following conditions:
Running XE 12.0 update 9 on XP machine.
If a specific subroutine is "open" so that it shows up in the source window.
OR
The first time I click on this subroutine to open it in the source window.

If I close the window and reopn the source I DO NOT get the error message.
I have 80 someodd subroutines and this is the OPNY one that causes this error message to appear.
This Subroutine happens to be the subroutine that contains the !dec$ attributes for being called from EXCEL

!dec$ attributes dllexport :: DispatchDLL
!dec$ attributes alias : "DISPATCHDLL" :: DispatchDLL
!dec$ attributes stdcall, REFERENCE :: DispatchDLL
!dec$ attributes MIXED_STR_LEN_ARG :: DispatchDLL

If I clear the message and continue, I can build my project and continue as if I never got the error message.

I tried to do the suggestion and start the project with /lop parameter, but did NOT get (or be able to find) the ActivityLog.xml file that the /log was supposed to create.

Any ideas as to what is causing this error message

0 Kudos
11 Respostas
Steven_L_Intel1
Funcionário
1.721 Visualizações
Try update 10 and see if that helps. We have seen a couple of different variations on this error and fixed those we know about.
jlgilber
Principiante
1.721 Visualizações
Installed Update 10... Opened project.... Got same error message.
Steven_L_Intel1
Funcionário
1.721 Visualizações
Would you please provide a ZIP of your project (after a Build > Clean)?
jlgilber
Principiante
1.721 Visualizações

I created a new project, added the one subroutine, deleted most of the code, added a few lines to make a main routine (to remove build errors).

Steven_L_Intel1
Funcionário
1.721 Visualizações
So you are no longer seeing this error? Or did you mean to attach this new project, as you didn't...
jlgilber
Principiante
1.721 Visualizações
Still gets the error message. Thought I had attached the zip file. Hopefully I did it right this time.
Steven_L_Intel1
Funcionário
1.721 Visualizações
I asked our developers to take a look at this. Issue ID is DPD200182177.
Steven_L_Intel1
Funcionário
1.721 Visualizações
The developers tell me that this is fixed for the next update.
jlgilber1
Principiante
1.721 Visualizações
Does that mean Composer XE 12.1 Update 11.344 or the one to follow this ?
Steven_L_Intel1
Funcionário
1.721 Visualizações
It would be Update 11.
jlgilber1
Principiante
1.721 Visualizações
Thanks.

It appears that this issue is now causing me a problem.
I will install Update 11 and see if it corrects my original problem and my current problem.
Responder