version

pre-iOS 4 devices delegate protocol

Can I add the UIBannerViewDelegate protocol to my UIViewController subclass while remaining compatible with pre-iOS 4 devices? This is NOT a duplicate, the question is specifically related to the delegate protocol. ...

Version propagation in Maven

I have a multi module maven project and I would like to use versions in such a way that the developer has to touch only the root project pom to change the version of all modules. For example ProjA contains Module1 Module2 Module3 All the modules contain their own Poms and have ProjA's pom as their parent. Once I run the build ...

What are the key benefits when upgrading from Wicket 1.3.7 to 1.4.9?

Hi everybody, I am thinking about migrating a larger WebApp from 1.3.7 to the latest stable Wicket version. As some basic things have changed with version 1.4, this will be quite some effort. Apart from Generics, what would be the key benefits of upgrading? From what I have read, I am not sure whether the benefits pay off for the migrat...

Install new version of my ActiveX control

How do I make the client to install a new version of my ActiveX control? Ive tried to change the version number in the codebase to the version number my dll is, but it keeps running on my old version. Do I need to change the GUID? ...

How can I compare MySQL Versions in PHP?

Okay, so I'm getting my MySQL Version like so: preg_replace('#[^0-9\.]#', '', mysql_get_server_info()); Which gives me a number like: 5.1.36 That's all good. What I need to do, is compare that version with another version. I was about to attempt to write my function to compare them, when I thought of version_compare(). However, upon ...

How can I detect the browser version with JS?

I need to detect the OS version with JS not just the OS type. Is this possible? ...

Backing WebDAV directory with version control

I want to export a directory with WebDAV. Then any file written I want it commit to some version control. Maybe GIT? Maybe copy to old file directory? Must be automatic. How to? ...

How to edit messed up version string when updating application in iTunes Connect

I'm trying to create an update for an existing iPhone application with iTunes Connect under "Manage Applications." Unfortunately, I fat-fingered the new version string for the update and cannot correct my mistake. Does anyone have any insight about 1) fixing the version string, and 2) deleting the update to start over? Thanks! ...

How can a Maven plugin discover its own version during execution?

I'd like to be able to discover the version of my plugin during its execution; 0.0.1-SNAPSHOT, 0.0.1, 1.0-SNAPSHOT, etc. Can this be done? The AbstractMojo class doesn't really give you much information about the plugin itself. EDIT - I am using the following code as a workaround. It assumes that the MANIFEST for the plugin can be load...

Expression blend 4 Silverlight version Incompatibility

I am getting the below error when I try create new sketch flow application "Blend cannot continue because of compatible silverlight version could not be found" I have the following installed Microsoft Silverlight version 4.0.50524.0 Microsoft Silverlight 4 SDK Microsoft Silverlight 4 Toolkit April 2010 Microsoft Silverlight 4 Tools ...

How do I check the .NET version of an App?

Other than running it on a computer that only has .NET Framework Version 3.5, how do I check what version a .NET app is? ...

How to read existing assembly version from AssemblInfo.cs files, increment and update the new version using Team Build via TFS 2008?

Hi all, I need to implement auto-increment for each nightly builds. For this, i need to read existing version, increment only the build number and save the incremented build number to assemblyinfo.cs files as well as some custom xml files having the following syntax. <?xml version="1.0" encoding="utf-8"?> <MyProduct> <Version>v.3.0...

BlackBerry app for different devices

Is it necessary to write different versions of Blackberry applications for different devices? For example, I have an application "MyApp", and I need it to run on different devices: 9700 - MyApp v1 9550 - MyApp v2 Can I write one MyApp for both devices? ...

Rails - how do I confirm the version of a plugin.

I noticed that a rails plug-in I am using has had several fixes made to it, and im a little worried about all the other rails apps i have written. Ideally I would like to have a script that can compare the checked out version of the plug-in against the repo version. Does anyone know if rails stores this info anywhere or if there is a p...

How can I get the jruby version at runtime?

I need to get the jruby version for logging & debugging purposes. I tried looking around JRuby.runtime for a 'version' method, but I didn't find anything useful. I also thought about using %x{jruby -v}. It works in most cases, except that there is always the possibility that more than one jruby version are installed, and I want to get ...

c# version number that comes with .net 2.0?

what is the c# version number that comes with .net 2.0? Any suggestion... ...

How to show application version in VS.NET Deployment Project?

Hi, I have set up a Deployment Project for my application. The problem is that I want to show application version (eg. MyApplication 1.2.3.1) during installation so the user can see the version before installing. The only way I can think of is to modify the WelcomeText in Welcome dialog. Is there an easier or more elegant way to achie...

Going back to Visual Basic 5

I have been using Visual Basic 5 since it was first released until a couple of years ago. I re-installed it on each new laptop I bought and downloaded the service pack each time. But having not touched it in two years I have now just installed it on a laptop to modify an app. However, it no longer seems that Microsoft offer the servi...

How to find the .net framework version of a Visual Studio Project?

i have a project in visual studio. I want to know .net framework version of it? where can i look at? ...

.net framework versions (or what runs what?)

OK, this is rather broad question but ... Is there a chart that says what version of the framework will run what? So, I guess it brakes down into two questions 1 - Are the frameworks 100% backward compatible? I've had a Framework 2.0 Website run 1.1 dlls, so I assume 2.0 will run 1.1. Will this work for a windows app? Will it work fo...