Click here to Skip to main content
15,915,513 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Nalini Ambady RIP Pin
Mike Hankey28-Oct-13 14:08
mveMike Hankey28-Oct-13 14:08 
GeneralRe: Nalini Ambady RIP Pin
Mycroft Holmes28-Oct-13 14:11
professionalMycroft Holmes28-Oct-13 14:11 
GeneralRe: Nalini Ambady RIP Pin
Ravi Bhavnani28-Oct-13 14:15
professionalRavi Bhavnani28-Oct-13 14:15 
GeneralRe: Nalini Ambady RIP Pin
Bassam Abdul-Baki28-Oct-13 15:01
professionalBassam Abdul-Baki28-Oct-13 15:01 
GeneralRe: Nalini Ambady RIP Pin
_Damian S_28-Oct-13 15:05
professional_Damian S_28-Oct-13 15:05 
GeneralRe: Nalini Ambady RIP Pin
thatraja28-Oct-13 15:25
professionalthatraja28-Oct-13 15:25 
GeneralRe: Nalini Ambady RIP Pin
Gandalf_TheWhite28-Oct-13 20:55
professionalGandalf_TheWhite28-Oct-13 20:55 
GeneralThere are times...when I hate VS. Pin
OriginalGriff28-Oct-13 10:11
mveOriginalGriff28-Oct-13 10:11 
I have spent all day recreating a project because VS decided last night that there was a problem, and kept flashing up error message boxes with compilation error problems - and then running the app anyway, as if nothing had happened.

Now, I've had this one before, and I'm pretty sure it means that VS has got itself confused and stored some bad info in one of it's many intermediate files - one it doesn't actually clean when you tell it clean the solution, or rebuild all. And the only solution I have found is to create a new project and add each end every file, one at a time, building each file in, and eventually you end up with the same project as you started with, but it compiles this time...

So I did. And sure, I have the same project I had yesterday, but it all works now.

For an hour.

Then it decided to find a new problem...this time it couldn't set up a variable in the designer.cs file because
C#
protected MyWalletBL.Branch Branch;
...
this.selectFavourites.Branch = ((MyWalletBL.Branch)(resources.GetObject("selectFavourites.Branch")));
has a different type on each side of the equals... D'Oh! | :doh:

Two hours of searching, faffing and general swearing.
Then I removed all the references from each project, cleaned the solution, closed VS, reopened it, cleaned it again, and put the references back.

Oh look! It works again...

It looks like VS keeps intermediate semicompiled assemblies and can refer to two different versions of the same assembly in the same line of code without you having to change that assembly in any way

And I haven't even tried to make my base class UserControl abstract yet...maybe I won't do that at all!
The only instant messaging I do involves my middle finger.

English doesn't borrow from other languages.
English follows other languages down dark alleys, knocks them over and goes through their pockets for loose grammar.

GeneralRe: There are times...when I hate VS. Pin
Brisingr Aerowing28-Oct-13 10:31
professionalBrisingr Aerowing28-Oct-13 10:31 
GeneralRe: There are times...when I hate VS. Pin
Gary R. Wheeler28-Oct-13 10:41
Gary R. Wheeler28-Oct-13 10:41 
GeneralRe: There are times...when I hate VS. Pin
OriginalGriff28-Oct-13 10:44
mveOriginalGriff28-Oct-13 10:44 
GeneralRe: There are times...when I hate VS. Pin
OriginalGriff29-Oct-13 0:56
mveOriginalGriff29-Oct-13 0:56 
GeneralRe: There are times...when I hate VS. Pin
_Maxxx_28-Oct-13 13:01
professional_Maxxx_28-Oct-13 13:01 
GeneralRe: There are times...when I hate VS. Pin
OriginalGriff28-Oct-13 22:13
mveOriginalGriff28-Oct-13 22:13 
GeneralRe: There are times...when I hate VS. Pin
Mike Hankey28-Oct-13 13:17
mveMike Hankey28-Oct-13 13:17 
GeneralRe: There are times...when I hate VS. Pin
Mark_Wallace28-Oct-13 20:53
Mark_Wallace28-Oct-13 20:53 
GeneralNo Woman No... Pin
Keith Barrow28-Oct-13 10:03
professionalKeith Barrow28-Oct-13 10:03 
GeneralMessage Removed Pin
28-Oct-13 10:21
professionalN_tro_P28-Oct-13 10:21 
GeneralRe: No Woman No... Pin
Marco Bertschi28-Oct-13 10:59
protectorMarco Bertschi28-Oct-13 10:59 
GeneralRe: No Woman No... Pin
Kenneth Haugland28-Oct-13 11:52
mvaKenneth Haugland28-Oct-13 11:52 
GeneralRe: No Woman No... Pin
Keith Barrow28-Oct-13 12:03
professionalKeith Barrow28-Oct-13 12:03 
GeneralRe: No Woman No... Pin
Mark_Wallace28-Oct-13 20:56
Mark_Wallace28-Oct-13 20:56 
GeneralRe: No Woman No... Pin
Keith Barrow28-Oct-13 23:27
professionalKeith Barrow28-Oct-13 23:27 
GeneralNo Woman, no... PinPopular
Marco Bertschi28-Oct-13 9:02
protectorMarco Bertschi28-Oct-13 9:02 
GeneralRe: No Woman, no... Pin
mikepwilson28-Oct-13 9:32
mikepwilson28-Oct-13 9:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.