hishamabs / sipek2

Automatically exported from code.google.com/p/sipek2
1 stars 0 forks source link

Not starting with Vista x64 #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Binary application didn't work
2. Downloaded source and opened in VS 2008, converted project files to new 
format
3. Right clicked GUI, rebuild
4. Running app in debug crashes.

The following line is where it crashes: 
  private IRegistrar _registrar = pjsipRegistrar.Instance;
in file
  SipekFactory.cs
With the following error:
  An attempt was made to load a program with an incorrect format. 
(Exception from HRESULT: 0x8007000B)

I'm running on Windows Vista Enterprise SP1 x64 with all updates applied. 
VS 2008 is my dev environment. Any idea what the problem is... as stated, 
the binaries from the installer also crash before anything is displayed.

thank you!

Original issue reported on code.google.com by rv80...@gmail.com on 10 Dec 2008 at 9:17

GoogleCodeExporter commented 8 years ago

Original comment by sasa...@gmail.com on 30 Jan 2009 at 7:05

GoogleCodeExporter commented 8 years ago
Got the exact same issue. For the VS project, but also downloaded the dlls 
allready 
compiled and added "pjsipRegistrar i = pjsipRegistrar.Instance;". Produces same 
behavior. Win Vista SP1, VS 2008 SP1

Original comment by NiSiat...@gmail.com on 28 Feb 2009 at 9:43

GoogleCodeExporter commented 8 years ago
I got the exact same problem (Win Vista SP1 x64, VS 2008 SP1)

Original comment by icefire....@gmail.com on 18 Apr 2009 at 1:23

GoogleCodeExporter commented 8 years ago
Same issue on compiled version... no news on this? I've read that someone is 
able to 
use sipek2 in vista 64..

Original comment by ivan.d...@gmail.com on 8 Jun 2009 at 4:02

GoogleCodeExporter commented 8 years ago
In your Gui solution go to Project > Gui Properties. This will bring up the 
project properties dialog. Select the BUILD tab, then find the combo box next 
to 
the label 'Platform Target'. Change this from Any CPU to x86.

Original comment by radu.poe...@gmail.com on 22 Sep 2009 at 10:04