Events do not fire????? Help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am building a web app. It's deployed on a intranet server, no internet
access. I have the web grid and some buttons on a web page. I have many
pages desinged using the web grid to display either datasets or dataviews of
info from a ms sql server database. I have had a number of these pages, that
where working in the past, stop firing button events. I put a break point on
then button_click event or on the grids index_changed event that is tied to a
select button in the grid, and the events don't fire. Does anyone know of any
problems like this??? I'm using the .net framework 1.0 with no service packs.
I have tried to install sp3 but it gets error # 1334 and fails to install.
 
You say you are building on the Framework 1.0 with no service packs? I
assume you are using Visual Studio 2002, right?
Do you know if the server has the SP installed? It is quite possible that
you are compiling to a different version of the framework than is available
on the server.

(The Framework service packs were released by MS in the lastest security
patches... I've heard that the operations folks at some companies didn't
even know that they were installing it).

Framework 1.0 without service packs has known security flaws. My advice:
Update the framework on your dev machine and on your Intranet server.
(You say you got error 1334... Did you attempt to install the SP from a
shared drive over the LAN? If so, try copying the SP to your local hard
drive and installing from there).

--- Nick
 
Back
Top