Jump to content

Visual Basic De .exe Yaptım Başka Pc De Çalışmıyor


legend87
 Share

Recommended Posts

merhaba arkadaşlar visual basic de bir program yazdım normalde çalışıyor ama müşterime götürdüğümde çalışmıyor hata veriyor bunun sebebi ne olabiir yardımcı oursanız çok sevinirim rezil oldum müşterime acil yardımlarınızı bekliyorum. şimdiden teşekkür ederim.

hata kodu=00000010-0000-0010-8000-00aa006d2ea4
Link to comment
Share on other sites

Böyle bişe buldum ama :)

http://support.microsoft.com/kb/288706/tr


ayrıca

[quote]ActiveX kontrolleri ne yazık ki dll dosyaları gibi değillerdir.
belki şöyle bir çözüm işine yarar.

Programını SubMain() ile başlat.

Sub Main()
shell "regsvr32 /s xxx.ocx",vbHide
shell "regsvr32 /s yyyy.ocx",vbHide
.....
.....
Form'u yükle...

küçük bir not eğer programın win9x 'de de çalışacaksa şöyle olmalı
shell "C:\Windir\regsvr32 /s tamyol\yyyy.ocx",vbHide[/quote]

Edited by yasak_ask
Link to comment
Share on other sites

Sn:legend87
Sistem32 içerisine attığınız komponentleri kayıt yapmak için Başlat > Çalıştır [code]regsvr32 %windir%\system32\xxxx.ocx[/code] olarak yazınız ve tamam butonuna basarak kayıt yapınız, xxxx.ocx veya dll sizin kullanmış olduğunuz komponentin adı olacak

Link to comment
Share on other sites

[quote name='KintaRo' date='05 July 2011 - 10:14 ' timestamp='1309860890' post='1040954']
Visual Basic'de bildiğim kadarıyla Framework ile çalışıyor. Denediğin müşteri bilgisayarında framework kurulumu?
[/quote]

Evet kesinlikle visual basic hangi sürümüyle kodladıysn ona göre net framework sürümünü sistemine kurman gerekiyor aksi halde çalışmaz.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...