0
votes
1answer
29 views
How to use symlinks for deploying php applications with caching?
I use symlinks to deploy my site:
My CI deploy script transmits my new version to my src/version directory, stops apache, unlinks and relinks src/current to the new src/version, runs any migrate …
1
vote
4answers
28 views
If an asp.net control’s event’s aren’t binding, what are the things I should check, in order of likly cause?
So I've got an ASP.NET control with a server form with a bunch of runat="server" with events defined in the markup. However none of the events are fireing when I click the buttons. The postback …
0
votes
4answers
60 views
OpenGL texture loading issue
This is a very vague problem, so please feel free to clarify anything about this project.
I'm working on a very large application, and recently a very perplexing bug has cropped up regarding the …
1
vote
1answer
15 views
SSRS - Unable to determine if the owner of job has server access [SQLSTATE 42000] (Error 15404))
SQL Server Reporting Services, in SSRS it seems like Schedules never fire, however a look at the SQL Agent reveals a permission issue related to not being able to resolve a user account.
Seems SQL …
0
votes
2answers
17 views
Event interferes with subroutines
I'm struggling with an event related to my communications class.
I'm calling a 'DataChange' function via event handler any time I receive new data over my serial connection. I then proceed to load …
0
votes
1answer
14 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 …
0
votes
5answers
47 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 …
1
vote
2answers
40 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
1answer
43 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 …
0
votes
2answers
60 views
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 …
1
vote
1answer
26 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 …
2
votes
3answers
45 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 …
1
vote
4answers
126 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
vote
2answers
89 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*'));"
…
-1
votes
6answers
114 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);
…
