User Profile

Collapse

Profile Sidebar

Collapse
avecreep
avecreep
Last Activity: Aug 11 '08, 10:48 AM
Joined: Aug 5 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • avecreep
    started a topic Cannot convert from Link to RelatedLink !!
    in .NET

    Cannot convert from Link to RelatedLink !!

    Hi,

    i have the following lines of code:

    [code=c#]
    foreach (Link link in workItem.Links)
    {

    RelatedLink relatedLink = link as RelatedLink;
    if (relatedLink != null)
    {
    WorkItem relatedWorkItem = workItem.Store. GetWorkItem (relatedLink.Re latedWorkItemId );
    txtTaskHistory. Text = relatedWorkItem .Id.ToString();
    }
    else
    MessageBox.Show ("there...
    See more | Go to post

  • "the name <some control> does not exist in the current context"

    Hi,

    i was trying to find a web application and i found one open source on the internet. i put the code folders on the root folder and when i tried to acces via web browser it all worked fine ( i am using IIS). But i want to make some custom changes on the forms and some functionalites. To do so, i created my own project on Visual Studio 2005, and copied the origanal code folders to my project folder and added those existing items...
    See more | Go to post

  • "the name <some control> does not exist in the current context"

    Hi,

    i was trying to find a web application and i found one open source on the internet. i put the code folders on the root folder and when i tried to acces via web browser it all worked fine ( i am using IIS). But i want to make some custom changes on the forms and some functionalites. To do so, i created my own project on Visual Studio 2005, and copied the origanal code folders to my project folder and added those existing items...
    See more | Go to post
No activity results to display
Show More
Working...