c# sample Coding
Pages
C# Sample
Excel Macro
SQL Query
Use full Free Download Links
Friday, 21 March 2014
textbox password Rebuild
if (cshowPassword.Checked != true)
{
txtPassword.PasswordChar = '*';
}
else
{
txtPassword.PasswordChar = char.Parse("\0");
}
Thursday, 20 March 2014
Unexpected Error creating debug information file ***.PDB
Answers
(This worked for me:)
Shut down VS.NET
Browse to the project in Windows Explorer
Delete the /obj/ folder.
Delete the project outputs (.dll and .pdb) from /bin (not sure if this step is necessary)
Can't hurt but might help: delete the project outputs from any other project /bin folders in the solution that is having issues (wasn't necessary for me)
Restart VS.NET
Rebuild
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)