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

.NET (Core and Framework)

 
QuestionCreate a trackbar with two thumbs? Pin
cooljeba17-Feb-10 20:17
cooljeba17-Feb-10 20:17 
AnswerRe: Create a trackbar with two thumbs? Pin
Eddy Vluggen7-Feb-10 20:41
professionalEddy Vluggen7-Feb-10 20:41 
GeneralRe: Create a trackbar with two thumbs? Pin
cooljeba17-Feb-10 21:46
cooljeba17-Feb-10 21:46 
GeneralRe: Create a trackbar with two thumbs? Pin
Eddy Vluggen7-Feb-10 21:54
professionalEddy Vluggen7-Feb-10 21:54 
GeneralRe: Create a trackbar with two thumbs? Pin
cooljeba17-Feb-10 22:17
cooljeba17-Feb-10 22:17 
QuestionPerformance tuning Pin
Vishal Saxena dev7-Feb-10 18:28
Vishal Saxena dev7-Feb-10 18:28 
AnswerRe: Performance tuning Pin
Not Active7-Feb-10 18:34
mentorNot Active7-Feb-10 18:34 
QuestionWhy i am getting error Unable to cast COM object of type from RCW? [modified] Pin
Member 8715877-Feb-10 11:05
Member 8715877-Feb-10 11:05 
Unable to cast COM object of type 'ESchRCW.eSchReadClass' to interface type 'ESchRCW._eSchRead'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{C8DD174B-A1C9-40AC-990C-91E62D7FAD12}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).

This RCW, .net code and the corresponding code is working in local, DEVWEB, QAWEB, except the UATWEB region (as of now). I think may be there is a problem in UATWEB region. I checked the Frameworks and service packs and all are same, except the hardware is windows server 2003 standard edition in DEVWEB,QA, but UATWB it is windows 2003 standard edition. I hope it got nothing to do with this problem. I even cleared the all entries of this com+ component and it's guids from registry and re added the COM+ component to the COM+, but the result is same. I checked even in even logs, but no information on it. I am giving more information below, hopefully it will help .net experts to understand my problem and help me.

###############################################################################

EXCEPTION INFORMATION:
-------------------------------------------------------------------------------
MESSAGE: Unable to cast COM object of type 'ESchRCW.eSchReadClass' to interface type 'ESchRCW._eSchRead'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{C8DD174B-A1C9-40AC-990C-91E62D7FAD12}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
FRIENDLY MESSAGE: Unable to cast COM object of type 'ESchRCW.eSchReadClass' to interface type 'ESchRCW._eSchRead'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{C8DD174B-A1C9-40AC-990C-91E62D7FAD12}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
ERROR ID: F239D36A-E327-4E8A-9BFF-5D3EB9815E01
CREATED DATE: 2/6/2010 5:25:40 PM
REPORTED DATE: 2/6/2010 5:25:40 PM
MACHINE NAME: UATWEB
APP DOMAIN NAME: APP DOMAIN NAME
THREAD IDENTITY NAME:
WINDOWS IDENTITY NAME: NT AUTHORITY\NETWORK SERVICE
TARGET SITE:
STACK TRACE:
SOURCE:

INNER EXCEPTION #1 INFORMATION:
-------------------------------------------------------------------------------
MESSAGE: Unable to cast COM object of type 'ESchRCW.eSchReadClass' to interface type 'ESchRCW._eSchRead'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{C8DD174B-A1C9-40AC-990C-91E62D7FAD12}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
EXCEPTION TYPE: System.InvalidCastException
STACK TRACE: at ESchRCW.eSchReadClass.read_ProcessingComplete_New(String pLoadid, Object& vRowSetDest, Object& vRowSetStOff, Object& ErrStr)
at BTran.MT.BShipper.EScheduleSTD.GetProcessingComplete(String loadID, Object destDetail, Object stopOffDetail, Object errStr)
TARGET SITE: System.Object read_ProcessingComplete_New(System.String, System.Object ByRef, System.Object ByRef, System.Object ByRef)
modified on Sunday, February 7, 2010 5:18 PM

Question1.1 or 2.0 Pin
volatil3_6-Feb-10 20:52
volatil3_6-Feb-10 20:52 
AnswerRe: 1.1 or 2.0 Pin
Richard MacCutchan6-Feb-10 21:44
mveRichard MacCutchan6-Feb-10 21:44 
GeneralRe: 1.1 or 2.0 Pin
volatil3_6-Feb-10 22:39
volatil3_6-Feb-10 22:39 
GeneralRe: 1.1 or 2.0 Pin
Richard MacCutchan7-Feb-10 1:04
mveRichard MacCutchan7-Feb-10 1:04 
AnswerRe: 1.1 or 2.0 Pin
Abhinav S6-Feb-10 22:19
Abhinav S6-Feb-10 22:19 
AnswerRe: 1.1 or 2.0 Pin
Luc Pattyn7-Feb-10 2:22
sitebuilderLuc Pattyn7-Feb-10 2:22 
AnswerRe: 1.1 or 2.0 Pin
Luc Pattyn7-Feb-10 8:55
sitebuilderLuc Pattyn7-Feb-10 8:55 
GeneralRe: 1.1 or 2.0 Pin
Roger Wright9-Feb-10 19:11
professionalRoger Wright9-Feb-10 19:11 
GeneralRe: 1.1 or 2.0 Pin
Luc Pattyn10-Feb-10 1:10
sitebuilderLuc Pattyn10-Feb-10 1:10 
GeneralRe: 1.1 or 2.0 Pin
Roger Wright10-Feb-10 2:13
professionalRoger Wright10-Feb-10 2:13 
GeneralRe: 1.1 or 2.0 Pin
Luc Pattyn10-Feb-10 2:53
sitebuilderLuc Pattyn10-Feb-10 2:53 
QuestionIdeas on how to design a file listener Pin
rune7116-Feb-10 7:19
rune7116-Feb-10 7:19 
AnswerRe: Ideas on how to design a file listener Pin
Luc Pattyn6-Feb-10 8:45
sitebuilderLuc Pattyn6-Feb-10 8:45 
AnswerRe: Ideas on how to design a file listener Pin
Pete O'Hanlon6-Feb-10 10:04
mvePete O'Hanlon6-Feb-10 10:04 
AnswerRe: Ideas on how to design a file listener Pin
Alexey Malyshev7-Feb-10 11:50
Alexey Malyshev7-Feb-10 11:50 
QuestionQSB like Interface Pin
volatil3_5-Feb-10 8:45
volatil3_5-Feb-10 8:45 
QuestionProblem Converting Hex to Decimal Pin
VikashGohil5-Feb-10 3:15
VikashGohil5-Feb-10 3:15 

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.