Click here to Skip to main content
15,898,035 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Manually registering .tlb files Pin
Karthik Chintala16-Aug-12 2:00
Karthik Chintala16-Aug-12 2:00 
QuestionRe: Manually registering .tlb files Pin
Shameel16-Aug-12 2:01
professionalShameel16-Aug-12 2:01 
AnswerRe: Manually registering .tlb files Pin
Karthik Chintala16-Aug-12 2:08
Karthik Chintala16-Aug-12 2:08 
GeneralRe: Manually registering .tlb files Pin
Dave Kreskowiak16-Aug-12 2:35
mveDave Kreskowiak16-Aug-12 2:35 
GeneralRe: Manually registering .tlb files Pin
Karthik Chintala16-Aug-12 2:40
Karthik Chintala16-Aug-12 2:40 
GeneralRe: Manually registering .tlb files Pin
Eddy Vluggen16-Aug-12 2:48
professionalEddy Vluggen16-Aug-12 2:48 
GeneralRe: Manually registering .tlb files Pin
Karthik Chintala16-Aug-12 2:53
Karthik Chintala16-Aug-12 2:53 
GeneralRe: Manually registering .tlb files Pin
Eddy Vluggen16-Aug-12 13:51
professionalEddy Vluggen16-Aug-12 13:51 

  • Do all class have a Guid? Similar to the example below?
    C#
    [GuidAttribute("9ED54F84-A89D-4fcd-A854-44251E925F09")]
    public class SampleClass

  • Are you on Win7? Did you register the component under the Admin-account?
  • If you did not install your assembly with the control in the GAC, you'll need to use the /CODEBASE parameter when invoking regasm.
  • Write a minimal test-application for your control, and use it for testing; are you sure that you installed all the requirements for your control? That is has read-rights on the files it needs to access? You can use DependencyWalker[^] to check if your assemblies p/invoke to other (native) dll's that you might need to provide on the target system too.
Good huntin' Smile | :)
Bastard Programmer from Hell Suspicious | :suss:
if you can't read my code, try converting it here[^]

GeneralRe: Manually registering .tlb files Pin
Karthik Chintala16-Aug-12 18:46
Karthik Chintala16-Aug-12 18:46 
GeneralRe: Manually registering .tlb files Pin
Eddy Vluggen16-Aug-12 22:27
professionalEddy Vluggen16-Aug-12 22:27 
Questionupdate app.config file Pin
VINCENT20545415-Aug-12 11:10
VINCENT20545415-Aug-12 11:10 
SuggestionRe: update app.config file Pin
Shameel16-Aug-12 1:58
professionalShameel16-Aug-12 1:58 
Questionupdate app.config file Pin
VINCENT20545415-Aug-12 10:40
VINCENT20545415-Aug-12 10:40 
AnswerRe: update app.config file Pin
Wes Aday15-Aug-12 10:49
professionalWes Aday15-Aug-12 10:49 
QuestionPath/File access error Pin
No-e15-Aug-12 3:59
No-e15-Aug-12 3:59 
AnswerRe: Path/File access error Pin
derek999915-Aug-12 4:33
derek999915-Aug-12 4:33 
GeneralRe: Path/File access error Pin
No-e15-Aug-12 4:36
No-e15-Aug-12 4:36 
GeneralRe: Path/File access error Pin
Аslam Iqbal15-Aug-12 8:26
professionalАslam Iqbal15-Aug-12 8:26 
GeneralOT: Sweet signature... Pin
Paul Conrad15-Aug-12 7:26
professionalPaul Conrad15-Aug-12 7:26 
GeneralRe: OT: Sweet signature... Pin
derek999915-Aug-12 22:23
derek999915-Aug-12 22:23 
GeneralRe: OT: Sweet signature... Pin
Paul Conrad16-Aug-12 6:54
professionalPaul Conrad16-Aug-12 6:54 
QuestionRe: Path/File access error Pin
Eddy Vluggen15-Aug-12 5:26
professionalEddy Vluggen15-Aug-12 5:26 
AnswerRe: Path/File access error Pin
No-e15-Aug-12 8:39
No-e15-Aug-12 8:39 
AnswerRe: Path/File access error Pin
Dave Kreskowiak15-Aug-12 8:07
mveDave Kreskowiak15-Aug-12 8:07 
QuestionSimple program exceptions on all other win7 platforms Pin
Uranium-23514-Aug-12 19:22
Uranium-23514-Aug-12 19:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.