Here is my dilemma.
I would like a program to help me do the following:
1. Change a value on the front end of a program.
2. Notify me of what table/fields changed in a monitored SQL Server database. What their old, and new values are.
This is to assist me in properly mapping fields to our...
I am currently researching web hosts as our company attempts to build its
disaster recovery infostructure. What I seek is a web host that
automatically handles replication (to servers in different locations),
monitoring, and DNS modifications (upon failure).
I know that it is possible to...
We are looking to up our standard resolution from 8x6 to 1024x768 due to some new software that just doesnt fit right in 8x6. How would that bump in res effect the amount of bandwidth required by Ts (percentage wise). Assuming that we have sufficent bandwidth, would we see any other type of...
Dim sConnectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0;" _
& "Data Source=" & strPath & strFile _
& ";" & "Extended Properties=Excel 8.0;"
' Create the connection object by using the preceding connection string.
Dim objConn As...
it appears that the reason that those options are not there is because it is a windows server 2003 box instead of an XP pro box (none of my 2003 boxes have those options). It appears that DCOM needs to be configured differently on WS2003.
Any help or direction is greatly appreciated.
I wrote a asp.net program that utilizes excel.
In order to make it work, I had to add permissions in DCOM for the ASP.NET account to run excel.
It works great on my system, but when the time came to copy to production, the DCOM security for Excel application does not list local activation or...
I have a web control library that I've recently finished developing. However, I'm having a problem maintaining state. I have the following code
If not ispostback then
ctrl.Property1 = x
ctrl.Property2 = y
ctrl.Main() 'runs the business logic and sets the [text] property
end if
The...
I have a web control that has a property of UserId.
I need to set the userid before rendering the control, because based on who is logged in, it displays something different.
If I set the properties in page load for the page the control is placed on, it seems that is post render because the...
All the systems at my office that have SP2 now take upwards of 5 minutes to send a job to the printer. It appears that nothing is happening and then 3-5 minutes later, the job starts...
Any suggestions?
I ended up just changing the second web service to accept individual paramaters instead of the object. It appears that despite typing from the same class, each web service creates its own type in a seperate file and uses that.
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.