johneydluca
Programmer
Hello
I am working on asp.net pages. I have developed few pages and I have built application and created .DLL and .PDB files. I have deployed .ASPX pages on our Development web server and also coplied .dll, .pdb files also on in Bin directory on server. We Bin Directory is at same level as Virtual direcoty.
I have made changes because I was getting error. Also rebuilt application and redeployed everything. Error which I was getting before making my changes is still persisting. Also error message refers my local setting and not settings on web server. How do I change programs on webserver?
Stack Trace:
[InvalidOperationException: No data exists for the row or column.]
System.Data.OracleClient.OracleColumn.GetString(NativeBuffer buffer) +332
System.Data.OracleClient.OracleDataReader.GetString(Int32 i) +44
[COLOR=red yellow] PRC.PRC.WebForm1.Page_Load(Object sender, EventArgs e) in D:\documents and settings\johney\VSWebCache\JOHNEY\PRC\PRC\Statement.aspx.vb:233 [/color]
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731
Thanks in advance for all help
JD
I am working on asp.net pages. I have developed few pages and I have built application and created .DLL and .PDB files. I have deployed .ASPX pages on our Development web server and also coplied .dll, .pdb files also on in Bin directory on server. We Bin Directory is at same level as Virtual direcoty.
I have made changes because I was getting error. Also rebuilt application and redeployed everything. Error which I was getting before making my changes is still persisting. Also error message refers my local setting and not settings on web server. How do I change programs on webserver?
Stack Trace:
[InvalidOperationException: No data exists for the row or column.]
System.Data.OracleClient.OracleColumn.GetString(NativeBuffer buffer) +332
System.Data.OracleClient.OracleDataReader.GetString(Int32 i) +44
[COLOR=red yellow] PRC.PRC.WebForm1.Page_Load(Object sender, EventArgs e) in D:\documents and settings\johney\VSWebCache\JOHNEY\PRC\PRC\Statement.aspx.vb:233 [/color]
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731
Thanks in advance for all help
JD