Compiler Error Message: CS0433: The type 'ASP.inputprofil' exists in both 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\271b5372\b1439e97\App_Web_xgk_acom.dll' and 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\271b5372\b1439e97\App_Web_qno5edr0.dll'
apabila terjadi Message Error seperti diatas maka lakukan lah penghapusan/Deleting pada path sesuai yang ada di Message Error
"c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root" ,folder yang ada di dalam root kita hapus lalu lakukan build kembali terhadap sourcenya
maka tidak akan terjadi error lagi
Selasa, 30 Oktober 2012
Bosen dengan run as administrator Saat menggunakan Visual Studio
Hal tersebut terjadi karena User Account Control (UAC) pada Local Security Policy. Jadi intinya, si OS belum benar-benar percaya bahwa kita adalah Administrator sungguhan yang sudah faham betul atas semua resiko sehingga masih perlu diingatkan.
Berikut adalah langkah-langkah untuk men-disable policy tersebut sehingga kita bisa mendapatkan hak Admin sesungguhnya:
1. buka Run dialog, lalu ketik “secpol.msc” untuk membuka Local Security Policy settings
2. Expand bagian “Local Policies”
3. Klik “Security Options”
4. Dril down scroll bar menuju bagian paling bawah lalu perhatikan bagian “User Account Control: Run All Administrators in Admin Approval Mode”. Double klik bagian tersebut lalu kemudian pilih “Disabled” lalu klik “OK”
5. restart komputer, dan selamat Anda telah mendapatkan kembali kekuasaan Anda
Method if textboox imput when start imput and end imput no space with language c#
Cara Agar spasi di TextBoox saat memulai mengimputkan huruf
maupun saat terakhir mengiputkan huruf tidak ada spasi di C#
Method if textboox imput when start imput and end imput no space
with language c#
Example :
Ada sebuah TextBoox dengan TXTtest.text
Lalu kita mengimputkan di dalam textboox tersebut seperti berikut ini ‘ andritest
‘
Agar supaya data ‘ andritest ‘ masuk ke table tanpa ada spasi
adalah dengan menambahkan seperti berikut ni
TXTtest.text.trim();
Kamis, 18 Oktober 2012
Error: "Consistency validation for SQL Server registry keys failed." When Attempting to Install SQL Server® 2008 R2
apabila anda melakukan instalsi Sqlserver dan terjadi error seperti diatas adalah dengan cara sebagai berikut;
Please use the following steps:
apabila anda melakukan instalsi Sqlserver dan terjadi error seperti diatas adalah dengan cara sebagai berikut;
Please use the following steps:
- Click Start and select Run.
- The Run dialog box appears. In the Select field, type regedit.
Caution: We strongly recommend that you back up the system registry before making any changes. Incorrect changes to the registry could result in permanent data loss or corrupted files. Please make sure you modify only the keys specified. For detailed information on backing up the Windows® Registry, click the link below:
Title: How to Backup the Windows Registry
Answer ID: 13807- Browse to the following key: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\MICROSOFTBCM\MSSQLServer\SuperSocketNetLib\Lpc.
Note: There may be keys from other programs listed under HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server, security settings for them will also need to be updated. - Give the registry key adequate permissions:
Note: The following information is provided as a convenience. Sage does not provide support for Microsoft products. For more information on this topic, please visit Microsoft.com.
- Right-click on the key and select Properties. Click on the Security tab.
- Click the Security tab, and select the Everyone user.
- Check the box for Full Control and then click OK.
- Close the Windows Registry.
- Attempt to install SQL Server 2008 R2.
Rabu, 17 Oktober 2012
Cara memperbaiki Error pada asp.net
"system.webforms.pagerequestmanagerparseerrorException:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Detail:Error parsing near'
<!DOCTYPE html P'>
dengan Screenshot error di atas itu dapat kita perbaiki dengan cara kita lihat error diatas pada halaman web yang mana setelah kita kita telusuri yang menggunakan Updatepanel pada codebehind lalu kita nonaktifkan updatepanel tersebut lalu lakukan rebuild dan run kembali web maka tidak akan tampil error seperti gambar diatas lagi.
"system.webforms.pagerequestmanagerparseerrorException:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Detail:Error parsing near'
<!DOCTYPE html P'>
dengan Screenshot error di atas itu dapat kita perbaiki dengan cara kita lihat error diatas pada halaman web yang mana setelah kita kita telusuri yang menggunakan Updatepanel pada codebehind lalu kita nonaktifkan updatepanel tersebut lalu lakukan rebuild dan run kembali web maka tidak akan tampil error seperti gambar diatas lagi.
Langganan:
Postingan (Atom)