versions

Load multiple versions of the same dll without putting it in the GAC

Hi, I would like to load two different versions of the same dll within the same process. At the same time I would like to avoid placing any of them in the GAC. Any ideas? Thanks, Krikor ...

rename/delete a file from the Winsxs folder?

I have an application that uses a 3rd party component. This component references a particular dll, say X. My application is installed on 2 different machines, say A and B. A has 5 X.dll in the Winsxs folder, differing in their minor versions. B has 3 X.dll in the Winsxs folder, again differing in their minor versions. My application run...

iPhone SDK 3.2 beta and iPhone SDK 3.1.2

Hello, Currently I am using iPhone SDK 3.1.2 for developing iPhone apps. Apple has recently released iPhone SDK 3.2 beta and I want to try my hands with it. But my problem is that I want to use both versions of SDKs, 3.1.2 since I am currently developing apps and uploading on app store, 3.2 beta to start trying the new version (but Ap...

SVN (Subversion) Problem "File is scheduled for addition, but is missing" - Using Versions

I'm using Versions for SVN. I attempt to commit and get this message: Commit failed (details follow): '/Users/mike/Sites/mysite.com/astss-cvsdude/Trunk/cart/flashfile.swf' is scheduled for addition, but is missing I suppose this is because I had added files to the repo, and then deleted them via the filesystem. I'd like to ...

Debugging application built with mixed ASP.NET versions.

Hi, I am working on an application built using ASP.NET 1.1 but that invokes services built in ASP.NET 2.0. Attempts to debug my code by setting a breakpoint and attaching the w3wp.exe process fail because IIS is running under ASP.NET 2.0. If I select ASP.NET 1.1 as the version in IIS then debugging works, but the calls to the 2.0 se...

Subversions: Working in local -> make changes into server?

Hi all! I've decided to learn version control and I have zero knowledge. I've read some tutorials and articles about subversions some time now but just can't figure it out! :) I have my current project in localhost atm and going to move it in my live server for first testing purpose and then offcourse releasing it for public. I still wa...

What is the best flexible means of comparing version numbers?

I am working with a script to compare version numbers for installed and available applications. I would, on a normal basis, use simple comparison operators. Since I am building this application in a PHP 5.3 environment, I have considered the use of version_compare(), but that doesn't seem to suit my needs as cleanly as I would like. The...

Cornerstone vs Versions for Mac OS X

I've been using svn on the command line for 5+ years, but I'm thinking of switching to GUI. The two kings of Mac subversion apps seem to be Versions and Cornerstone. Most of the reviews/comments I've seen comparing the two are from way back in 2008, when Cornerstone was first released. It's now 2010, and both apps have undergone signifi...

Visual Studio 2008 marks solution files as version 10.00

Hi After trying out VS2010b2 also my VS2008 installation changes the versions of solution and project files to "Version 10.00". The MSBuild.exe on our CI Server does not support them. Is there a way to make VS2008 generate .sln files with version number 9.00 again? I know I can fix that manually. But each time I open a solution, the ve...

Can you mix .NET framework Versions in a solution?

Our codebase where I work is .NET 2.0. For our new assembly/DLLs/web applications I would love to take advantage of what 3.5 has to offer. Can one mix .NET frameworks(per assembly) in a solution? Are there any IIS related caveats to this? I would love to hear any positive/negative/howto feedback. Let me know! Thanks! ...

Subversion: What to do with branches, tags and trunk folders?

A little background first: I'm a designer/developer and decided to use subversion for a personal project. I'm the only one working on this project. I've setup a Beanstalk account and installed Versions on Mac. Locally I have MySQL and PHP running through MAMP. First thing I did in Versions is click the 'checkout' button. I selected my ...

Versions. "Is not a working copy"

A little background first: I'm a designer/developer and decided to use subversion for a personal project. I'm the only one working on this project. I've setup a Beanstalk account and installed Versions on Mac. Locally I have MySQL and PHP running through MAMP. What I want to do is develop locally and push code into Beanstalk. I'm not pl...

How do I go about listing all of the installed packages and versions on mac os x?

I want to list all of the applications and versions installed on my mac. Stuff like perl, php, etc., not the stuff you see in the Applications directory... Is there a unix command for that? ...

Problem using ‘useLegacyV2RuntimeActivationPolicy’ & supportedRuntime in an application

Hello, I've modified a couple of different applications' .config file like this: <startup useLegacyV2RuntimeActivationPolicy="true"> <supportedRuntime version="v4.0"/> </startup> When I did this for devenv.exe.config (VS 2005 - don't ask :) ), things work great - most of the Visual Studio used .NET 2.0 but I was able to make use...

How to handle added input data colums without having to maintain multiple versions of SSIS packages?

I’m writing to solicit ideas for a solution to an upcoming problem. The product that provides data to our ETL process currently has multiple versions. Our clients are all using some version of the product, but not all use the same version and they will not all be upgraded at the same time. As new versions of the product are rolled o...

How to select which Matlab version to start from shell or Matlab startup?

I have multiple Matlab versions installed on my PC. To say, R2006b, R2009b, R2010a. In this particular application I want to start R2009b when I start it from Shell. Is there any options at the time of startup to select which version to run? ...

How to adjust Assembly versions in aspx page in an automated build scenario?

Dear Folks, I am looking for a piece of advice to maintain the assembly versions in an automated build environment. Basically I have an ASP.net project that contains couple of aspx page and ascx controls and each of them defined some assembly versions into the markup. Something like following.. CodeBehind="FeatureSettings.aspx.cs" Inh...

Javascript Versions ?

Please tell me about difference in ........ javascript javascript1.1 javascript1.2 javascript1.3 javascript1.4 javascript1.5 javascript1.6 javascript1.7 ...

Eclipse Plugin only working on my machine

I wrote a Eclipse plugin for adding hungry-deletion, and it appears to work on my machine. However, I had a few friends try it, and it doesn't seem to load at all on their machines. The installation process is just to copy the resulting .jar to the plugins/ subdirectory of eclipse. I've tried re-installing eclipse on my machine and in...

Unable to have two versions of the same app on the one iphone

Hi there! I have two versions of my app. I'm trying to keep a copy of each on my iPhone for testing purposes. In my build settings, my bundle display name is ${PRODUCT_NAME} and I've given each version of my app a different product name (eg "v92" and "v10"). When I install each version to my iPhone, they both appear side by side with d...