CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2002
    Posts
    107

    Newbie - Compilation Error Question

    I often get the following compilation error:
    -Resource transformation for file 'Form1.resx' failed. Invalid ResX input.
    -error CS0518: The predefined type 'System.Byte' is not defined or imported

    What do they mean & how to fix them?
    Thanks.

  2. #2
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    265
    Are you using one of the betas?

  3. #3
    Join Date
    May 2002
    Posts
    107
    Yes, beta 2. I thought the latest is beta 2. What is the latest version if not beta?

  4. #4
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    265
    The final version was released in January. VS.NET 7.1 AKA Everett isn't all that far away by now.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured