Author Topic: Excel 2007 Crash under Win 7  (Read 1210 times)

Offline soniabvc

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Excel 2007 Crash under Win 7
« on: December 08, 2009, 06:24:26 PM »
Hi,
   
   OS Windows 7 x86 AND x64
   Excel 2007
   Fresh install
   
 I am trying to open an excel file that is a part of a small software. The whole thing was developed in a Windows 7 x64 developer environment and works fine under XP and Vista. It needs to have .NET 3.5, Interlop Assemblies and Visual Studio Tools installed. Under Xp and Vista I would normally install them and have the software run just fine.
   
 However, under windows 7 x86 and x64 this is not the case. I managed to insall Interlop Assemblies and Visual Studio Tools (I understand .NEt 3.5 comes built in Windows 7) but when i try to start my software in Excel, I get a crash window with the following error:
 ---------------------------------------------------------------------------------------------------------------------------------
   
   Description:
     Stopped working
   
   Problem signature:
     Problem Event Name:    CLR20r3
     Problem Signature 01:    excel.exe
     Problem Signature 02:    12.0.4518.1014
     Problem Signature 03:    45428263
     Problem Signature 04:    mscorlib
     Problem Signature 05:    2.0.0.0
     Problem Signature 06:    4a275af7
     Problem Signature 07:    344b
     Problem Signature 08:    15a
     Problem Signature 09:    System.UnauthorizedAccess
     OS Version:    6.1.7600.2.0.0.256.1
     Locale ID:    2057
   
   Read our privacy statement online:
     http://go.microsoft.com/fwlink/?lin...88&clcid=0x0409
   
   If the online privacy statement is not available, please read our privacy statement offline:
     C:\Windows\system32\en-US\erofflps.txt
   ----------------------------------------------------------------------------------------------------------------------------
   
   When I close this window, then another one pops up and the error is:
   
   ---------------------------------------------------------------------------------------------------------------------------
   
   Problem signature:
     Problem Event Name:    APPCRASH
     Application Name:    EXCEL.EXE
     Application Version:    12.0.4518.1014
     Application Timestamp:    45428263
     Fault Module Name:    KERNELBASE.dll
     Fault Module Version:    6.1.7600.16385
     Fault Module Timestamp:    4a5bdaae
     Exception Code:    e0434f4d
     Exception Offset:    00009617
     OS Version:    6.1.7600.2.0.0.256.1
     Locale ID:    2057
   
   Additional information about the problem:
     LCID:    1033
     Brand:    Office12Crash
     skulcid:    1033
   
   Read our privacy statement online:
     http://go.microsoft.com/fwlink/?lin...88&clcid=0x0409
   
   If the online privacy statement is not available, please read our privacy statement offline:
     C:\Windows\system32\en-US\erofflps.txt
 --------------------------------------------------------------------------------------------------------------------------------
   
 By the way, there is a VSTO involved but it seems to install succesfually...or so I think..but I may be wrong! VSTO installs the first time you run the app and if unsuccesfull then it will try to install each time I start the app. I think it was installed succesfully becouse it does not show up after the first launch.
 
 
 
 You will be my HERO if you help me solve it !!!