Click here to Skip to main content
15,888,968 members
Home / Discussions / C#
   

C#

 
GeneralRe: Outlook and Windows applic Pin
Rocky#16-Aug-07 19:55
Rocky#16-Aug-07 19:55 
QuestionRe:MouseDown handle on the titlebar Pin
RameshwerE15-Aug-07 22:26
RameshwerE15-Aug-07 22:26 
AnswerRe:MouseDown handle on the titlebar Pin
Martin#15-Aug-07 22:52
Martin#15-Aug-07 22:52 
QuestionHow to raise events while clicking a datalist item or a particular Row?? Pin
bijeshputhalath15-Aug-07 21:41
bijeshputhalath15-Aug-07 21:41 
AnswerRe: How to raise events while clicking a datalist item or a particular Row?? Pin
Christian Graus15-Aug-07 22:18
protectorChristian Graus15-Aug-07 22:18 
QuestionAssembly Probing Pin
KrunalC15-Aug-07 21:18
KrunalC15-Aug-07 21:18 
AnswerRe: Assembly Probing Pin
Mark Churchill16-Aug-07 21:03
Mark Churchill16-Aug-07 21:03 
GeneralRe: Assembly Probing Pin
KrunalC16-Aug-07 21:30
KrunalC16-Aug-07 21:30 
Mark,
Thanks you very much for your reply. I was looking for some direction to resolve my problem which you very well provided.

However, Let me elaborate more on my problem.
In my case, there are two different applications, one developed in vb 6.0 (which acts as COM client) and other in .net. Now I register my .net application with registry (using regasm tool but without using /codebase switch). Also, I don't put my .net component (which COM client will access) into GAC. So in this case when I try to access my .net component from VB application using COM, VB application fails to locate my .net component and its dependancy. Can you tell me what I should do in order to make my vb application know where my .net component is placed.

If I put my vb application and .net application together, everything works fine. But if I put them seperately, loading fails with the message that "Runtime error '429'. ActiveX Comoponent can't create object.". In my vb code, I'm using CreateObject to create my .net component object.

-----------------
Private Sub Command1_Click()

Dim i As Object
Set i = CreateObject("TestApp.class1") (TestApp.class1 is my .net component)
i.ShowMessage
End Sub
-----------------

I hope I have explained my problem properly. if you have questions on this pls revert back.
Thanks......
GeneralRe: Assembly Probing Pin
Mark Churchill16-Aug-07 21:42
Mark Churchill16-Aug-07 21:42 
GeneralRe: Assembly Probing Pin
KrunalC16-Aug-07 22:09
KrunalC16-Aug-07 22:09 
GeneralRe: Assembly Probing Pin
Mark Churchill16-Aug-07 22:15
Mark Churchill16-Aug-07 22:15 
Questionscanner dll Pin
chehreghany15-Aug-07 20:36
chehreghany15-Aug-07 20:36 
AnswerRe: scanner dll Pin
Malcolm Smart15-Aug-07 20:54
Malcolm Smart15-Aug-07 20:54 
AnswerRe: scanner dll Pin
Christian Graus15-Aug-07 22:02
protectorChristian Graus15-Aug-07 22:02 
AnswerRe: scanner dll Pin
Pete O'Hanlon15-Aug-07 22:10
mvePete O'Hanlon15-Aug-07 22:10 
QuestionScanner DLL Pin
chehreghany15-Aug-07 20:35
chehreghany15-Aug-07 20:35 
Questionusing XSLtransform to transform an XML document to another XML document [modified] Pin
Rocky#15-Aug-07 20:28
Rocky#15-Aug-07 20:28 
AnswerRe: using XSLtransform to transform an XML document to another XML document Pin
pmarfleet15-Aug-07 21:19
pmarfleet15-Aug-07 21:19 
GeneralRe: using XSLtransform to transform an XML document to another XML document Pin
Rocky#15-Aug-07 21:40
Rocky#15-Aug-07 21:40 
Question.Net framework and SDK - difference Pin
shivapriyak15-Aug-07 20:27
shivapriyak15-Aug-07 20:27 
AnswerRe: .Net framework and SDK - difference Pin
pmarfleet15-Aug-07 21:18
pmarfleet15-Aug-07 21:18 
GeneralRe: .Net framework and SDK - difference Pin
shivapriyak15-Aug-07 21:43
shivapriyak15-Aug-07 21:43 
GeneralRe: .Net framework and SDK - difference Pin
Pete O'Hanlon15-Aug-07 22:08
mvePete O'Hanlon15-Aug-07 22:08 
QuestionScanner DLL Pin
MozhdehQeraati15-Aug-07 20:23
MozhdehQeraati15-Aug-07 20:23 
AnswerRe: Scanner DLL Pin
Michael Sync15-Aug-07 20:37
Michael Sync15-Aug-07 20:37 

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.