| 70-310, 320: Local DLL is used instead of COM Component (2 replies) |
| microsoft.public.dotnet.framework.component_services |
| Please forgive me if this is stupid, but being new to COM, I cannot figure it out. I followed one examples in Mike Gunderloys 70 310 exam preparation book concerning component services. I created a serviced component in a class library project, signed it, installed (regsvcs) it to COM from the bin folder Visual Studio compiled it to. I did not put it in Global Assembly Cache, as the book suggest n... |
|
| Portable Code Base for both Pocket PC's and Desktops (7 replies, VIP) |
| microsoft.public.dotnet.framework.component_services |
| Hi, i am facing a peculiar problem with regards to Code Portability both on Pocket PC and Desktops. My company wants me to maintain the common code base for both the platforms. Is .NET suitable for that ( Is WinCE.NET and .NET same). Can we do it in SDK (pocket pc sdk and desktop SDK). I need inputs from all of you. Thanks a lot in advance. Regards Tarundeep Singh Kalra www dot tarunsadhana dot co... |
|
| 2 questions about regsvcs , the automatic interface tlb regasm failed sometimes (4 replies) |
| microsoft.public.dotnet.framework.component_services |
| It took me whole day to figure out when my serviced compoennt with an .net interface call failed, it seem the automatic interface tlb export and regasm failed to run with regsvcs, can any one enlighten what is the algorithm and when do I need to manually regasm /tlb the interface? 2nd one is a question cause I did do my homework , I can not set the approot using command line regsvcs /appdir: , can... |
|
| Component doesn't unload (2 replies) |
| microsoft.public.dotnet.framework.component_services |
| Hi, I've created 2 C# serviced components in a COM App dll. I register them and they both work fine and unload OK when called from a VBScript, but when I use one's object variable reference as an argument to the other in a method, ie: (3rd line): Set objvar1 createobject ("My.Obj1") Set objvar2 createobject ("My.Obj2") objvar1.objarg(objvar2) then My.Obj1 won't unload when the script ends. It will... |
|
| In DotNet Component using Tranaction state ReadUncommited for long time SQl server process slow (2 replies, VIP) |
| microsoft.public.dotnet.framework.component_services |
| I developed a dotnet component the main goal of this component is take data from Production Server (6 GB) and analyze hence store into Local Database then Remove from Production Server. Iam taking data from production day by day, when running service for one day it works very fast hardly each day transaction completes with in 5 Min. When running service for 6 months in that time also iam making lo... |
|
| Missing Strong name in Word Assembly? (2 replies, VIP) |
| microsoft.public.dotnet.framework.component_services |
| Hi all, i am new on c# and have some small problems Perhaps, someone of you can give me a hint solving it: I built a WinForm with different Buttons One of these Buttons shall open Word. One of these Buttons shall send an e mail and so on the mail works fine but when i type in this code for the word button Word.Application app; app new Word.Application(); //Word.Application app new Word.Application... |
|
| Regsvcs error : Specified cast is not valid. (2 replies) |
| microsoft.public.dotnet.framework.component_services |
| it's pretty strange that I will alwasy get an error when using RegSvcs to register a Serviced Components. the error is The following installation error occurred: 1: An unknown error occurred while configuring components. 2: Specified cast is not valid. code below: #region Class Attribute for each AA should be modified [ClassInterface(ClassInterfaceType.AutoDual), GuidAttribute("28B8558E EC80 4f32 ... |
|
| can not deserilaize the remote interface returned from a Factory hosting ServicedComponent : " Insufficient state to deserialize the object." (6 replies) |
| microsoft.public.dotnet.framework.component_services |
| I use a remote factory to dynamic load the .net servicedComponent , and return as an fixed interface. it does not work. , the error below, , the funny thing is that when I add reference to this .net servicedcomponent in the client, it will work, however, apparently this break the idea of "dynamic". the same code work perfectly for a component inheritant from MarshalByRefObject in stead., so it see... |
|
| Newbie, dotNET: Local DLL is used instead of COM Component (2 replies) |
| microsoft.public.dotnet.framework.component_services |
| Please forgive me if this is stupid, but being new to COM, I cannot figure it out. I followed one examples in Mike Gunderloys 70 310 exam preparation book concerning component services. I created a serviced component in a class library project, signed it, installed (regsvcs) it to COM from the bin folder Visual Studio compiled it to. I did not put it in Global Assembly Cache, as the book suggest n... |
|
| COM+ problem - components get stucked (6 replies) |
| microsoft.public.dotnet.framework.component_services |
| Hi, I have the following problem: from time to time my com package just stops responding. In com management console I can see that activation time of some components is huge and is increasing forever. There are no exception reported, neither applicative nor system. There are no database deadlocks as well. More interesting there are also no errors about failure on creation of new component. It look... |
|