4
votes
2answers
86 views
ASP.NET 2.0 or 3.5?
There was a time that I thought the current non-beta ASP.NET claimed the version number of the current .NET CLR (2.0), even though the .NET Framework was version 3.5. Whenever I sa …
3
votes
3answers
52 views
version control in virtual machine
My employer wants to run our version control system in a virtual machine. Is this a bad idea or does it not matter? I am concerned about disk access integrity and stability. Are th …
0
votes
1answer
82 views
How do I fix “no symbol version for module_layout”?
I'm trying to compile the nvidia driver and the VirtualBox drives on openSUSE 11.2. Both compile fine (after the usual make oldconfig plus a partial build of the kernel) but when I …
5
votes
6answers
181 views
How to determine Delphi Application Version
Want to obtain Delphi Application build # and post into title bar
1
vote
3answers
52 views
How do I retrieve the version of a file from a batch file on Windows Vista?
Binary files have a version embedded in them - easy to display in Windows Explorer.
How can I retrieve that file version, from a batch file?
1
vote
9answers
291 views
Version control; choices, choices, choices!
Our setup as follows:
We have a local development server running Ubuntu, with a setup to mirror that of our live host.
Each developer works on a Windows machine and accesses the f …
0
votes
1answer
22 views
DllGetVersion not giving expected results under Windows 7
Hi,
I have some code that attempts to test whether my application is running with the themes set. Here's the C# code:
internal class NativeMethods
{
[DllImport("comctl32", C …
1
vote
2answers
59 views
How does merging work the second, third, etc. time you merge a file?
I'm interested in knowing how revision-control systems do merging.
Suppose you have a file A. On one branch, file A is modified - call it file B. On another branch, file A is modi …
8
votes
5answers
208 views
Is it still Python 2.6 versus Python 3?
G'day,
I'm wanting to go back to Python after not using it for a while and I saw this question "Python Version for a Newbie" while wondering about getting back into Python 2.6 or …
1
vote
1answer
21 views
How do i get speciffic old versions of the .net runtime for use in windbg?
I am debugging an old process dump from one of our servers. It was created about a month ago. To work with SOS, I need version 2.0.50727.4016 of mscorwks.dll and mscordacwks.dll fo …
3
votes
6answers
153 views
Upgrade Python to 2.6 on Mac
I'd like to upgrade the default python installation (2.5.1) supplied with OS X Leopard to the latest version. Please let me know how I can achieve this.
Thanks
0
votes
2answers
42 views
PHP - How to check a script version
Hello folks
I have a small script and want to detect the script version from admin footer. On the admin footer.php I put this code.
<?php
define('VERSION', '1.0');
$fp = f …
4
votes
5answers
94 views
what is style.css?ver=1 tag??
Hi,
I found out that some websites use css tag like style.css?ver=1. What is this??
What is purpose of ?ver=1
How do I do it in code?
0
votes
2answers
48 views
How to determine installed Windows Edition using .net
System.Environment.OSVersion does not appear to indicate which Edition of Windows 2003 is installed (Standard, Enterprise, DataCenter).
Is there any way to access this information …
0
votes
1answer
43 views
Get Custom File Version Info from a Native binary using C#
I've got a bunch of native (C++) binaries that I want to scan and retrieve version information about from a C# console application. Using System.Diagnostics.FileVersionInfo I am a …
