Click here to Skip to main content
15,917,005 members
Home / Discussions / C#
   

C#

 
AnswerRe: Displaying Report using a web browser offline Pin
Ed.Poore19-Mar-07 12:54
Ed.Poore19-Mar-07 12:54 
QuestionFormatConditions Pin
alex.almeida19-Mar-07 7:53
alex.almeida19-Mar-07 7:53 
AnswerRe: FormatConditions Pin
Ed.Poore19-Mar-07 12:47
Ed.Poore19-Mar-07 12:47 
QuestionNull reference issue Pin
Abbas8219-Mar-07 7:28
Abbas8219-Mar-07 7:28 
AnswerRe: Null reference issue Pin
Christian Graus19-Mar-07 7:38
protectorChristian Graus19-Mar-07 7:38 
GeneralRe: Null reference issue Pin
Abbas8219-Mar-07 7:41
Abbas8219-Mar-07 7:41 
AnswerRe: Null reference issue Pin
Jimmanuel19-Mar-07 8:18
Jimmanuel19-Mar-07 8:18 
GeneralRe: Null reference issue Pin
Abbas8219-Mar-07 8:25
Abbas8219-Mar-07 8:25 
jimmanuel wrote:
You must initialize data like so:


data = new TVAmortizationData [10 /* 10 is arbitrary, make the array whatever size you want */];


I changed the class to the following, but I still get the same message.
public class TVAmortizationSchedule
{
public TVAmortizationData[] data;

public TVAmortizationSchedule()
{
data = new TVAmortizationData[5];
}
}
GeneralRe: Null reference issue Pin
Judah Gabriel Himango19-Mar-07 8:25
sponsorJudah Gabriel Himango19-Mar-07 8:25 
QuestionThe DataSource Window in VS2005 is not recognizing a DataSet served through a WebService Pin
Andre Vianna19-Mar-07 7:19
Andre Vianna19-Mar-07 7:19 
QuestionCryptoStream problem Pin
gumi_r@msn.com19-Mar-07 7:19
gumi_r@msn.com19-Mar-07 7:19 
AnswerRe: CryptoStream problem Pin
Ed.Poore19-Mar-07 12:57
Ed.Poore19-Mar-07 12:57 
GeneralRe: CryptoStream problem Pin
gumi_r@msn.com20-Mar-07 1:24
gumi_r@msn.com20-Mar-07 1:24 
GeneralRe: CryptoStream problem Pin
Ed.Poore20-Mar-07 10:08
Ed.Poore20-Mar-07 10:08 
GeneralRe: CryptoStream problem Pin
gumi_r@msn.com20-Mar-07 10:23
gumi_r@msn.com20-Mar-07 10:23 
GeneralRe: CryptoStream problem Pin
Ed.Poore20-Mar-07 10:51
Ed.Poore20-Mar-07 10:51 
QuestionDisconnect from the internet :sigh: Pin
Muammar©19-Mar-07 7:10
Muammar©19-Mar-07 7:10 
AnswerRe: Disconnect from the internet :sigh: Pin
code-frog19-Mar-07 7:12
professionalcode-frog19-Mar-07 7:12 
GeneralRe: Disconnect from the internet :sigh: Pin
Muammar©19-Mar-07 7:25
Muammar©19-Mar-07 7:25 
GeneralRe: Disconnect from the internet :sigh: Pin
Mike Dimmick19-Mar-07 7:39
Mike Dimmick19-Mar-07 7:39 
GeneralRe: Disconnect from the internet :sigh: Pin
Muammar©19-Mar-07 20:08
Muammar©19-Mar-07 20:08 
GeneralRe: Disconnect from the internet :sigh: Pin
Dave Kreskowiak19-Mar-07 8:40
mveDave Kreskowiak19-Mar-07 8:40 
GeneralRe: Disconnect from the internet :sigh: Pin
Muammar©19-Mar-07 20:06
Muammar©19-Mar-07 20:06 
GeneralRe: Disconnect from the internet :sigh: Pin
Muammar©20-Mar-07 5:05
Muammar©20-Mar-07 5:05 
GeneralRe: Disconnect from the internet :sigh: Pin
Muammar©20-Mar-07 9:21
Muammar©20-Mar-07 9:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.