using malwarebyte install runit and fix it!
download from www.malwarebytes.org
dotnet, asp.net, vb.net, gridview, datasource, connectionstring, programming, troble shooting solving
วันพุธที่ 29 กรกฎาคม พ.ศ. 2552
cannot access by \\computer name
if you have a problem that you cannot access by \\computer name
try this :
Go to:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Netbt\Parameters
If either of the following values are present, delete them:
NodeType;
DhcpNodeType.
Then re-boot.
and try
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
change restrictanonymoussa 1 to 0
from : http://www.chicagotech.net/Networking/nodetypeissue1.htm
try this :
Go to:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Netbt\Parameters
If either of the following values are present, delete them:
NodeType;
DhcpNodeType.
Then re-boot.
and try
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
change restrictanonymoussa 1 to 0
from : http://www.chicagotech.net/Networking/nodetypeissue1.htm
วันศุกร์ที่ 17 กรกฎาคม พ.ศ. 2552
setting Windows XP Auto Login
Windows XP Auto Login
You can configure Windows XP to automate the logon process if your computer is not part of a domain. Computers configured in a business environment generally have a domain and for those machines the option "Users must enter a username" does not appear because a password must be given to access the local area network or domain.
1. Click Start, click Run, and type control userpasswords2. This is a shortcut instead of having to click on Start -> Control Panel -> User Accounts.
2. Uncheck the "Users must enter a username and password to use this computer" check box.
3. Click Apply.
4. Enter the user name and password you wish to automatically log on with, and then click OK.
5. Click OK again and you're all done.
This feature allows other users to start your computer and use the account that you establish to automatically log on. Enabling auto logon makes your computer more convenient to use, but can pose a security risk since anyone can just turn the machine on and access your files.
You can configure Windows XP to automate the logon process if your computer is not part of a domain. Computers configured in a business environment generally have a domain and for those machines the option "Users must enter a username" does not appear because a password must be given to access the local area network or domain.
1. Click Start, click Run, and type control userpasswords2. This is a shortcut instead of having to click on Start -> Control Panel -> User Accounts.
2. Uncheck the "Users must enter a username and password to use this computer" check box.
3. Click Apply.
4. Enter the user name and password you wish to automatically log on with, and then click OK.
5. Click OK again and you're all done.
This feature allows other users to start your computer and use the account that you establish to automatically log on. Enabling auto logon makes your computer more convenient to use, but can pose a security risk since anyone can just turn the machine on and access your files.
วันอังคารที่ 14 กรกฎาคม พ.ศ. 2552
restore hidden folder from virus
using
attrib foldername -r -a -s -h /S /D
E:\>attrib -R -S -H /S /D
http://www.raymond.cc/blog/archives/2009/05/01/reset-system-and-hidden-attributes-for-files-or-folders-caused-by-virus/
attrib foldername -r -a -s -h /S /D
E:\>attrib -R -S -H /S /D
http://www.raymond.cc/blog/archives/2009/05/01/reset-system-and-hidden-attributes-for-files-or-folders-caused-by-virus/
วันศุกร์ที่ 3 กรกฎาคม พ.ศ. 2552
Invalid token 'Text' at root level of document.
Error 1 Invalid token 'Text' at root level of document. C:\Inetpub\wwwroot\TDCMktgWeb\_vti_cnf\web.config 1 1 Miscellaneous Files
Error 2 XML document must contain a root level element. C:\Inetpub\wwwroot\TDCMktgWeb\_vti_cnf\web.config 8 1 Miscellaneous Files
Error 3 Data at the root level is invalid. Line 1, position 1. C:\Inetpub\wwwroot\TDCMktgWeb\_vti_cnf\web.config 1
Problem solved. Solution is from previous reply link or at least deleting the web.config file in the front page server extensions "_vti_cnf" folder acording to http://forums.asp.net/thread/1270047.aspx.
I believe the cause is that I used Front Page 2003 to edit some generic html files used in the project that created the front page server extensions folders and files under the main project folder. When publishing with the pre-compile option, VS2005 was trying to read and compile the non-xml web.config file in the front page server extension "_vti_cnf" subfolder instead of the web.config in the main project folder.
http://forums.asp.net/p/956502/1406431.aspx#1406431
Error 2 XML document must contain a root level element. C:\Inetpub\wwwroot\TDCMktgWeb\_vti_cnf\web.config 8 1 Miscellaneous Files
Error 3 Data at the root level is invalid. Line 1, position 1. C:\Inetpub\wwwroot\TDCMktgWeb\_vti_cnf\web.config 1
Problem solved. Solution is from previous reply link or at least deleting the web.config file in the front page server extensions "_vti_cnf" folder acording to http://forums.asp.net/thread/1270047.aspx.
I believe the cause is that I used Front Page 2003 to edit some generic html files used in the project that created the front page server extensions folders and files under the main project folder. When publishing with the pre-compile option, VS2005 was trying to read and compile the non-xml web.config file in the front page server extension "_vti_cnf" subfolder instead of the web.config in the main project folder.
http://forums.asp.net/p/956502/1406431.aspx#1406431
วันพุธที่ 27 พฤษภาคม พ.ศ. 2552
vs2005 project template & starter kit path location
change project template to user default document location
C:\Documents and Settings\Administrator.CCS\My Documents\Visual Studio 2005\Templates
C:\Documents and Settings\Administrator.CCS\My Documents\Visual Studio 2005\Templates\
C:\Documents and Settings\Administrator.CCS\My Documents\Visual Studio 2005\Templates
C:\Documents and Settings\Administrator.CCS\My Documents\Visual Studio 2005\Templates\
วันอังคารที่ 5 พฤษภาคม พ.ศ. 2552
error registering crqe.dll cr10
http://social.msdn.microsoft.com/forums/en-US/vscrystalreports/thread/b86bbc60-7737-49d8-a385-b342a551707a
path from applicationpath to syspath to cxlibw-1-6.dll
@cxlibw-1-6.dll,$(WinSysPath) .Then I run the setupfile it doesn't show the error message. It runs the application proberly.
path from applicationpath to syspath to cxlibw-1-6.dll
@cxlibw-1-6.dll,$(WinSysPath) .Then I run the setupfile it doesn't show the error message. It runs the application proberly.
สมัครสมาชิก:
บทความ (Atom)