I'm starting a VS2005 tips & tricks section
-
Do you have a tip to make the designer work ? It won't display the main form of my app anymore... Second attempt to post, we'll see if the site works this time.... Christian Graus - Microsoft MVP - C++
I love when the site TOTALLY blows up in my face, but still manages to post my message..... Christian Graus - Microsoft MVP - C++
-
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++
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
-
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
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++
-
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++
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
-
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
-
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
I've not changed a thing, but it's started to work again. After restarting several times, etc. Christian Graus - Microsoft MVP - C++
-
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
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!
-
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
We'd love to see this posted here too... cheers, Chris Maunder
CodeProject.com : C++ MVP
-
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!
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]
-
We'd love to see this posted here too... cheers, Chris Maunder
CodeProject.com : C++ MVP
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
-
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!
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
-
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++
go back to VC6??? :rolleyes: Steve
-
go back to VC6??? :rolleyes: Steve
*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++
-
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++
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
-
I love when the site TOTALLY blows up in my face, but still manages to post my message..... Christian Graus - Microsoft MVP - C++
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.
-
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
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.
-
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.
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
-
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
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++
-
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
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++
-
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.
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!