No announcements
Found 915849 threads
-
0 Votes
Calling a COM dll from another COM dll
That's the whole point of COM.Answered | 3 Replies | 3421 Views | Created by vatsa_mitr - Tuesday, June 23, 2009 5:57 AM | Last reply by Brian Muth - Tuesday, June 23, 2009 4:12 PM -
1 Votes
VB 6.0 dll not working
http://www.vbforums.com/showthread.php?Answered | 3 Replies | 307 Views | Created by EuroEager - Monday, March 5, 2018 1:52 PM | Last reply by EuroEager - Monday, March 5, 2018 2:43 PM -
3 Votes
Registring C# ClassLibrary dll in Win CE 6.0
Correct, you can not create managed COM objects which can be registered like you can on desktop.Answered | 3 Replies | 4330 Views | Created by Prabhu.R - Tuesday, August 30, 2011 7:48 AM | Last reply by Ilya Tumanov - Wednesday, August 31, 2011 6:23 AM -
0 Votes
C# COM Interop DLL vs C# common DLL
The term interop refers the process of calling COM objects in managed world through RCW and exposing managed objects to COM world through CCW.Answered | 2 Replies | 3554 Views | Created by cplusplusdev - Tuesday, July 3, 2012 3:57 PM | Last reply by Nair S - Tuesday, July 3, 2012 4:21 PM -
0 Votes
COM DLL Management in IIS 6.0
User1365816255 posted Hey~ What happens if you use - <% Response.Write Now() %> If you are using COM Objects, then they are simple ASP pages.Unanswered | 3 Replies | 151 Views | Created by Anonymous - Wednesday, May 19, 2004 1:57 PM | Last reply by Anonymous - Tuesday, June 22, 2004 9:43 PM -
0 Votes
IIS 6.0 OLEDB Problem
And that operation happens under the Default user and when the IIS user doesn't have the rights to this area there is and error...Answered | 6 Replies | 5558 Views | Created by KgN - Friday, December 10, 2010 12:42 PM | Last reply by PB-Developer - Monday, May 16, 2011 8:27 AM -
0 Votes
Debug COM DLL from ASP.Net
Hi, I want to debug COM dll solution through another ASP.Net solution (IIS).Answered | 2 Replies | 629 Views | Created by shakumar - Tuesday, July 19, 2016 4:58 AM | Last reply by Jack Zhai-MSFT - Thursday, July 21, 2016 7:39 AM -
0 Votes
Distinguish Between Com Dll and simple Dll
Hence, dot net assemblies are understandable to only Microsoft.NET and can be used only in .NET managed applications.Answered | 5 Replies | 2577 Views | Created by Piyush349 - Thursday, April 22, 2010 6:49 AM | Last reply by Mike_999 - Thursday, April 22, 2010 7:10 AM -
0 Votes
To distinguish w.r.t .NET dll(pure) and .NET dll with COM Interface
If you are just wanting to know if the managed assembly has any "COM visible code" in there (without having to pull the source for it), then you can definitely rely on ...Answered | 2 Replies | 3224 Views | Created by VishaK_90 - Tuesday, June 4, 2013 5:54 AM | Last reply by Clean_Code_Striver - Wednesday, June 5, 2013 3:54 PM -
1 Votes
Need to Create a COM DLL and Register
How to call a Visual Basic .NET or Visual Basic 2005 assembly from Visual Basic 6.0 Paul ~~~~ Microsoft MVP (Visual Basic)Answered | 1 Replies | 2557 Views | Created by SHANMUGAVEL.C - Monday, June 20, 2011 11:27 AM | Last reply by Paul P Clement IV - Monday, June 20, 2011 11:56 AM -
1 Votes
Distinguish .Net Dll from a COM Dll
What if the DLL is a .NET assembly with a COM interface.Answered | 3 Replies | 628 Views | Created by mpdillon56 - Thursday, July 21, 2016 5:00 PM | Last reply by Paul P Clement IV - Thursday, July 21, 2016 8:21 PM -
1 Votes
how to convert a basic c++ dll to a COM dll
Writing a managed wrapper using C++/CLI will be faster and less problematic than writing a COM server.Answered | 3 Replies | 4891 Views | Created by machine617 - Thursday, July 14, 2011 4:38 PM | Last reply by Darran Rowe - Friday, July 15, 2011 5:31 PM -
0 Votes
unable to register com dll
I'm creating a com dll, managed to compile it but got error while registering(Regsvr32) it.Answered | 3 Replies | 3278 Views | Created by etwc - Thursday, March 8, 2012 7:14 AM | Last reply by Brian Muth - Monday, March 12, 2012 3:49 AM -
0 Votes
COM dll, Regular dll, extenstion dll, win32 dll - differences?
When the COM component is exposed from a DLL, the DLL is sometimes referred as a COM DLL.Answered | 7 Replies | 8936 Views | Created by gmaran23 - Wednesday, December 1, 2010 5:17 PM | Last reply by abdennabi - Wednesday, March 16, 2011 10:16 AM -
0 Votes
Not able to consume COM DLL
I am able to import .dll and .tlb files in my header files But when I am declaring the Interface IZebraLebal defined in that com dll.Answered | 6 Replies | 2158 Views | Created by sameer kariwal - Wednesday, November 28, 2012 11:27 AM | Last reply by sameer kariwal - Thursday, November 29, 2012 7:16 AM -
1 Votes
Programmatically register COM (ActiveX) dlls via managed code
Concerning COM DLL Registration/Unregistration.Answered | 3 Replies | 13057 Views | Created by Christopher SIGI - Wednesday, August 10, 2011 5:59 PM | Last reply by eryang - Friday, August 12, 2011 3:33 AM -
2 Votes
TF30063: You are not authorized to access Microsoft-IIS/6.0.
D:\Development\TeamSystem\Blah\Framework\Gateway\DummyGateway.cs: TF30063: You are not authorized to access Microsoft-IIS/6.0.Answered | 9 Replies | 19764 Views | Created by Ridge - Saturday, October 1, 2005 7:28 PM | Last reply by Bruno Wouters - Thursday, April 5, 2012 8:13 PM -
3 Votes
Managed dll is not loading
I suggest you consider turning your C++ class into a COM object.Answered | 13 Replies | 1546 Views | Created by MRUTYUNJAYA.M - Friday, June 5, 2020 6:46 AM | Last reply by RLWA32 - Sunday, June 7, 2020 12:30 PM -
1 Votes
COM Startup and DLL Loading QUestion
This meant that it couldn't access the first instance's COM server, and tried to create a new COM server which would fail.Answered | 2 Replies | 2228 Views | Created by MattJM - Tuesday, July 12, 2011 7:55 AM | Last reply by MattJM - Wednesday, July 13, 2011 7:45 AM -
0 Votes
Window Server 2008 COMPONENT SERVICES won't install ATL COM+ dll
It has one component ATL dll that was compiled in Visual Studio 6.0 in Windows XP.Answered | 2 Replies | 1762 Views | Created by Tartan Machine - Thursday, October 24, 2013 7:04 PM | Last reply by Tartan Machine - Friday, October 25, 2013 1:07 PM - Items 1 to 20 of 915849 Next ›
No announcements