Ok, we want to have a dll or something similiear used for basic business functions (formatting, calculations, etc.) on the network and have other applications all reference that dll.
Here's the (possibly dumb) question. If we want to update that dll on the fly (in the middle of the day while...
I have had VS.NET installed on 2 XP machines and one 2000
machine. The 2000 machine did not have these problems.
However, both XP machines have problems keeping VS.NET in
the task list. For instance, if I minimize it, I can see
it in the Task Bar but if I click on it, it won't
Maximize...
Hey Mark, thanks for your help anyway. :)
I can see the value I need in the registry, I just don't have the way to access it. :(
Can I just look for the registry key? How is that done. I know the old WIN API way to do it, but there's gotta be a better way now.
Thanks again, Scott
Ok, sorry to bring this back from the dead, but this didn't do what I needed.
This displays the .NET Framework version. I am looking for a way to display the installed version of the application.
Thanks,
Scott
I would like my setup to install over the current version of my ASP.NET application. However, whenever I try to run the new setup, I get the following message:
"Another version of this product is installed....."
Setup Project Properties:
DetectNewereInstalledVersion = True...
Zarcom, here goes:
"Private Sub tmrRedirect_Elapsed(ByVal sender As System.Object, ByVal e As System.Timers.ElapsedEventArgs) Handles tmrRedirect.Elapsed
Dim respString As String
respString = viewState("RouteForm") + "?UserName=" + viewState("UserName")...
I'm trying to redirect to a certain page after 3 seconds but when the timer fires off and it hits the redirect, nothing happens. If I put the same redirect code behind a button, it works fine. Does anyone have a clue what could be causing this?
Hello all,
I have a databound datagrid that is pulling a string field filled with phone numbers. The problem I'm having is formatting the phone numbers to look like 999-999-9999. I have seen plenty examples of using the "Data Formatting Expression" in the datagrid columns properties...
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.