BINGO!!!
the error was because offsets was set to null!...
User Profile
Collapse
-
c# QUESTION
The following program is giving an error:
System.NullRefe renceException Object Reference not set to an instance of an object.
at IgnoreKwic.GetA llLinesForIndex Words<with parameters>
at IgnoreKwic.Buil dOutput<with parameters>
at IgnoreKwic.Main <>
In the line where I wrote that I want to display the output on the screen, would this work?
[code=cpp]
using System.Collecti ons.Generic;//... -
c# question
how can i write a string named output to the console screen?
string output = "hello world
this is asif08"
I want to write output to the screen -
C# programming
I am getting an error when I try to run the MyKwic . I entered MyKwic practiceFile(wh ich i saved in the project). However, the compiler does not seem to trace the practiceFile. Here is MyKwic:
...Code:using System; using System.Collections; using System.Linq; using System.Text; using System.IO; public class Mykwic { static void Main(string[] args) { if
No activity results to display
Show More
Leave a comment: