Click here to Skip to main content
15,898,371 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Wrong button clicked when user presses "Enter" key Pin
ToddHileHoffer3-Oct-06 5:47
ToddHileHoffer3-Oct-06 5:47 
QuestionHow to get Focus on one Button,if two buttons exists on the same form Pin
ravindradonkada3-Oct-06 3:07
ravindradonkada3-Oct-06 3:07 
AnswerRe: How to get Focus on one Button,if two buttons exists on the same form Pin
Sathesh Sakthivel3-Oct-06 3:15
Sathesh Sakthivel3-Oct-06 3:15 
AnswerRe: How to get Focus on one Button,if two buttons exists on the same form Pin
ToddHileHoffer3-Oct-06 4:55
ToddHileHoffer3-Oct-06 4:55 
AnswerRe: How to get Focus on one Button,if two buttons exists on the same form Pin
vikram1383-Oct-06 17:36
vikram1383-Oct-06 17:36 
Questionpage load event not called Pin
Deepak the Cool3-Oct-06 1:23
Deepak the Cool3-Oct-06 1:23 
AnswerRe: page load event not called Pin
CWIZO3-Oct-06 6:37
CWIZO3-Oct-06 6:37 
QuestionWebservice and COM object Pin
Talal Sultan3-Oct-06 1:22
Talal Sultan3-Oct-06 1:22 
Hi all,

I have a webservice method (call is method X) that is called from a windows forms client. This webservice method X instantiates a class in another assembly (call it assembly A) and calls one of its methods (Y). Assembly A has as reference a COM object written in C++.

In method Y, I instantiate a class from the COM object and call a method of that class (method Z.)

Then the result of Z is sent to Y, which returns it to X, which returns it to the client application.

Now everything works fine if I have only ONE client application calling method X of the webservice. As soon as I launch another call to X from another client application, I start getting exceptions being thrown from the COM. The COM itself uses many mathematics DLLs which I have placed in System32. I notice that the exception is generated from a particular method in one of those DLLs.

Is it right to assume that this particular DLL throwing the exception is not ThreadSafe?

When a second client application calls method X, don't we have a new thread being launched? and if so, then why does the COM seem to be behaving as if all instance of method Z are calling the same COM instance?

I'm quite lost at this one as I have no experience with COM stuff, could someone explain to me what is going on? and if there is a way to make more than one instance of the COM to run simultaneously.

Thanks a lot.

Talal.



Make it possible for programmers to write programs in English, and you will find that programmers can not write in English. - Murphy's Law
QuestionAvoid Datagrid Refresh Pin
kavithapuranik3-Oct-06 0:40
kavithapuranik3-Oct-06 0:40 
Questionhow to make web application DDA compliant ? Pin
King Shez3-Oct-06 0:32
King Shez3-Oct-06 0:32 
QuestionProblem With Hosting Pin
alokdotnet3-Oct-06 0:16
alokdotnet3-Oct-06 0:16 
QuestionFinding client side(browser side) DSN through ODBC Pin
rahul21nov2-Oct-06 23:43
rahul21nov2-Oct-06 23:43 
QuestionCrystal report problem Pin
srilu nagalla2-Oct-06 23:29
srilu nagalla2-Oct-06 23:29 
AnswerRe: Crystal report problem Pin
just3ala23-Oct-06 23:11
just3ala23-Oct-06 23:11 
GeneralRe: Crystal report problem Pin
srilu nagalla4-Oct-06 1:32
srilu nagalla4-Oct-06 1:32 
GeneralRe: Crystal report problem Pin
just3ala24-Oct-06 2:38
just3ala24-Oct-06 2:38 
Questionscape sequence in insert query Pin
srinandan..2-Oct-06 23:23
srinandan..2-Oct-06 23:23 
AnswerRe: scape sequence in insert query Pin
Deepak the Cool3-Oct-06 1:40
Deepak the Cool3-Oct-06 1:40 
AnswerRe: scape sequence in insert query Pin
e-laj3-Oct-06 11:39
e-laj3-Oct-06 11:39 
AnswerRe: scape sequence in insert query Pin
Member 964-Oct-06 13:29
Member 964-Oct-06 13:29 
QuestionCapture onclick event of button in datagrid Pin
cullyk2-Oct-06 23:23
cullyk2-Oct-06 23:23 
AnswerRe: Capture onclick event of button in datagrid Pin
thomas_joyee3-Oct-06 0:56
thomas_joyee3-Oct-06 0:56 
GeneralRe: Capture onclick event of button in datagrid Pin
cullyk3-Oct-06 1:03
cullyk3-Oct-06 1:03 
GeneralRe: Capture onclick event of button in datagrid Pin
thomas_joyee3-Oct-06 1:10
thomas_joyee3-Oct-06 1:10 
GeneralRe: Capture onclick event of button in datagrid Pin
cullyk3-Oct-06 3:47
cullyk3-Oct-06 3:47 

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.