The application for project “xxxxx” is not installed …. make sure
by admin on Nov.11, 2011, under Application, Programming, System
The application for project “xxxxx” is not installed
Make sure the application for the project type (.vbproj) is installed

ini gw alami saat gw mau buka projectnya vs 2005 dengan vs 2008 akhirnya tampil nih error seperti diatas, pertama2x seperti biasa gw cari di google (: first master for help my problem ), disitu banyak saran dan …. akhirnya gw jalanin aja dengan cara gw sendiri.
How to Downgrade a Database SQL Server 2005 to 2000
by admin on May.25, 2011, under Application, Programming, System
Dikarenakan masih mencoba2x SQL Server 2005 dan database yang masih aktif di 2000, alhasil seperti ini ( problem yang gw dapatkan ), data testing jalannya di SQL Server 2005 tapi data live di 2000, saat akan di gunakan ???? ( mana mungkin dari 2005 ke 2000 ), hasil dari keisengan membuahkan pengetahuan .
setelah mencari kesana kemari akhirnya dapat juga, bagaimana caranya mengimport data dari sql server 2005 ke 2000. ada banyak alternatif, walaupun ada sedikit masalah tapi bisa di selesaikan dengan cara seksama dan dalam tempo yang sesingkatnya (kaya proklamasi aja).
saya mencoba dengan 2 cara.
Validasi data dengan ErrorProvider pada Visual Studio 2008
by admin on May.25, 2011, under Programming
Seperti artikel sebelumnya pernah dibahas mengenai validasi data, yang satu ini juga sama fungsinya tetapi lebih menarik dan juga bawaan dari Visual studio.
DateTime.Compare Method ( membandingkan 2 (dua) tanggal ).
by admin on Apr.04, 2011, under Programming
‘Declaration
Public Shared Function Compare ( _
t1 As DateTime, _
t2 As DateTime _
) As Integer
Parameters
t1
Type: System.DateTime
The first object to compare.
t2
Type: System.DateTime
The second object to compare.
Return Value
A signed number indicating the relative values of t1 and t2.
VB.Net Validation Controls
by admin on Mar.16, 2011, under Programming
Memvalidasi data masukan sangatlah penting, agar konsisten data dapat di pertanggung jawabkan, banyak cara kita membuatnya salah satunya seperti ini ….
mungkin ini bukanlah yang terbaik tapi saya mencoba untuk menshare apa yang pernah saya dapatkan
Sepertinya simple membuatnya tapi bagaimana caranya kita buat dalam sebuah Class …
pertama kita membuat class dengan nama Validator, coding lengkapnya seperti ini
Date/Time Conversions Using SQL Server
by admin on Mar.16, 2011, under Programming
untuk melengkapi Tulisan pembuatan No ID secara otomatis, saya sertakan informasinya sbb :
linkya http://www.mssqltips.com/tip.asp?tip=1145
Problem
There are many instances when dates and times don’t show up at your doorstep in the format you’d like it to be, nor does the output of a query fit the needs of the people viewing it. One option is to format the data in the application itself. Another option is to use the built-in functions SQL Server provides to format the date string for you.
Bagaimana sih membuat no id ( no Transaksi ) secara otomatis
by admin on Mar.16, 2011, under Programming
Sempat ada perdebatan kecil di sebuah forum .Net, mengenai mana yang baik untuk membuat no transaksi secara otomatis, saya masih tetap berpegang dengan prinsip saya, yang biasa di lakukan untuk membuat program ( no transaksi ), tapi di forum itu ada yang menyarankan kenapa tidak mengambil format tanggal berjalan (di Server) formatnya YYMMDDmnsc, jadi udah pasti uniq no tersebut, karena setiap detik kita mendapat no yang berbeda, akhirnya saya mencaritahu bagaimana membuat no id tersebut dengan format tanggal berjalan ……
Akhirnya dapat juga bagaimana caranya membuat hal tersebut bisa dilakukan, hanya dengan sepengal script SQL spt ini : select replace(convert(varchar, getdate(),11),’/',”) + replace(convert(varchar, getdate(),108),’:',”)
hasilnya : 110317093327
jadi tambah semangat nih codingnya karena selama ini masalah yg cukup menggangu spt ini sudah bisa teratasi ….
VS2008 SP1 - Selecting .NET 3.5 SP1 prerequisite in setup project causes build error
by admin on Feb.18, 2011, under Programming, System
Warning 1: The value of the ‘PublicKey’ attribute in ‘.NET Framework 3.5 SP1′ does not match that of file ‘C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\DotNetFX35SP1\dotNetFX30\XPSEPSC-amd64-en-US.exe’. CrystalReportsApplication1
Warning 2: The value of the ‘PublicKey’ attribute in ‘.NET Framework 3.5 SP1′ does not match that of file ‘C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\DotNetFX35SP1\dotNetFX30\XPSEPSC-x86-en-US.exe’. CrystalReportsApplication1
Converting VS2010 Solution to VS2008
by admin on Feb.07, 2011, under Programming
If you are working with VS 2010 (any Edition) and cannot open your 2010 solution on VS 2008 then just follow these 3 Steps:For .sln:1. Open the solution file in your favorite text editor (ex: notepad++).2. Find the Following:Microsoft Visual Studio Solution File, Format…
Setup cannot continue because some system files are out of date on your system
by admin on Feb.07, 2011, under Programming
“Setup cannot continue because some system files are out of date on your system. Click OK if you would like setup to update these files for you now. You will need to restart Windows before you can run setup again. Click cancel to exit setup without updating system files.”
Microsoft addresses this issue in their Help and Support (http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q191/0/96.ASP&NoWebContent=1) and proposes 8 solutions.
However, I found out that the problem was coming from the Bootstrap files in the Setup.LST file.
If you open Setup.LST (generated with the wizard) you’ll see something like this:
File1=@VB6STKIT.DLL,$(WinSysPathSysFile),,,3 25 99 11:00:00 PM,101888,6.0.84.50
File2=@MSVCRT40.DLL,$(WinSysPathSysFile),,,5 30 98 11:00:00 PM,326656,4.21.0.0
File3=@COMCAT.DLL,$(WinSysPathSysFile),$(DLLSelfRegister),,5 30 98 11:00:00 PM,22288,4.71.1460.1
File4=@stdole2.tlb,$(WinSysPathSysFile),$(TLBRegister),,8 23 01 1:00:00 PM,17920,3.50.5014.0
File5=@asycfilt.dll,$(WinSysPathSysFile),,,8 4 04 8:56:41 AM,65024,5.1.2600.2180
File6=@olepro32.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,8 4 04 8:56:44 AM,83456,5.1.2600.2180
File7=@oleaut32.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,8 4 04 8:56:44 AM,553472,5.1.2600.2180
File8=@msvbvm60.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,8 4 04 8:56:43 AM,1392671,6.0.96.90
Files 1 through 3 are needed to run your VB 6.0 program, but Files 4 through 8 were the ones that were “out of date” and caused the error. Since the host PC will most certainly have these files, there is no need for your program to install them (or even update them). So you can just insert a colon “;” in front of the lines for File 4 through 8 for the installation to ignore these commands.
So open your Setup.LST and change it like this:
[Bootstrap Files]
File1=@VB6STKIT.DLL,$(WinSysPathSysFile),,,3 25 99 11:00:00 PM,101888,6.0.84.50
File2=@MSVCRT40.DLL,$(WinSysPathSysFile),,,5 30 98 11:00:00 PM,326656,4.21.0.0
File3=@COMCAT.DLL,$(WinSysPathSysFile),$(DLLSelfRegister),,5 30 98 11:00:00 PM,22288,4.71.1460.1
;File4=@stdole2.tlb,$(WinSysPathSysFile),$(TLBRegister),,8 23 01 1:00:00 PM,17920,3.50.5014.0
;File5=@asycfilt.dll,$(WinSysPathSysFile),,,8 4 04 8:56:41 AM,65024,5.1.2600.2180
;File6=@olepro32.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,8 4 04 8:56:44 AM,83456,5.1.2600.2180
;File7=@oleaut32.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,8 4 04 8:56:44 AM,553472,5.1.2600.2180
;File8=@msvbvm60.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,8 4 04 8:56:43 AM,1392671,6.0.96.90
Save it, close it, and try installing your program again.
[B]Note: You may have other DLL files than those listed above, so you have to make sure which ones are the one out of date.
Hope this helps some of you out there.
notes:
articel from internet .