Hi,
I have a deployment package that is deploying a ClickOnce application to a virtual directory for download by users. The package uses mage.exe to publish the ClickOnce app once executed.
If i run the package on my machine (XP Service Pack 2) it publishes fine and I can install the app by...
Hi,
Recenlty I was asked to write an application that would update a suite of applications installed on client PCs. I came into the project late and was left with building the proposed solution.
The solution downloads updates via web service as Cab files then unpacks the files to the correct...
Hi,
I have a need to check and log the connection speed of a PC running a WinForms app. The client needs to perform a data sync using DTS with the remote server and users have experienced problems.
It would be good if I could elimate a poor connection from the possible causes of these...
Hi,
I have a setup project for a Win Forms App and I am setting some registry values using the Registry section. My problem is that I need to pass in the Machine Name to one of these values.
I know that I can pass the Target Dir but I don't know about the Machine Name.
Any help would be...
Hi,
I have a testsystem site in both German and English, that works fine in live system. Whats worse, is that I have tried copying across the live scripts but it still has an error.
The error I get is the Operation not allowed while object is closed. At a line 410 that is:-
<% if rsprop.eof...
Hi,
I have a problem with IIS and MS SQL 2000. I need to give ASP.NET and IWAM permission to run a stored procedures on MS SQL 2000.
The problem is that IIS and MS SQL are 2 different PC's and IIS is in the DMZ which means that when I try to give permission SQL server can not see the accounts...
Hi,
I have a VB.NET web form with a listbox. The page is set to past back when the selected item changes in the listbox. The problem I have is that when the page reloads the selected item is always on top. This is not what, I want I would like the list to remain in the postion it was posted...
Hi,
I have a VB.NET web form with a listbox. The page is set to past back when the selected item changes in the listbox. The problem I have is that when the page reloads the selected item is always on top. This is not what, I want I would like the list to remain in the postion it was posted...
Hi,
Does anyone have advice on the best/most efficient way to do the following: -
Each time a user makes changes to the database i need to log the event. The purpose, being able to roll back/recreate or undo these actions.
I could just create a text log and rely on manual recreation but...
Hi,
I have a textbox that i need to set focus on each page load. I have done this with the following
<script language="JavaScript">
function setFocus()
{
FindPerson.TextBox1.focus();
}
</script>
I then call this when the page loads, The problem is that it sets focus to the...
Hi,
Could some explain what is my best solution?
I have a comboboxlist that is populated via sql select, the list could contain anything from 1 to 30 items and all items can be selected at once.
Once the user clicks button I iterate through the list of selected items items and retrive the...
I a sql query that I need to retrieve the values returned in order to perform functions on. I cannot find how to reference these to put them into variables. The query is as follows.
Function loginQuery(ByVal username As String, ByVal password As String) As System.Data.DataSet
Dim...
Hi
I am a newbie to php and need some advice.
I'am developing a site that uses tpl files for the header, body and footer. This is then built using php includes.
The problem i have is that the header contains the html <title> but i want the body title added to this so the browser would display...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.