Author Topic: Solution of visual basic debugging error  (Read 1699 times)

0 Members and 1 Guest are viewing this topic.

Offline iAmLuFFy

  • Knight
  • **
  • Posts: 226
  • Cookies: 6
  • i aM MoDiFiEr nOt A cReAtOr
    • View Profile
Solution of visual basic debugging error
« on: September 08, 2011, 11:30:41 pm »
Hey friends, i have installed Visual studio 2010 ultimate and start one console programing, now at the time of debugging i got the error massage related to double quatation in 28th line, my program is just 8 line program, so i explore on that error and click on next error so AssemblyInfo.vb page is open up, here the problem is related to my registration as i write here <Assembly: AssemblyCompany("IAMLUFFY-PC     ")>
i just remove the space betwwen PC and double quatation and then debug my orignal program and then it's working fine,
But every time i start new project i have to do the same process,
Is there any permanant solution for this friends?
iAmLuFFy

Offline xzid

  • Knight
  • **
  • Posts: 329
  • Cookies: 41
    • View Profile
Re: Solution of visual basic debugging error
« Reply #1 on: September 09, 2011, 12:15:14 am »
Well, I don't use visual studio.. am also on android atm. But that looks alot like a computer name(or w/e) quick google brought me here:

http://blogs.rawsoft.nl/remco/post/2009/02/12/How-to-change-default-company-name-in-Assembly-information.aspx

Perhaps check those registry values to make sure there are no trailing spaces.

Offline iAmLuFFy

  • Knight
  • **
  • Posts: 226
  • Cookies: 6
  • i aM MoDiFiEr nOt A cReAtOr
    • View Profile
Re: Solution of visual basic debugging error
« Reply #2 on: September 09, 2011, 12:39:16 am »
Well, I have already checked those values and problem doesn't seems to be their, but any way thank you.
iAmLuFFy

Offline xzid

  • Knight
  • **
  • Posts: 329
  • Cookies: 41
    • View Profile
« Last Edit: September 09, 2011, 01:12:05 am by xzid »

Offline iAmLuFFy

  • Knight
  • **
  • Posts: 226
  • Cookies: 6
  • i aM MoDiFiEr nOt A cReAtOr
    • View Profile
Re: Solution of visual basic debugging error
« Reply #4 on: September 09, 2011, 01:47:22 am »
iAmLuFFy