I am working with visual studio 2010 on a windows 7 pc and I have created an application (Platform: Active(x86)) that reads my Outlook 2010 as expected. I compiled and then installed on destination server. When I run it I get the following error:
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
If I click the 'Continue' button the form loads but it doesn't run get a list of info from Outlook at is expected. It appears this has something to do with my local outlook version versus the server outlook version.
How do I develop for a previous version of Outlook if I do not have it installed on my development pc?
-------------------
ENVIRONMENT INFO
-------------------
My development setup:
Windows 7 Professional SP1
Processor: i7-2600k @3.40GHz
RAM: 16GB
System Type: 64-bit OS
Visual Studio 2010 version 10.0.40219.1 SP1Rel
Outlook References available:
-Microsoft.Office.Interop.Outlook v12 (v1.1.4322 runtime)
-Microsoft.Office.Interop.Outlook v14 (v2.0.50727)
-------------------
Production server / application destination:
Server: Microsoft Windows Server 2003, Standard Edition
Version: 5.2.3790 SP2
System Manufacturer: Supermicro
System Model: X7DVL
System Type: X86-based PC
Microsoft Office Outlook 2003 (11.8169.8172) SP3
Thanks in advance.
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
If I click the 'Continue' button the form loads but it doesn't run get a list of info from Outlook at is expected. It appears this has something to do with my local outlook version versus the server outlook version.
How do I develop for a previous version of Outlook if I do not have it installed on my development pc?
-------------------
ENVIRONMENT INFO
-------------------
My development setup:
Windows 7 Professional SP1
Processor: i7-2600k @3.40GHz
RAM: 16GB
System Type: 64-bit OS
Visual Studio 2010 version 10.0.40219.1 SP1Rel
Outlook References available:
-Microsoft.Office.Interop.Outlook v12 (v1.1.4322 runtime)
-Microsoft.Office.Interop.Outlook v14 (v2.0.50727)
-------------------
Production server / application destination:
Server: Microsoft Windows Server 2003, Standard Edition
Version: 5.2.3790 SP2
System Manufacturer: Supermicro
System Model: X7DVL
System Type: X86-based PC
Microsoft Office Outlook 2003 (11.8169.8172) SP3
Thanks in advance.