315 reputation
312
bio website
location
age
visits member for 2 years, 4 months
seen 22 hours ago
stats profile views 68

Aug
27
asked VC++ OLE DB: how to cancel query?
Aug
24
accepted Ionic Zip .NET: byte array<->string
Aug
24
comment Ionic Zip .NET: byte array<->string
yes, it seems correct. Another question: how to recognize was password used to compress ?
Aug
23
asked Ionic Zip .NET: byte array<->string
Aug
23
asked SQLite cascade update
Aug
21
comment WCF: how to restrict using some protocols?
yes, I see, thnx
Aug
21
comment WCF: how to restrict using some protocols?
Thank you. WHy there is this condition? || bindingName.EndsWith("MetadataExchangeHttpBinding"))
Aug
21
accepted WCF: how to restrict using some protocols?
Aug
20
asked WCF: how to restrict using some protocols?
Aug
8
awarded  Popular Question
Jul
29
comment WiX: Installer always changes AppPool to enable 32bit app
Yes, when I create a new pool no problem. But the problem is when user selects the existing one (64-bit) and this pool then changed to 32-bit. I use custom .NET functions to select pool.
Jul
27
comment WiX: Installer always changes AppPool to enable 32bit app
Thank you , Yan. Hmm....yes, its interesting... I have added the code which I use.
Jul
27
revised WiX: Installer always changes AppPool to enable 32bit app
added 698 characters in body
Jul
27
revised WiX: Installer always changes AppPool to enable 32bit app
added 29 characters in body
Jul
27
asked WiX: Installer always changes AppPool to enable 32bit app
Jul
24
accepted SQL2012 LocalDB: how to check in c# if it is currently installed?
Jul
24
revised SQL2012 LocalDB: how to check in c# if it is currently installed?
added 15 characters in body; edited title
Jul
24
asked SQL2012 LocalDB: how to check in c# if it is currently installed?
Jul
2
accepted how to find method in assembly file in hex?
Jul
2
comment how to find method in assembly file in hex?
Thank you for the interesting and useful description. In my case I use Reflector or ILSpy to reach this method. This is only one way to get it starting from other method. And in this place I see only what Reflector/ILspy shows me. They do not show the hex codes. But i see RVA for the method. Great!