Visual Studio 2013

jakeyiii Mar 18, 2014

  1. ja

    jakeyiii Newbie
    55/94

    Joined:
    Oct 11, 2012
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    0
    Console:
    Xbox
  2. illuminati

    illuminati Member
    25/47

    Joined:
    Jul 28, 2012
    Messages:
    141
    Likes Received:
    13
    Trophy Points:
    25
    Gender:
    Female
    Location:
    Canada
    Console:
    Xbox
    Wrong Section m8.
     
  3. ja

    jakeyiii Newbie
    0/47

    Joined:
    Oct 11, 2012
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    0
    Console:
    Xbox
    Sorry, I Couldnt Find a Help Section
     
  4. illuminati

    illuminati Member
    25/47

    Joined:
    Jul 28, 2012
    Messages:
    141
    Likes Received:
    13
    Trophy Points:
    25
    Gender:
    Female
    Location:
    Canada
    Console:
    Xbox
    Pm a staff member to ask them to move it to the correct section.
     
  5. ja

    jakeyiii Newbie
    0/47

    Joined:
    Oct 11, 2012
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    0
    Console:
    Xbox
    Okay. I Dont Suppose You Could Help With My Problem? Or Know Of A Modding Program Source?
     
  6. illuminati

    illuminati Member
    25/47

    Joined:
    Jul 28, 2012
    Messages:
    141
    Likes Received:
    13
    Trophy Points:
    25
    Gender:
    Female
    Location:
    Canada
    Console:
    Xbox
    I'm not quite sure.
    Never used Visual studio.
     
  7. ja

    jakeyiii Newbie
    0/47

    Joined:
    Oct 11, 2012
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    0
    Console:
    Xbox
    Code:
    I Need Urgent Help, This Error's Fucking Me Off.I Cant Seem To fIx It It's Saying Where It Is.But One Min It's FIne THe NExt BOOM! if i Restart PC then Reload This Program It Works But Then Eventually It fucks Up Again. The Error Code Is 
    
    
    Object reference not set to an instance of an object
    
    And The File Is Called
    
    Designer.vb
    
    And The Error Line Number is 
    
    71
    
    The Code On That Line Is
    
            Me.RibbonControl1.Controls.Add(Me.RibbonPanel1)
    
    PLZ Help
    
     
  8. AAW

    AAW Developer XPG Developer Lifetime Gold
    85/94

    Joined:
    Aug 6, 2012
    Messages:
    652
    Likes Received:
    690
    Trophy Points:
    85
    Gender:
    Male
    Location:
    Inside XPG
    Console:
    Xbox
    VB.net wouldnt create

    "Me.Ribbon Control 1.Caption Visible = True"

    it would generate this code
    "Me.RibbonControl1.CaptionVisible = True"

    Therefore its stopping it from debugging because you have 2 variables trying to be set on one command.
     
  9. Yumiyashi

    Yumiyashi © Grey Horse Pr0n Lifetime Gold XPG Retired Staff
    55/94

    Joined:
    May 26, 2013
    Messages:
    321
    Likes Received:
    55
    Trophy Points:
    55
    Console:
    Xbox
    *Moved* Looks like the problem has been resolved though but I will let the OP reply to make sure its actually resolved. :)

    (Lol, AAW why u no move teh thred?
     
  10. ja

    jakeyiii Newbie
    0/47

    Joined:
    Oct 11, 2012
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    0
    Console:
    Xbox
    Me.RibbonControl1.CaptionVisible = True

    is only down once. but then randomly the Error comes up saying i have to fix it.. but if i shut the project down and restart my pc then load the project up again it works fine... then like a while after the error will come up again..

    do you have skype?
     
  11. ja

    jakeyiii Newbie
    0/47

    Joined:
    Oct 11, 2012
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    0
    Console:
    Xbox
    ffs problem after problem but NO errors in error box
     

Share This Page

Close