- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Uninstall and reinstall update 6.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page