CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: LibertyOrDeath

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    8,408

    Re: XamlParseException in WPF application

    Here's the entire XAML file:



    <Window x:Class="Presidential_Browser.Window1"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    ...
  2. Replies
    2
    Views
    8,408

    XamlParseException in WPF application

    Hi all,

    I'm working through a textbook example on WPF and have encountered an exception that I don't understand. I won't include the XAML file of the application since I don't think that's the...
  3. Re: Problems connecting to SQL database with LINQ

    I've tried disabling Named Pipes and the error message is still the same.

    In relation to the rest of your advice, I think this is what I have done. I've right-clicked "Data Connections" in the...
  4. Problems connecting to SQL database with LINQ

    Hi Hivemind,

    I'm working through a textbook example of using LINQ with a SQL database. I'm using Visual C# Express 2008, Microsoft SQL Server 2005 Express and Microsoft SQL Server Management...
  5. Replies
    2
    Views
    2,181

    LINQ queries and extension methods

    Hi Hivemind,

    I've just worked my way through a textbook chapter on LINQ and there are two points I'm still unsure of that the book hasn't covered very well.

    1) The book explains that extension...
  6. Replies
    1
    Views
    1,876

    Re: Problem with Python XML script

    --- Removed ---
  7. Replies
    1
    Views
    1,876

    Problem with Python XML script

    Hi Hivemind,

    I'm getting an error with a few simple Python scripts for parsing XML that I'm following from a textbook. The first script "library.xml" has the contents:


    <?xml version = "1.0"?>...
  8. Replies
    1
    Views
    1,087

    Specify all fields with INSERT?

    Hi all,

    Apologies if this is a n00b question. I'm learning SQL peripherally from a Python textbook so I don't have much experience of the language. My question is this:

    If I'm inserting a new...
  9. Access modifiers for get and set in properties

    Hi all,

    This is a general question. I'm currently teaching myself C# from a textbook so I'm a relative newbie to the language, although I already know Java and C++ so I'm not finding it too...
  10. Replies
    1
    Views
    802

    Re: Can't create new project

    I've managed to fix this now. I found the following fix but it still had the same problem after I'd worked my way through it:

    http://masteranza.wordpress.com/2008...on-failed-bug/

    I then tried...
  11. Replies
    1
    Views
    802

    Can't create new project

    Hi all,

    I apologise if this is an obvious n00b question. I've used C++ before but on Linux with g++ and Vim, so I've no experience with Visual C++. I have the 2008 Express edition on Windows Vista...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured