Thursday, May 31, 2007

Errors List .....

vbc : Command line error BC2017 : could not find library 'c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\vbwebapp\093b8894\b238cf87\assembly\dl\c0d82e1f\043d'

vbc : Fatal error BC2000 : compiler initialization failed unexpectedly: The filename, directory name, or volume label syntax is incorrect.

If u getting this ERROR pls visit ......

http://support.microsoft.com/default.aspx?scid=kb;en-us;897299

http://www.kbalertz.com/070173/receive.Command.error.BC2017.could.error.message.compile.application.Visual.Basic.aspx

------------------------------------------------------------------------

The name " " does not exist in the current context ( mostly it w'l happen in C# codebehind file - master content page )

if any control ( presented in aspx ) could't referenced in codebehind ( .aspx.cs )

try this one


TextBox txtEmail;
txtEmail = (TextBox)Page.Master.FindControl("ContentPlaceHolder1").FindControl("txtEmail");


---------------------------------------------------------------------

Name '__o' not declared ERROR mostly it w'l happen design time logic in asp.net

go through this link & find it

http://forums.asp.net/p/070173/0701735.aspx

------------------------------------------------------------------------

No comments: