I am using .NET 3.5. I want to use Oracle Data provider in Data Access Application Block of Enterprise Library. Do I need to install ODP.NET? I am using oracle 10g client.
I've got quite a complex .Net 2.0 project to build (with VS 2010) which does not build without 2.0 version of System.ServiceModel.dll and does not run if compiled with .Framework 4.0. Can I install Net Framework 2.0 safely after 3.5 and 4.0? Or where can I download an old System.ServiceModel .dll assembly?
After full fresh Windows XP system reinstallation, I've installed SQL Server 2008 R2 and Visual Studio 2010. Soon I've found that I also have some very handicapped version of VS 2008 IDE installed as a part of VS2010 or SQLServer. At the same time there are a lot of interesting projects on the Web still targeting VS2008. Can I install a full-featured VS 2008 now, without it breaking something (for example by replacing some files with older versions)?
Hey there, trying to install a ruby gem but I keep getting the following error:
ERROR:failed to build gem native extension
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb
mkmf.rb can't find header files for ruby at/System/
Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ruby.h
I'm not exactly sure what is happening here. Is there anyone that knows what is going on and how to fix it?
Thanks!
Some modules have easy install, others need to be copied in site package but some of them really doesn't work.
And i need to import 3 module(libraries) but when i run program.py with python Sheel ...apear no module named ....(so it's not installed correctly)?!
First off these questions are related but do not fix my problem:
http://stackoverflow.com/questions/2499934/
http://stackoverflow.com/questions/652836/
I have installed Visual Studio Web Developer Express Edition 2010, then I installed MVC 2. Now I can successfully run a MVC 2 application, however I have to do the manual imports of the namespaces and stuff.
How can I install the templates?
I can't run a debug sdk application because it requires both VC 8 and VC 9 versions of the CRT. But it only requires visual studio 2008 for plugin dev, which is what I need.
How do I install the debug runtimes from 2005 on to a Windows7 machine? I can't figure out how to make them run app local nor can I copy anything into the winSxS folder without a trusted installer.
I run into a problem when trying to debug an opensource project,
it requires Visual C++ 2008 Express' sdk to compile successfully,but I'm using cdt.
Is there a way to manually install the sdk for cdt manually?(My disk space and memory are very limited...)
Hey guys I'm new to Mac so please bear with me.
I'm using snow leopard 10.6.4 at the moment.
I want to install numpy and scipy, so I downloaded the python2.6,numpy and scipy dmg files from their official site. However, I'm having problem import numpy:
Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/core/multiarray.so: no matching architecture in universal wrapper
Can anyone shed some light to this problem?
Hi guys, I would like to install Visual Studio 2008 and MS SQL Server 2008 on Ubuntu OS which I have in my PC, however, I don't know how. May I have some tips please? Thanks.
Currently We are installing prequisties softwares using the bootstrapper. So i want to install the prerequisties without using the Bootstrapper ?. Whether it is possible ?
I got a new machine whose OS is windows XP professional x64 edition. Which version of Apache should I install? There doesn't seem to be a build for win 64, I can just see a build for win 32, will it work with win 64?
If I install SDK 4.0 of the iPhone OS will I still be able to create a non 4.0 iPad app?
I would ideally like to submit a iPad app in the next month but am also hoping to develop a 4.0 iPhone app is it possible to use the 4.0 SDK to create 3.0 iPad apps or am I going to need to computers?
Our ClickOnce application is reporting "Unable to install or run the application. The application requires stdole Version 7.0.3300.0 in the GAC" when one user tries to run the application.
It's interesting to note that the GAC (c:\windows\asssembly) does not have stdole installed in it. Any ideas how to get it there?
We are using .NET 3.5 and it has been installed on this computer.
i am running a mac with mamp and mamp pro. how do i check if i have apc enabled and if its not enabled or not installed how do i install it? thanks
i am trying to get the apc upload loader to work that i found online and it gets stuck on NAN% when im uploading.
this is a link: http://www.haughin.com/2007/10/23/php-upload-progress-with-php-52-apc/
I'm running a big application and a small part of it includes Java 3D, the problem is many users need to use the code, but it isn't practical for everyone to install Java 3D just to run the application if they aren't even going to use that section of the application.
Is it possible through compiling an extra jar, or changing some paths, to include Java 3D in a project without installing it on a system? Or perhaps to manually include any dlls?
I have a Build Agent that was only dealing in .Net 4.0 RC stuff, and so only had .Net 2.0 (natively) and 4.0 (manually) versions installed.
It now needs to support stuff compiled against 3.5 SP1. Does anyone know if I'm asking for trouble trying to install 3.5 SP1 after 4.0 RC has already been installed?
Thanks in advance.
I've no idea with command line stuff!
What i've done:
changed my php.ini to phar.require_hash - off
ran go-pear.bat
so i'm pretty sure i've got PEAR installed,
now I'd like to install this package
I've tried following the instructions but I really don't know how to do things with cmd.exe,
would love some help!
Hi all I installed vs 2010 and it should have asp.net mvc 2.0 but it didnt install it. I tried installing it manually but it still does not show under the new projects tab..but it shows installed in control panel. I had vs2010 rc1 before and uninstalled it and it had mvc 2.0 but now for some reason i dont have it! ..Can anyone please help me out...
Can anyone tell me how to install the Silverlight 4 beta runtime on a test machine without Visual Studio? I keep getting an error message about the beta version being expired....
Thanks.
I am researching using silverlight 4 to develop a desktop application that can be installed from a browser window, now the tricky part is that I want a lightweight database embedded into the application. The database should install with the rest of the application and it should ideally work on both windows and mac systems. Originally I was thinking sqlite would be suitable for this but I have learned that it is not compatible with silverlight. Does anyone know of a solution for this?
I create an android application. I need the check, how my application is working on the device. How to install the application on the android device ?
-Thanks in advance