S Saravana Nov 1, 2004 #2 When you compile your codebehind, using compiler option in command prompt you can add reference. For example vbc /reference:Microsoft.VisualBasic.dll File.vb For more details, refer this link http://msdn.microsoft.com/library/d...y/en-us/vblr7/html/vaconvbcompileroptions.asp
When you compile your codebehind, using compiler option in command prompt you can add reference. For example vbc /reference:Microsoft.VisualBasic.dll File.vb For more details, refer this link http://msdn.microsoft.com/library/d...y/en-us/vblr7/html/vaconvbcompileroptions.asp
T TJS Nov 1, 2004 #3 this is uncompiled Saravana said: When you compile your codebehind, using compiler option in command prompt you can add reference. For example vbc /reference:Microsoft.VisualBasic.dll File.vb For more details, refer this link http://msdn.microsoft.com/library/d...y/en-us/vblr7/html/vaconvbcompileroptions.asp Click to expand...
this is uncompiled Saravana said: When you compile your codebehind, using compiler option in command prompt you can add reference. For example vbc /reference:Microsoft.VisualBasic.dll File.vb For more details, refer this link http://msdn.microsoft.com/library/d...y/en-us/vblr7/html/vaconvbcompileroptions.asp Click to expand...