Tagged Questions

0
votes
1answer
12 views

ASP.NET Webapplication unavailable on Live Environment - How to troubleshoot

I have a asp.net 3.5 web application which is deployed on server 2003 and IIS 6. After running fine for a few weeks it goes "Down" and by down I mean that when I try and access it the browser looks …
1
vote
2answers
39 views

Visual Studio freezes when switching to debug mode

Strange visual studio (TS 2008) problem: The IDE completely freezes whenever I switch from Release to Debug mode in a specific project. It happens right as I switch, before I try to build or do …
0
votes
2answers
39 views
+100

Why would my AS2 swf stop loading into AS3 swf with SWFBridge on Mac running safari and mozilla?

I have noticed that my AS2 swf that I load into an AS3 swf with SWFBridge sometimes doesnt load. I have usually loaded the page several times and it works fine then sometimes it does not load. When I …
0
votes
5answers
39 views

Service cannot be started

I developed a simple windows service in C# as per this article. http://www.codeproject.com/KB/dotnet/simplewindowsservice.aspx I was successfully able to start the service for the first time and …
0
votes
1answer
32 views

Programmatically reconnect to wifi network

Sometimes I work with frequently-dropping wifi connections. I can either reconnect manually or wait some time (varies from few seconds to few minutes) before windows attempts to reconnect. Is there a …
2
votes
3answers
43 views

How to get the best technical feedback possible from a non-technical user when supporting application issues?

A common problem I find when dealing with non-technical users when supporting technical issues is "translating" what I'm hearing to what actually is causing the problem. In our current application we …
11
votes
10answers
475 views

css problem: Absolutely positioned parent and float:right child stretches

In IE6, IE7 and FF2 the .outer div below is stretching out to the right edge of the document. Here is a complete test case: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" …
1
vote
1answer
22 views

Does altering a session invalidate Pakage States in Oracle 10g?

Hi, I have a package that gets invalidated on a regular basis and found this in the code: ALTER SESSION CLOSE DATABASE LINK; Can this invalidate package states? Though I can't seem to replicate …
1
vote
4answers
96 views

Installing Trac with Subversion 1.6

I'm trying to set up Trac on my server and have successfully installed it, compiled the bytecode and run the tracd server. The only problem is that it's not reading my SVN repository. The error I'm …
-1
votes
6answers
113 views

Javascript error

I think i put the anonymous function in there wrong... when it outputs listzonebuffs it includes the function(){... part. function load(zone){ setupzonebuffs(zone); …
1
vote
2answers
74 views

error code 3021 either bof or eof is true or the current record has been deleted

Hi, I have an Access 2003 database with some visual basic code using ADO calls in it. When I do a strsql0 = "SELECT lnk_stockitm.C_C FROM lnk_stockitm WHERE (((lnk_stockitm.C_C) Like 'T*'));" …
0
votes
3answers
59 views

SQLite and `Object reference not set` exception

edit2: solution http://stackoverflow.com/questions/1710941/sqlite-and-object-reference-not-set-exception/1711481#1711481 I am having a hard time understanding my error. edit1: I set my define to …
4
votes
5answers
151 views

How to troubleshoot .NET application that just disappears?

One of our .NET 2.0 application started to just randomly disappear. There are no records in the Event log, Dr. Watson doesn't generate crash dump, no nothing... How to troubleshoot this application?
0
votes
3answers
89 views

New to Git: git push origin master = “ssh_exchange_identifiction: Connection closed by remote host. Fatal: The remote end hung up unexpectedly”

I'm trying out git for the first time and am trying to follow instructions supplied by github. However, I seem to be failing on the last step. The following steps are provided by github: Global …
19
votes
22answers
803 views

“Works on my machine” - How to fix non-reproducible bugs?

Very occasionally, despite all testing efforts, I get hit with a bug report from a customer that I simply can't reproduce in the office. (Apologies to Jeff for the 'borrowing' of the badge) I have …

1 2 3 4 5 11 next
15 30 50 per page