User Profile

Collapse

Profile Sidebar

Collapse
asif08
asif08
Last Activity: Feb 12 '08, 10:01 PM
Joined: Feb 12 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • asif08
    replied to c# QUESTION
    in .NET
    BINGO!!!
    the error was because offsets was set to null!...
    See more | Go to post

    Leave a comment:


  • asif08
    started a topic c# QUESTION
    in .NET

    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;//...
    See more | Go to post
    Last edited by Frinavale; Feb 12 '08, 09:30 PM. Reason: Added [code] tags

  • asif08
    started a topic c# question
    in .NET

    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
    See more | Go to post

  • asif08
    started a topic C# programming
    in .NET

    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
    ...
    See more | Go to post
    Last edited by Plater; Feb 12 '08, 03:12 PM. Reason: Added [CODE] tags
No activity results to display
Show More
Working...