-1
votes
0answers
18 views
Executing .jpeg image with different application [closed]
My mom and I would like to know how to change the default "open with" command to a picture.
We are wanting to do this for our uncle who just started using the computer and we are g …
2
votes
5answers
7k views
WPF Image Dynamically changing Image source during runtime
I have a window with a title on it. When the user selects a choice from a drop down list, the title image can change. The problem is when the image loads, it's a blurred, stretched …
0
votes
4answers
468 views
System.ExecutionEngineException Failure
I've been trying to find out more about this problem and I'm not having much luck. I keep reading that applications should not have this error come up and although that's all fine …
1
vote
1answer
45 views
Is there a way to improve this pointcut?
I have come up with the following pointcut that I use for tracing method entry/exit. It's not broken and also does what I want but: 1- I find it looks clumsy or could be more elega …
0
votes
1answer
39 views
Selenium.SeleniumException: ERROR: Command execution failure.
Please search the forum at http://clearspace.openqa.org for error details from the log window. The error message is: Permission denied
I am getting error when i am trying to exec …
0
votes
2answers
336 views
ASP.Net page methods execution time monitoring.
could anybody advice me, are there any approaches to calculate the methods execution time in asp.net page?
ASP.Net Trace doesn't suit me since it ignores ajax partial postbacks th …
4
votes
2answers
48 views
Performance penalty with executing x86 instructions stored in the data segment?
Hi. I have a simple program that first writes some native x86 instructions into a declared buffer, and then sets a function pointer to this buffer and makes a call. I'm noticing …
0
votes
4answers
67 views
Getting some exception in my code
I am opening a blank window and writing a javascript on the new window to submit a form.
when I execute a line "newWindow.document.write(newwdtxt2);\n\"(3rd line from last) I get …
0
votes
1answer
115 views
BIRT report created via eclipse throwing error on execution
I've a particular birt project which I've created using the eclipse ide. I am trying to understand how to deploy the report without having to use alternatives which would cost some …
0
votes
1answer
40 views
MySQL query execution return value?
Hi,
I'm constructing an adapter for MySQL in PHP and I was wondering what should MySQL query execution method return? Should it return a result set? Or the last id / affected rows …
0
votes
2answers
70 views
Is there a best way to manage WPF UI when using Asynchronous execution commands?
Hi guys
is there a best way to manage a form in WPF application which has asynchronous execution commands?
1) Suppose you have a form where user
enters all his data and cli …
2
votes
2answers
138 views
How to get Hudson CI to execute a Powershell script?
I'm using Hudson version 1.324 for CI and have a couple of issues:
Environment:
- Windows Server 2008
- Powershell v1.0
- Hudson 1.324 running as a service
- Hudson Powershell Plu …
0
votes
5answers
390 views
ASP.NET running an EXE File
Hi, I´m trying to run an old .NET application from an ASP.NET website. After reading the web and Stackoverflow (for similar problem) I come to the following code.
The Problem is th …
0
votes
2answers
88 views
How can i stop cakephp to stamp execution time of the page?
Duplicate:
http://stackoverflow.com/questions/1220855/how-to-remove-cakephps-trailing-timing-benchmark-comment
cakephp stamps execution time as html comment at the …
10
votes
5answers
558 views
What happens when you run a program ?
I would like to collect here what happens when you run an executable on Windows, Linux and OSX. In particular, I would like to understand exactly the order of the operations: my gu …
