First off, I think I know what\'s going on, but I thought I\'d bring this issue up here for some discussion and see if anyone has an \"answer\" to this other than what I\'m thinking.Because, it doesn\
i got this code from the net , but i can\'t make this code work on the system i am programming so, i used the same codes to another system and it worked, when i tried using it to my system, it failed,
I know this question has been asked but I don\'t see anything that helps me. What I have is a ticket application that records trouble tickets then sends an email to the right person. When I run this o
Am running asp.net application with c#.Am using gridview to update and delete the columns.deleting is working fine.if am clicking the update button i got
I have an application for working with files. It needs to work with the files one character at a time. I am using an ArrayL开发者_运维知识库ist to store the data. Here\'s the code that\'s causing the
I\'ve had some interesting times deploying a MVC3 app to a localhost IIS server but this one cuts the cake. I am getting a null reference exception when hitting the site from a browser. To be clear, t
I have Windows form C# application that takes values from the GUI and uses XML Textwriter to create an XML file from them. The problem is some of these values are meant to be optional and when the use
I think my point is clear, under any condition, could this throw null-reference exception? i.e. objecting that e.Result is null while trying to access its Count property.
I have the following code: EventLog el1 = new EventLog(); el1.Log = \"Application\"; el1.Source = \"SharePoint Foundation\";
Do you see where the problem lies? Code will run from frmFacility and will shift into UserControl: Public Class frmFacility