Posts

Lync distinguishes VideoDevices by name (2x same name == problems)

i have 2 cams of same model on machine , when want activate 1 on other not work because both have exact same name. lync prefer 1 device on other. probebly because 1 higher in devicemanagement list , gets picked first. i don't think can solved perhaps can, anyone? this forum lync client managed api. for general client questions, please post question in lync client forum: http://social.technet.microsoft.com/forums/en-us/ocsclients/threads -- how ask question: http://support.microsoft.com/kb/555375 -- posting provided "as is" no warranties, , confers no rights. use of included script samples subject terms specified @ http://www.microsoft.com/info/cpyright.htm Lync Server  ,  Unified Communications  >...

837P error - sometimes...

i following error @ times when processing 837p files in edi application (biztalk 2010): 5: x12_997_root\ak2loop\ element 'ak2' has incomplete content. list of possible elements expected: 'ak201'. again, have files work fine, , others suspended above error:   any thoughts? , help... mike a duplicate error tell duplcate , not invalid transaction. error seems happening either not have correct schema on application or sometihng missing on file. type of transaction 1 working? ti same? validation 1 not working? did check levels 1 , 2? open file failing application below , view on edit mode. check , see if same error. let me know find. http://www.liaison.com/products/b2bnbspandnbspedinbspintegration/edinbspnotepad/tabid/249/default.aspx please indicate "mark answer" if post has answered question BizTalk Server  >  ...

Active Directory Eventing

i know if c# program can detect modification in active directory like: - user creation - user change - group creation - association between user , group - user deactivation   the goal here synchronize content of active directory user database in sql server 2005.   i know if active directory can fire events can catch run the synchronization process modified item only. hi julien garino,    based on experience , research, can't accomplish in c#.    can give workarounds:   1. consider using our microsoft identity integration server (miis) synchronization: http://www.microsoft.com/technet/miis/evaluate/faq.mspx 2. make use of ad event auditing , use wmi monitor event log: http://support.microsoft.com/kb/314955 3. poll ad time time check changes.   hope can you!   thanks!   .NET Framework  >  ...

Retriving data from Barcode Reader

how can bar-code reader value in c# form(textbox). im using barcode reader in usb port(plug , play) pendrive hi, usually bar-code scanners behaves keyboard. don't need read bar-code, appear key strokes. so if want read bar-code text box need put focus @ text box before scan bar-code. if want know if bar-code comes keyboard or scanner, solution found capture keyboard in preview , measure time between key strokes , if less 50 ms it's scanner. it's not great solution, works. Visual Studio Languages  ,  .NET Framework  >  Visual C#

Bing OCR Results always returns 0 lines

hi, new bing development. wanted see ocr control in action. downloaded sample here: http://www.bing.com/dev/en-us/ocr.   created account on data market  , provided clientid , clientsecret control. image tried capture reasonably clear. but, the control still returns 0 lines. value of e.captureid {a34ab916-08a8-4926-8a4c-5f8cf9fbf7a4}. can please help? note: using windows surface pro. thank you, santosh the right forum post questions ocr control is  http://social.msdn.microsoft.com/forums/en-us/home?forum=bingdev   Bing Ads API: Development  >  Bing Ads API: Development

Help a beginner?

hey, first post, so thank you in advance for your help. i'm new c#, no experience whatsoever, i have various skills in procedural programming , skills in vb 6/vb.net and action-script. i'm starting new project college course requires me make basic text based games shows use of classes , use appropriate class building diagram, program has show class use , function example: 1 room load, fight 1 enemy. the game works moving room room fighting opponents and collecting upgrades, although this doesn't need implemented in version, running piece of code. here classes have made in star uml: http://i.imgur.com/rpmud.png the code generated main program was: using system; using system.collections.generic; using system.linq; using system.text; namespace dungeon_crawler { class program { static void main(string[] args) { } } } the code other classes automaticall...

Problem in using Microsoft.Deployment.WindowsInstaller

hello guys, facing issue namespace regarding windowsinstaller code read msi file , write, other operations etc. os: windows 7, 64 bit vs: vs2013 (i have wix toolset v3.8 installed on machine, assist in windows installer funstions) code starts this: using system; using system.linq; using windowsinstaller; using microsoft.deployment.windowsinstaller; using microsoft.deployment.windowsinstaller.linq; namespace readmsi { error: "the type or namespace name 'deployment' not exist in namespace 'microsoft'" have related .dll installed below location. "c:\program files (x86)\wix toolset v3.8\bin\microsoft.deployment.windowsinstaller.dll" not sure missing.  issue installing wix toolset v3.8 please assist. did reference dll contain namespaces? said dll there did not mention whether referenced dll in project. visual c++ mvp Visu...