Click here to Skip to main content
15,887,477 members
Home / Discussions / C#
   

C#

 
GeneralRe: Plugable Interface Pin
Dirso30-Jul-08 2:29
Dirso30-Jul-08 2:29 
GeneralRe: Plugable Interface Pin
Judah Gabriel Himango30-Jul-08 5:15
sponsorJudah Gabriel Himango30-Jul-08 5:15 
GeneralRe: Plugable Interface Pin
Dirso30-Jul-08 13:58
Dirso30-Jul-08 13:58 
QuestionLanguage Pin
bfis10813729-Jul-08 10:59
bfis10813729-Jul-08 10:59 
AnswerRe: Language Pin
nelsonpaixao29-Jul-08 12:38
nelsonpaixao29-Jul-08 12:38 
AnswerRe: Language Pin
Christian Graus29-Jul-08 12:38
protectorChristian Graus29-Jul-08 12:38 
AnswerRe: Language Pin
DaveyM6929-Jul-08 12:52
professionalDaveyM6929-Jul-08 12:52 
Questionclickonce register COM problem Pin
steve_rm29-Jul-08 7:54
steve_rm29-Jul-08 7:54 
Hello

VS 2008

The 2 users that have tried to run the application get this error.

"CATWinApp has encountered a problem and needs to close"

"An unhandled exception ('System.Runtime.InteropServices.COMException') occurred in CATWinApp.exe [2220]. Just-in-debugging this exception failed with the following error: No installed debugger has just-in-time dubugging enabled. In visual studio, just-in-debugging can be enabled from Tool/Options/Debugging/Just-in-time."

The users don't have any visual studio. Only the 2.0, 3.0, and 3.5 framework. Which is needed to run the application. They are only users so they don't have any development tools.

In my application I have a ActiveX control (COM), called "VaxSIPUserAgentOCX.ocx" I have registered this on my developer box using this: "regsvr32 VaxSIPUserAgentOCX.ocx".

The application run ok on my computer but no one elses.

In my references when I select them in the properties name in my application I have the following: AxInterop.VAXSIPUSERAGENTOCX and Interop.VAXSIPUSERAGENTOCXLib. In the properties I have local copy set to true.

I think the problem could be that is not registered on the users' computer. However, I am not sure how to register them. I have tried "regsvr32 VAXSIPUSERAGENTOCXLib" But comes up with "Entry point cannot be found".

Then I go to publish I click on Application Files and select Include (Auto) Requried for both AxInterop.VAXSIPUSERAGENTOCX and Interop.VAXSIPUSERAGENTOCXLib.

Could this ActiveX be causing the problem? And if what is the best method to solve this problem?

Many thanks for any advice,

Steve
AnswerRe: clickonce register COM problem Pin
paas29-Jul-08 8:01
paas29-Jul-08 8:01 
QuestionA design decision - how to instantiate and call BLL classes? Pin
Pawel Krakowiak29-Jul-08 6:19
Pawel Krakowiak29-Jul-08 6:19 
AnswerRe: A design decision - how to instantiate and call BLL classes? Pin
led mike29-Jul-08 6:38
led mike29-Jul-08 6:38 
GeneralRe: A design decision - how to instantiate and call BLL classes? Pin
Pawel Krakowiak29-Jul-08 21:09
Pawel Krakowiak29-Jul-08 21:09 
GeneralRe: A design decision - how to instantiate and call BLL classes? Pin
led mike30-Jul-08 6:03
led mike30-Jul-08 6:03 
GeneralRe: A design decision - how to instantiate and call BLL classes? Pin
Pawel Krakowiak30-Jul-08 6:29
Pawel Krakowiak30-Jul-08 6:29 
GeneralRe: A design decision - how to instantiate and call BLL classes? Pin
led mike30-Jul-08 6:43
led mike30-Jul-08 6:43 
QuestionC# Topmost without focus Pin
Zocrates29-Jul-08 6:00
Zocrates29-Jul-08 6:00 
AnswerRe: C# Topmost without focus Pin
led mike29-Jul-08 7:27
led mike29-Jul-08 7:27 
AnswerRe: C# Topmost without focus Pin
Paul Conrad29-Jul-08 7:45
professionalPaul Conrad29-Jul-08 7:45 
GeneralRe: C# Topmost without focus Pin
Zocrates29-Jul-08 8:03
Zocrates29-Jul-08 8:03 
GeneralRe: C# Topmost without focus Pin
Paul Conrad29-Jul-08 8:11
professionalPaul Conrad29-Jul-08 8:11 
GeneralRe: C# Topmost without focus Pin
Zocrates29-Jul-08 8:18
Zocrates29-Jul-08 8:18 
GeneralRe: C# Topmost without focus Pin
Paul Conrad29-Jul-08 8:22
professionalPaul Conrad29-Jul-08 8:22 
GeneralRe: C# Topmost without focus Pin
led mike29-Jul-08 8:31
led mike29-Jul-08 8:31 
GeneralRe: C# Topmost without focus Pin
Zocrates29-Jul-08 8:54
Zocrates29-Jul-08 8:54 
GeneralRe: C# Topmost without focus Pin
led mike29-Jul-08 9:08
led mike29-Jul-08 9:08 

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.