| Thread | Last Post | Replies |
|
| COM dll in VB6 | 16 Feb 2004 12:40 GMT | 1 |
I want to use a dotnet dll in VB6 . This gives error.Page fault in VBA6.dll, and says that the it has performed an illegal operation. How can I fix this??
|
| How to perform distributed transaction for two classes? | 16 Feb 2004 09:47 GMT | 2 |
Given two transactional .NET Classes inherited from ServicedComponent: Class A Function_A1
|
| Component services error | 15 Feb 2004 08:41 GMT | 4 |
I'm running Win Xp Pro SP1, IIS 5.1 Every asp or aspx page returns "Server Application Error". and I can't open Component services from administrative tools. The error message is "DTC was installed by the SQL server. Please Reinstall!"
|
| COM+ using Component Designer? | 14 Feb 2004 13:19 GMT | 1 |
I've been playing a bit with Component Designer in Visual Studio.NET. Seems to me like a great way to build simple data access components using "point and click". However I can't figure out how to make a component made this way into a component with transactional support which can ...
|
| 3rd Party Components | 13 Feb 2004 05:05 GMT | 1 |
Anyone know a good source for 3rd party .net components. Specifically I'm looking for a library that converts word documents to PDF. Thanks for your help Good luck
|
| Datatable sorting ? | 10 Feb 2004 21:52 GMT | 1 |
How could i sort a datatable in web service side. I tried following but didn't work. dataset1.datatable1.defaultView.Sort()="column_name"
|
| You made a method call on a COM+ component that has a transaction that ... | 10 Feb 2004 19:20 GMT | 3 |
this happens when serviced component A calls into serviced component B if 1) both A & B are set to transactin required 2) A & B reside in two different machines I logged that the call to constructor A takes place and to constructor B
|
| Transactional Serviced Component hangs | 10 Feb 2004 17:36 GMT | 3 |
When I call a transactional ServicedComponent (Transaction: required) - let´s call it CompA - from a non transactional ServicedComponent (Transaction: Not Supported) - let´s call it CompB -, the tx. component does everything, and it seems as if it had just finished
|
| Definitative rule for calling Dispose on ServicedComponents | 10 Feb 2004 10:31 GMT | 3 |
Should ya or shouldn't ya????
|
| ServicedComponent Experts... | 09 Feb 2004 13:32 GMT | 1 |
Let's say I'm using the following pattern for my ServicedComponents No object pooling and JITA turned on If I use the following patterns do I need to call Dispose? Transactional components
|
| Regsvcs generates tlb file | 09 Feb 2004 13:31 GMT | 1 |
When I run regsvcs to register my component it generates a tlb file. What is the purpose of this file? Can it be deleted? TIA, Erik Cruz
|
| COM+ application icons | 09 Feb 2004 00:53 GMT | 1 |
I think I have a very basic question. I tried the COM+ help but could not find information about the meaning of the different icons COM+ applications can have. Where can I find something about it? Thanks,
|
| info reqd: referencing/using object from AppDomin of an other process | 07 Feb 2004 06:11 GMT | 2 |
if dotnet exe applications A, B and C are running as separate process each (separate exe process in windows), i want to reference/use an object from application A's appdomin in application B and C. can anyone help in the above scenario? is it possible in dotnet?
|
| maxpoolsize, minpoolsize from config file | 03 Feb 2004 23:57 GMT | 1 |
I have ClassA:ServicedComponent. How do i read the maxpoolsize, minpoolsize parameters from a config file? All across the web , I get articles which say that this can be
|
| VB.NEt and FileSystemWatcher question ?? | 03 Feb 2004 18:05 GMT | 3 |
I created a Windows Service using VB.NET under LocalSystem account. In this service, I'm using the FileSystemWatcher component to keep track of files in a mapped directory. I'm mapping this directory from another computer (Server-A),
|