Posts

Override BizTalk FTPS Adapter Settings

when using ftps adapter connect ftp site ssl/tls, i'm getting following error: server name in server certificate not match name of physical server. make sure provide right server name.  ". there way override behavior biztalk accept , use certificate? have public certificate loaded personal store , trusted store of send handler user. there ftp property called ftp.clientcertificatehash  that might experiment altering... no guarantees, might override certificate if it's writable. david downing... if answers question, please mark answer. if post helpful, please vote helpful. BizTalk Server  >  BizTalk Server Adapters and Adapter Pack

Open link in outlook app in IE11 / OWA

to demonstrate problem, created new mail app office using visual studio  in home.html, add link <a href="https://www.microsoft.com/" target="_blank">powered microsoft</a> if run project , click link in internet explorer, nothing happens, microsoft not open in new window or tab. why , how can resolved? kind regards, tder does below link helpful? owa 2010 sp1 links in email not working Microsoft Office for Developers  ,  Apps for Office and SharePoint  >  Developing Apps for Office 2013

How to create SqlGeography from polygon?

hi everyone, want create sqlgeography polygon, don't know how input points of polygon sqlgeography. me solve this? lot. basically start new sqlgeographybuilder, set srid, begin polygon, add polygon lines, end figure, end geography.  have watch 1 thing though: if polygon in wrong direction you'll end polygon covers whole surface of earth except little region wanted.  can counter checking area of polygon and, if it's huge, rebuild polygon in reverse order. the geo builder class docs can found here:  http://msdn.microsoft.com/query/dev11.query?appid=dev11idef1&l=en-us&k=k(microsoft.sqlserver.types.sqlgeographybuilder)%3bk(targetframeworkmoniker-.netframework%2cversion%3dv4.5)%3bk(devlang-vb)&rd=true Bing Maps  >  Bing Maps WPF, WP7/8/8.1, Silverlight ...

convert type

how expicitly make conversion? 'preslayer.btserviceref.user[]' , 'btdatalayer.user[]' in 2 different projects. error on proxy.getuserlist(); - cannot implicitly convert type 'preslayer.btserviceref.user[]' 'btdatalayer.user[]' user[] _userlist; _userlist = proxy.getuserlist(); you using web service or wcf bet.. you should able file servicereference.user[] _userlist; _userlist = proxy.getuserlist(); more inform http://chanmingman.wordpress.com/2011/01/08/value-passing-to-wcf-service-using-the-default-generated-wcf-code/ chanmm chanmm Visual Studio Languages  ,  .NET Framework  >  Visual C# ...

Compiled exe not working

i developing windows application, module of requires collection of data yahoo finance using httpwebrequest. multi threaded application. application uses external dlls referenced. now problem application running fine vs2008 ide. but when try run compiled exe bin\debug\compiled exe application opens nothing happens after that. i have tried clean solution , rebuild it. it not external dll issue can assure you. i have no clue going on. please help.  whenever run application in vs, take care & handles your application. in case, tt seems application got errors or may waiting indefinetly operation completed. try use exceptiona handling in each & every method on classes & throw messagebox or log the error on to file to identify cause of issue. it happenz sendil Archived Forums V  >  ...

C# Arithmetic progression,etc

hello need advice. i'm doing console application, gets first 8 terms of sequence , lists 8 others. sample input ( a n+1  = a n  * 2 + 2 ): 1,4,10,22,46,94,190,382 exit: 766,1534,3070,6142,12286,24574,49150,98302. task of program therefore estimate of sequence , determine how continue. advice. task of program therefore estimate of sequence , determine how continue. advice. hi, you mean have sequence of numbers , want find rule next item? you have implement logic determining next item. there's no other answer in opinion. take given sequence , apply tests getting next known item , verify then... btw sequence a,n+1 = a,n + 3*i, step-count. sequence more 1 answer... if have "rule" easier. write logic apply operations (+ - * / etc) , start @ 1 , perform enough iterations. if want way, rewrite "rule" in way .net read expression , use tool or js.net evaluate formula. regards,   tho...

VS2008 SP1 IDE still very slow

hello,     using vs2008 sp1 ide reasonable size project (at least in term) (about 75 crystal report , ~50 usercontrol) slow.      for example     switching debug release can take whole minute or 2 (eat 100% cpu)     opening user control in design mode , clicking on component first time can take 5 minutes, again eating 100% cpu.     build/publish/switch tab take more time project grow in size. have other 1 20 crystal , 10 uc still work, let well.     does know solution issue? been forever since i've install 2008 , sp1 afterward. thank ml go http://connect.microsoft.com/visualstudio , search hotfixes related performance. if find 1 addresses problem, can obtain calling microsoft customer support. msmvp vc++ Archived Forums V  >  Visual C# IDE ...