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

Exception on starting MSVS

DavidWhite
Valued Contributor II
460 Views
Are you able to shed any light on this error when starting MSVS? Today I installed update 6, then uninstalled update 5. I have already loaded and recompiled several solutions before this error occurred. This output comes from starting denenv with the /log switch as instructed by the error prompt:

System.NullReferenceException: Object reference not set to an instance of an object. at Intel.Fortran.IFLangService.DropDownBar.CalculateTopSelection(Int32 line) at Intel.Fortran.IFLangService.DropDownBar.CaretPositionChanged(Object sender, CaretPositionChangedEventArgs e) at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.RaiseEvent[TArgs](Object sender, EventHandler`1 eventHandlers, TArgs args)

I should add that I am using my own command script to start denenv, which aims to avoid issues when connected through VPN, as My Documents, etc, is by default on a network drive.

My script is:

@ECHO OFF
SET OLDPATH=%PATH%
SET PATH=%IFORT_COMPILER12%redist\\ia32\\mkl;%IFORT_COMPILER12%redist\\ia32\\mpirt;%IFORT_COMPILER12%redist\\ia32\\compiler;%IFORT_COMPILER12%compiler\\lib;C:\\Program Files\\CollabNet\\Subversion Client;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\Program Files\\TortoiseSVN\\bin;C:\\WINDOWS\\Microsoft.NET\\Framework\\v2.0.50727
CALL "%IFORT_COMPILER12%bin\\ipsxe-comp-vars.bat" ia32 vs2010
"C:\\Program Files\\Microsoft Visual Studio 10.0\\Common7\\IDE\\devenv.exe" /log
SET PATH=%OLDPATH%


Thanks,

David
0 Kudos
1 Reply
Steven_L_Intel1
Employee
460 Views
Uninstall and reinstall update 6.
0 Kudos
Reply