Hi everyone, well...I created a sink with vb.net with everything is used(CDO,SEO) for this...so i set this as register for COM Interop...and when i built it this works well(with the adding of onarrival with cscript.vb,etc)...so after this i needed to change the code and just recompiled the solution and it work well so...then i tried to debug with attach process..and something happened cause next time i wanted to build the dll it sent some errors like i couldnt write the dll cause it is being used with other process..so i restarted and now no matter what i do i cant make the sink works... these are my steps for that purpose : 1.I /remove the sink, 2.regasm /unregister the dlls 3.build the solution(cause it should be enough) or/and regasm xxx.dll 4. /add the sink reference to my class But nothing make the sink works again.. Thanks in advance
Hi, had similar problem today. Ended up having to change my GUID for my sink to get it to work again. "Buho" wrote: > Hi everyone, > > > well...I created a sink with vb.net with everything is used(CDO,SEO) > for this...so i set this as register for COM Interop...and when i built > > it this works well(with the adding of onarrival with > cscript.vb,etc)...so after this i needed to change the code and just > recompiled the solution and it work well so...then i tried to debug > with attach process..and something happened cause next time i wanted to > > build the dll it sent some errors like i couldnt write the dll cause it > > is being used with other process..so i restarted and now no matter what > > i do i cant make the sink works... these are my steps for that purpose > : > > > 1.I /remove the sink, > 2.regasm /unregister the dlls > > > 3.build the solution(cause it should be enough) or/and regasm xxx.dll > 4. /add the sink reference to my class > > > But nothing make the sink works again.. > > > Thanks in advance > >