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?