Actually my code does not thrown an error, If I run it in visual studio. As I said this works fine if I use it under IIS 6. The error I listed comes from windows event log.
The only error I get from the web page itself when running it under IIS is unknown error.
I set up my website to have the ability to encrypt connection strings.
In IIS 6,
I could use the below code to encrypt them.
Now in IIS 7 I get this error
InvalidOperationException
Event handlers can only be bound to HttpApplication events during IHttpModule initialization.
I...
I have set up a New Instance or Oracle on a Solaris Unix box that already had Oracle 10g installed.
The instance was created fine, however I need the Oracle Text Component and XML DB Component installed as well.
Those are not installed with this instance. They are installed on the other...
I tried both of your suggestion and still get the same error
Could not load file or assembly 'Oracle.DataAccess, Version=2.111.7.20, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference...
I am trying to set up the oracle membership provider for my web app. My application connects to my database just fine.
I ran all of the oracle scripts to create the Oracle provider etc.
However if i try to login to the site or create a user, anything that uses the provider etc I always get this...
I have a site I am working on, a user will choose how many rooms a site has, then once they choose how many rooms there are in each of those rooms they must then enter how many chairs will go into each particular room.
I want to make a form where first the user puts how many rooms there are...
Got it working
Dim gv As GridView = DirectCast(sender, GridView)
odsVisitsEdit.SelectParameters("VisitID").DefaultValue = gv.SelectedValue
dviewVisitsEdit.DataBind()
dviewVisitsEdit.ChangeMode(DetailsViewMode.Edit)
ModalpopupVisits.Show()
it's telling me it for this line
dviewVisitsEdit.DataBind()
Even if I take that out I still get it.
I have narrowed down the issue a little further.
If I only have one row in my top level Gridview - gvpatientname it works fine.
If I have 2 rows in the gvpatientnm grid Then the selected row...
I have a gridview(Gvpatientnm) that has another gridview embedded in it (gviewvisitdetailsinfo)
I have a sub that on the selected index changed that open a details view based on the gviewvisitdetailsinfo selected value in a modal pop up window.
I had this working, but it is erractic. I keep...
I have a gridview that has two edit item templates which have controls textbox and a label I want to get the value of the controls when I update the gridview and add that to the update parameters. I keep getting object reference not set to an instance of an object for the label and the textbox...
I have a asp.net 2.0 web app. It executes the stored procedure which executes my Package below. All that works fine. However
if there is an error with the SSIS package it never returns any errors to .net in the web browser.
I tried returning the error code to no avail.
thanks in advance
alter...
I want to be able to add text to a string
the string will be variables so the length will vary, but the one constant is that they will always end with .jpg.
I want to be able to append the string with text like large
So if i have a string like mypicture1.jpg
I would like to append it like...
i have this expression
=IIF (DatePart("y",Fields!GtCalcDate.Value) 304), (DateAdd ("H", -1, Fields!FirstCall.Value)),(Fields!FirstCall.Value))
that works just fine if the date field gtcalcdate is not null if it is null the field just displays #Error.
I know why it can't make a calculation on...
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.