windows-7-x64

File Does Not Exist Exception in VS2010

I've taken over the code of a website from someone else to finish off and have hit the issue that every time I load a page, I get a 'File Does Not Exist' exception caught in the Application_Error handler in my Global.asax file. I was curious what it was, so have tried creating brand new solutions with both a Web Site and Web Application...

Windows 7 x64: low IL process msdn example does not work

Hello I want to create process with low integrity level from process with medium integrity level. I found msdn example: Designing Applications to Run at a Low Integrity Level But it does not work on my system. Process is created successfully, but message box "Alpplication failed to initialized properly(0xC0000022 -- STATUS_ACCESS_DE...

Running executable from VS2008 crashes with error "Application was unable to start correctly (0x000007b)" x64

This error is present in both Debug/Release. So the original problem was that it had 32 bit library that I did not link to 64 version of it. (Previous version of this question) I fixed that. And application works on Windows Server Standard 2008R2 x64. I tried running application on Windows Server Enterprise but got above (title) menti...

Do i have to install jdk win64?

Hi all, I have installed windows 7 x64, therefore i have a confusion whether i have to install JDK x64 or JDK x86? please help me, thank you ...

Can you 'push' to network share using Mercurial on 64bit Windows 7?

We are in the process of upgrading from Windows XP x86 to Windows 7 x64, and I'm testing for compatibility problems with our current workflow. Currently, we store central Mercurial repositories on a network share, clone copies to our workstations, and push our changes back to the network-based repositories. This works perfectly in WinX...

ODBC driver (AcuODBC, MS Access Driver)

hi i've developed a java descktop application (in Windows 7) that use ms access and cobol db... to use that db i've two odbc sources data that are: *Microsoft Access Driver ODBC (for my .mdb file) **AcuODBC (for cobol db). Now i've canged pc and in my ODBC manager i don't have the driver to create a data sources. (my new OS is Win7 X...

Running a scanning app on a 64-bit machine via ClickOnce

Okay, here's my setup. I have a c# app working perfectly on all 32-bit Windows XP-Vista-7 machine. I already have a verisign PFX to support the ClickOnce deployment and is using Atalasoft DotTwain 8.0 as the 3rd party scanner helper. When I publish my application, I choose "Any CPU" as the Platform target. When I try to make it run on ...

Windows x64 C# x86 console application exe seems to work with "DLL any CPU" Any potential problem ?

My computer runs Windows 7 X64 Enterprise Edition. I need x86 mode for my executable as I use Visual Foxpro OLEDB driver. I thought it was required to compile library DLLs which are used by this exe as "X86". However, DLLs compiled with "Any CPU"seem to work which is quite convenient as they are used somewhere else and no need to main...

Missing Debug|AnyCPU build config for projects and defaultiing to Debug|x86 on Windows x64

I've just recently reinstalled Windows 7 x64 on my box. The installation succeeded and I've had no issues with the operating system as a whole. I believe there is a configuration issue with either Windows or .NET x64. Symptoms The default build configurations for new projects is Debug|x86. This doesn't feel right. I'm running an x64 O...

Installing Gemalto Developer Suite on Windows 7

How can I install Gemalto Developer Suite on Windows 7? I've tried all the compability options, and even extracting the setup files and running those with Windows XP compability turned on, but I always get "The operating system is not adequate for running Developer Suite". I'm using Developer Suite 3.4.2 on Windows 7 Ultimate 64-bit. ...

Failed to update to new Evernote 3.5.5 on windwos-7-x64

can't install or update Evernote 3.5.5 on windows-7-x64. currently have Evernote 3.5.4 running and after auto-update it's still 3.5.4... I've also tried uninstall 3.5.4 and install 3.5.5 and finally ended up in restoring yesterdays backup because Evernote didn't install at all. (Installer run fine but no files on the disk after the insta...

Issues with RESX files on VS2010 targeting 3.5 framework

Here is a story what I recently ran into and a possible answer(?) I just wanted to share this information because I could not find this yet at stackoverflow. I upgraded my solution from VS2008, WinXP, 32bit TO VS2010, Win7, 64bit. When I make modifications on WinForms that generate new RESX files, or update the RESX files, I'm running ...

Problem installing PHP Curl in Windows 7 64bit

I'm having problem to get PHP CURL to work on my machine. I'm using Windows 7 Home Premium Edition (64 bit). I tried to follow every single tips availble but couldn't get it to appear when I did phpinfo(). And, till now my CURL function is still not working. Enable php_curl.dll extension from php.ini Copy libeay32.dll and ssleay32.dll...

Editing ASPX in Visual Studio 2010

I have recently upgraded from Visual Studio 2005 to Visual Studio 2010 (and also moved from Windows XP 32 bit to Windows 7 64 bit). Whenever I edit an ASPX file in my project VS2010 throws an exception: "A first chance exception of type 'System.InvalidOperationException' occurred in System.Web.dll Additional information: Operation is n...

Error setting up S#arp Architecture 1.6 project from the Visual Studio 2010 project template in a 64bit O/S.

I'm trying to get a brand new Sharp Architecture 1.6 project set up. My environment is Windows 7 64bit, running Visual Studio 2010. I have followed the instructions provided in the VS2010_ReadMe.txt. In VS2010 I do File | New | Project, select S#arp Architecture Application, give it a name and hit 'OK'. And I receive the following er...

Can't install IIS7 and ASP.NET 3.5 on Win7 64-bit

Using Win7 32-bit for 3 months and didn't have problem with developing any .NET-based applications including ASP.NET apps. Just upgraded my laptop's RAM 3 days ago and switched to 64-bit version of Win7. When I'm working on installing IIS7 and .NET Framework 3.5 SP1, there's an error about not all features were installed for some unkno...

How to call two batches from a third one?

When my Windows Batch file (.bat) calls other two BAT files it exits after the first one. How to make it run both of them? ...

Version of Outlook Redemption

What version of Redemption should i use if i have: Windows 7 x64, WinForms App (x64), Outlook 2010 x86. The problem is that Redemption64 5.0 does not work in this case. ...

Database Toolbox (sql-matlab) randomly returning different values for only windows 7 computer

Hey, So I am trying to use the database toolbox in matlab to query a database at my research lab, and on one specific computer, the results it returns from the same query changes each time you run the SAME query command. connPV = database('dbname','username','password'); Images = fetch(handles.connPV,['SELECT i.id, i.image_type_id, i...

C# dll problem in windows 7

I'm having exactly the same problem as the poster in this question. I have a visual studio C# projects from which I'm trying to call a function in another DLL (which is also part of the solution). The DLL is a C++ one and the exported function I'm trying to call is declared like this in C#: [DllImport("SomeDLL.dll")] private extern sta...