Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. I'm starting a VS2005 tips & tricks section

I'm starting a VS2005 tips & tricks section

Scheduled Pinned Locked Moved The Lounge
wpfwcfcomlearning
26 Posts 11 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Christian Graus

    Yeah, perhaps so. I get a message saying 'parameter is incorrect' when I try to open my main form ( which I opened OK yesterday ). If I'm lucky, the IDE does not close. I've been editing some of the user controls on the form, the IDE can display all of those OK still. Christian Graus - Microsoft MVP - C++

    M Offline
    M Offline
    Marc Clifton
    wrote on last edited by
    #8

    You probably put a class at the top of the form, or something else that the deserializer doesn't understand. I get that too in VS2003. Marc My website Traceract Understanding Simple Data Binding Diary Of A CEO - Preface

    C 1 Reply Last reply
    0
    • M Marc Clifton

      You probably put a class at the top of the form, or something else that the deserializer doesn't understand. I get that too in VS2003. Marc My website Traceract Understanding Simple Data Binding Diary Of A CEO - Preface

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #9

      OK - it worked in VS2003, I've never had a problem. You're saying that there's something near the top of the MainForm class that is confusing it, a seperate class or struct ? Christian Graus - Microsoft MVP - C++

      M 1 Reply Last reply
      0
      • C Christian Graus

        OK - it worked in VS2003, I've never had a problem. You're saying that there's something near the top of the MainForm class that is confusing it, a seperate class or struct ? Christian Graus - Microsoft MVP - C++

        M Offline
        M Offline
        Marc Clifton
        wrote on last edited by
        #10

        Christian Graus wrote:

        You're saying that there's something near the top of the MainForm class that is confusing it, a seperate class or struct ?

        Possibly. I remember encountering that problem before, so I thought it might be the same thing you were experiencing. Marc My website Traceract Understanding Simple Data Binding Diary Of A CEO - Preface

        C 1 Reply Last reply
        0
        • N Nish Nishant

          Christian Graus wrote:

          Second attempt to post, we'll see if the site works this time....

          Now we all know how you became #1 poster on CP - you keep reposting your own posts ;P

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #11

          It's just an echo.... :-) Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert.

          1 Reply Last reply
          0
          • M Marc Clifton

            Christian Graus wrote:

            You're saying that there's something near the top of the MainForm class that is confusing it, a seperate class or struct ?

            Possibly. I remember encountering that problem before, so I thought it might be the same thing you were experiencing. Marc My website Traceract Understanding Simple Data Binding Diary Of A CEO - Preface

            C Offline
            C Offline
            Christian Graus
            wrote on last edited by
            #12

            I've not changed a thing, but it's started to work again. After restarting several times, etc. Christian Graus - Microsoft MVP - C++

            1 Reply Last reply
            0
            • M Marc Clifton

              On my website.[^] If you have any, email them to me and I'll add them to the list, along with your name, of course! Marc My website Traceract Understanding Simple Data Binding Diary Of A CEO - Preface

              P Offline
              P Offline
              Paul Watson
              wrote on last edited by
              #13

              Tip: Please add an RSS feed or I'll never remember to check it. Ta. regards, Paul Watson Ireland Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!

              S M 2 Replies Last reply
              0
              • M Marc Clifton

                On my website.[^] If you have any, email them to me and I'll add them to the list, along with your name, of course! Marc My website Traceract Understanding Simple Data Binding Diary Of A CEO - Preface

                C Offline
                C Offline
                Chris Maunder
                wrote on last edited by
                #14

                We'd love to see this posted here too... cheers, Chris Maunder

                CodeProject.com : C++ MVP

                M 1 Reply Last reply
                0
                • P Paul Watson

                  Tip: Please add an RSS feed or I'll never remember to check it. Ta. regards, Paul Watson Ireland Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!

                  S Offline
                  S Offline
                  Susan Hernandez
                  wrote on last edited by
                  #15

                  I would be interested in an RSS feed, myself. I already have your blog RSS feed. -- modified at 19:18 Wednesday 2nd November, 2005 [Edit:] I meant Marc's feed, of course! I think I posted this on the wrong post :-) [/Edit]

                  1 Reply Last reply
                  0
                  • C Chris Maunder

                    We'd love to see this posted here too... cheers, Chris Maunder

                    CodeProject.com : C++ MVP

                    M Offline
                    M Offline
                    Marc Clifton
                    wrote on last edited by
                    #16

                    Chris Maunder wrote:

                    We'd love to see this posted here too...

                    If I get enough of them, I'll definitely do that! :) Marc My website Traceract Understanding Simple Data Binding Diary Of A CEO - Preface

                    C 1 Reply Last reply
                    0
                    • P Paul Watson

                      Tip: Please add an RSS feed or I'll never remember to check it. Ta. regards, Paul Watson Ireland Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!

                      M Offline
                      M Offline
                      Marc Clifton
                      wrote on last edited by
                      #17

                      Paul Watson wrote:

                      Tip: Please add an RSS feed or I'll never remember to check it. Ta.

                      That's supposed to be easy with DNN 3.0. I just haven't figured out how. But thanks for the idea and the reminder! Marc My website Traceract Understanding Simple Data Binding Diary Of A CEO - Preface

                      1 Reply Last reply
                      0
                      • C Christian Graus

                        Do you have a tip to make the designer work ? It won't display the main form of my app anymore... Christian Graus - Microsoft MVP - C++

                        S Offline
                        S Offline
                        Steve Mayfield
                        wrote on last edited by
                        #18

                        go back to VC6??? :rolleyes: Steve

                        C 1 Reply Last reply
                        0
                        • S Steve Mayfield

                          go back to VC6??? :rolleyes: Steve

                          C Offline
                          C Offline
                          Christian Graus
                          wrote on last edited by
                          #19

                          *grin* Don't get me started. This is the C# designer anyhow. I've submitted a bug report - it just works sometimes and not others, so it's nothing wrong with my code, at least nothing that breaks it all the time. Christian Graus - Microsoft MVP - C++

                          1 Reply Last reply
                          0
                          • C Christian Graus

                            Do you have a tip to make the designer work ? It won't display the main form of my app anymore... Christian Graus - Microsoft MVP - C++

                            J Offline
                            J Offline
                            Judah Gabriel Himango
                            wrote on last edited by
                            #20

                            Maybe we're seeing the ? If so, I believe if you delete the obj folders in your project, do a clean, then rebuild, it works and the form shows up again.

                            Tech, life, family, faith: Give me a visit. I'm currently blogging about: Morality Apart from God Judah Himango

                            C 2 Replies Last reply
                            0
                            • C Christian Graus

                              I love when the site TOTALLY blows up in my face, but still manages to post my message..... Christian Graus - Microsoft MVP - C++

                              C Offline
                              C Offline
                              code frog 0
                              wrote on last edited by
                              #21

                              You didn't read my CP Users Guide very well. You *must* always check to see *IF* your post in fact posted *despite* any error you might be given. In my opinion this mechanism was introduced to slow down posts to at least 1 minute in between though up to 10 minutes if the FORCE_500 flag is high. You always check first, repost if necessary. I guess I need to *repost* my Users Guide. :-D

                              Some assembly required. Code-frog System Architects, Inc.

                              S 1 Reply Last reply
                              0
                              • M Marc Clifton

                                Chris Maunder wrote:

                                We'd love to see this posted here too...

                                If I get enough of them, I'll definitely do that! :) Marc My website Traceract Understanding Simple Data Binding Diary Of A CEO - Preface

                                C Offline
                                C Offline
                                code frog 0
                                wrote on last edited by
                                #22

                                Here's the first tip you can post. Tip #1: Do not buy VS 2005 yet. Instead wait until your peers quit posting annoyances regarding VS 2005 (wait until SP1) then by VS 2005 which really means buy VS 2006. - Rex

                                Some assembly required. Code-frog System Architects, Inc.

                                M 1 Reply Last reply
                                0
                                • C code frog 0

                                  You didn't read my CP Users Guide very well. You *must* always check to see *IF* your post in fact posted *despite* any error you might be given. In my opinion this mechanism was introduced to slow down posts to at least 1 minute in between though up to 10 minutes if the FORCE_500 flag is high. You always check first, repost if necessary. I guess I need to *repost* my Users Guide. :-D

                                  Some assembly required. Code-frog System Architects, Inc.

                                  S Offline
                                  S Offline
                                  S Senthil Kumar
                                  wrote on last edited by
                                  #23

                                  code-frog wrote:

                                  east 1 minute in between though up to 10 minutes if the FORCE_500 flag is high.

                                  :-D Regards Senthil _____________________________ My Blog | My Articles | WinMacro

                                  1 Reply Last reply
                                  0
                                  • J Judah Gabriel Himango

                                    Maybe we're seeing the ? If so, I believe if you delete the obj folders in your project, do a clean, then rebuild, it works and the form shows up again.

                                    Tech, life, family, faith: Give me a visit. I'm currently blogging about: Morality Apart from God Judah Himango

                                    C Offline
                                    C Offline
                                    Christian Graus
                                    wrote on last edited by
                                    #24

                                    What do you know ? I tried the rebuild all, but I assumed clean deleted the obj files, I didn't check. Christian Graus - Microsoft MVP - C++

                                    1 Reply Last reply
                                    0
                                    • J Judah Gabriel Himango

                                      Maybe we're seeing the ? If so, I believe if you delete the obj folders in your project, do a clean, then rebuild, it works and the form shows up again.

                                      Tech, life, family, faith: Give me a visit. I'm currently blogging about: Morality Apart from God Judah Himango

                                      C Offline
                                      C Offline
                                      Christian Graus
                                      wrote on last edited by
                                      #25

                                      What do you know ? I tried the rebuild all, but I assumed clean deleted the obj files, I didn't check. Christian Graus - Microsoft MVP - C++

                                      1 Reply Last reply
                                      0
                                      • C code frog 0

                                        Here's the first tip you can post. Tip #1: Do not buy VS 2005 yet. Instead wait until your peers quit posting annoyances regarding VS 2005 (wait until SP1) then by VS 2005 which really means buy VS 2006. - Rex

                                        Some assembly required. Code-frog System Architects, Inc.

                                        M Offline
                                        M Offline
                                        Marc Clifton
                                        wrote on last edited by
                                        #26

                                        code-frog wrote:

                                        Do not buy VS 2005 yet. Instead wait until your peers quit posting annoyances regarding VS 2005

                                        Yup, I concur. But I'm really interested in some of the new features of .NET 2.0 and C# 2.0. As for the IDE, well, to some extent, it just seems to get in the way. Sigh. Marc VS2005 Tips & Tricks -- contributions welcome!

                                        1 Reply Last reply
                                        0
                                        Reply
                                        • Reply as topic
                                        Log in to reply
                                        • Oldest to Newest
                                        • Newest to Oldest
                                        • Most Votes


                                        • Login

                                        • Don't have an account? Register

                                        • Login or register to search.
                                        • First post
                                          Last post
                                        0
                                        • Categories
                                        • Recent
                                        • Tags
                                        • Popular
                                        • World
                                        • Users
                                        • Groups