Click here to Skip to main content
15,897,891 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionWhat is .NET FRAMEWORK? Pin
danso sackey24-Feb-10 1:30
danso sackey24-Feb-10 1:30 
AnswerRe: What is .NET FRAMEWORK? Pin
Anubhava Dimri24-Feb-10 1:40
Anubhava Dimri24-Feb-10 1:40 
GeneralRe: What is .NET FRAMEWORK? Pin
danso sackey24-Feb-10 1:56
danso sackey24-Feb-10 1:56 
GeneralRe: What is .NET FRAMEWORK? Pin
Dave Kreskowiak24-Feb-10 2:10
mveDave Kreskowiak24-Feb-10 2:10 
GeneralRe: What is .NET FRAMEWORK? Pin
Pete O'Hanlon24-Feb-10 2:17
mvePete O'Hanlon24-Feb-10 2:17 
AnswerRe: What is .NET FRAMEWORK? Pin
Not Active24-Feb-10 1:52
mentorNot Active24-Feb-10 1:52 
QuestionCom Exception Unhandled Pin
vkumar0923-Feb-10 18:38
vkumar0923-Feb-10 18:38 
AnswerRe: Com Exception Unhandled Pin
Arindam Tewary23-Feb-10 19:15
professionalArindam Tewary23-Feb-10 19:15 
This is a general error. What you can do is ,

1. Check that the class installed is actuallt installed properly.( if not then re-installe that correctly)
2. Reset the identity user id/passwork that you might have there in com explorer.
2. Lastly, make sure that COM component is working correct at runtime. That can be tested this way: You can write a vb script file(.vbs) and try to invoke that COM component by just creating an instance of the class. If that is created then using the vbscript itself call the method to see whether that method which you might have used is actually invoked correctly.

Sample VBscript code.Save this as "test.vbs" and double click and run.

obj = CreateObject("yourcalssname")
msgbox(IsObject(obj))
Thanks,
Arindam D Tewary

GeneralRe: Com Exception Unhandled Pin
vkumar0923-Feb-10 23:31
vkumar0923-Feb-10 23:31 
AnswerRe: Com Exception Unhandled Pin
Dave Kreskowiak24-Feb-10 2:13
mveDave Kreskowiak24-Feb-10 2:13 
QuestionVb.Net Pin
C.Kumarasinghe22-Feb-10 18:51
professionalC.Kumarasinghe22-Feb-10 18:51 
AnswerRe: Vb.Net Pin
Not Active22-Feb-10 20:46
mentorNot Active22-Feb-10 20:46 
AnswerRe: Vb.Net Pin
Richard MacCutchan22-Feb-10 21:50
mveRichard MacCutchan22-Feb-10 21:50 
JokeRe: Vb.Net Pin
Pete O'Hanlon23-Feb-10 9:21
mvePete O'Hanlon23-Feb-10 9:21 
AnswerRe: Vb.Net Pin
Dave Kreskowiak23-Feb-10 10:29
mveDave Kreskowiak23-Feb-10 10:29 
Questionhi Pin
AnieMVC22-Feb-10 16:12
AnieMVC22-Feb-10 16:12 
AnswerRe: hi Pin
Dave Kreskowiak22-Feb-10 17:44
mveDave Kreskowiak22-Feb-10 17:44 
AnswerRe: hi Pin
Richard MacCutchan22-Feb-10 21:51
mveRichard MacCutchan22-Feb-10 21:51 
QuestionVery simple combobox trouble Pin
Nikz222-Feb-10 4:40
Nikz222-Feb-10 4:40 
AnswerRe: Very simple combobox trouble Pin
Richard MacCutchan22-Feb-10 21:57
mveRichard MacCutchan22-Feb-10 21:57 
GeneralRe: Very simple combobox trouble Pin
Nikz223-Feb-10 2:54
Nikz223-Feb-10 2:54 
GeneralRe: Very simple combobox trouble Pin
Richard MacCutchan23-Feb-10 6:44
mveRichard MacCutchan23-Feb-10 6:44 
GeneralRe: Very simple combobox trouble Pin
Nikz223-Feb-10 6:54
Nikz223-Feb-10 6:54 
AnswerRe: Very simple combobox trouble Pin
Luc Pattyn23-Feb-10 11:26
sitebuilderLuc Pattyn23-Feb-10 11:26 
GeneralRe: Very simple combobox trouble Pin
Nikz223-Feb-10 12:10
Nikz223-Feb-10 12:10 

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.