Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
Hi All,
Can you please help me on this it is very urgent please.
how to remove the line from the VS  .net code like this.
 
---lic partial class SilverlightControl : 

UserControl

---
 
---lic 
SilverlightControl() 
--
---tializeComponent();
 

---wModel Exit= new ViewModel 
(); 
--taContext = Exit;
---
---}
Regards,
Narasimha
Posted
Comments
Prerak Patel 4-Oct-11 5:06am    
How you got these lines?!! What's this?

1 solution

Use find and replace in Visual Studio (find '-' replace with ' ' space [without quotes])
 
Share this answer
 
Comments
Prerak Patel 4-Oct-11 5:09am    
I think it's not the problem. I would say this is not a question at all. This is more like fill in the blanks. You can't just remove the - but put proper character in place.

I don't vote though.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900