Throwing exception at : AccCreateSession(typeof(IAccSession).GUID, out o);

Login to post  Page: « < 1 of 1 > »
01 Aug 2009 - 11:134719
Throwing exception at : AccCreateSession(typeof(IAccSession).GUID, out o);
Running sample win2k3 64 bit.

acshbuddy sample throwing an exception
An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)

Need help.


01 Aug 2009 - 15:174722
Throwing exception at : AccCreateSession(typeof(IAccSession).GUID, out o);
Is this the unmodified acshbossy from the Open AIM SDK? Does accbuddy or
any other sample work ok?


04 Aug 2009 - 06:354741
Only C++ samples are working.
C# or VB is not working...

Here is may machine configuration:
OS: win2k3 64 bit [SP 2]
Visual Studio 2008 - .NET 3.5 SP1


18 Aug 2009 - 12:404820
Throwing exception at : AccCreateSession(typeof(IAccSession).GUID, out o);
You should be able to develop in 32 bit on a 64-bit machine with 64-bit
windows. Is that failing too for C# and VB samples?


18 Aug 2009 - 12:454821
Throwing exception at : AccCreateSession(typeof(IAccSession).GUID, out o);
There is a switch in the project properties to set 32 bit compatibility,
about not using 64 libs which has to be set. Did you do this before compiling?


19 Aug 2009 - 11:384838
i know why it not work, it is missing the acccore.dll......etc

copy from accsdk_win32_1_8_2\dist\release all dlls and paste it in accsdk_win32_1_8_2\accsdk_win32_1_8_2\samples\awshbuddy\bin\Debug


have fun


Login to post  Page: « < 1 of 1 > »