Posts

Showing posts from September, 2014

Sharepoint - "Page not found page" not supporting IFrame, when we call the some borken link pages

Image
i calling sharepoint pages html file using  iframe tag. <!doctype html> <html> <body> <iframe src=" http:// *******" width="400" height="400"></iframe>  </br> </body> </html> i have used the iframe tag in masters pages  <webpartpages:allowframing runat="server" /> to call pages html pages in iframe tag. existing pages working fine.  supose if call 1 non existing file(in library) iframe . page not redirecting page not found page.  displaying error msg. "this content cannot displayed in frame to protect security of information enter website, publisher of content not allow displayed in frame. " expected result page not found should display in iframe. please give guidence. thanks deva cheraideva2@yahoo.com                                      hi deva, a suggestion that, can apply custom javascript in html

virtualearth.net/REST/v1/Locations/ False Negatives

we using bing maps rest service validate zip codes.  it works great except issue came across recently. when call locations method , pass in zip , state, 1 out of 10 times (the same parameter values) return 0 results.   is expected behavior, version issue, or new bug? i new forum , not sure information helpful in situation. thank you. edit -  http://dev.virtualearth.net/rest/v1/locations?q=seattle&output=xml&key=apikey feel free test yourself.  re-load page until estimatedresult 0. <response xmlns:xsd="http://www.w3.org/2001/xmlschema" xmlns:xsi="http://www.w3.org/2001/xmlschema-instance" xmlns="http://schemas.microsoft.com/search/local/ws/rest/v1"> <copyright> copyright © 2015 microsoft , suppliers. rights reserved. api cannot accessed , content , results may not used, reproduced or transmitted in manner without express written permission microsoft corporation. </copyright> <brandlogouri> http://dev.virtu

Pinvoke unbalanced the Stack with dll

hi all, i'm trying add .dll file (most written in c++) program , seems unmanaged code, have use dllimport function. i have given function in .h file library i'd use. defined as unsigned long ulgeneralaccess(const char*, char*, unsigned short); i have changed unsigned long "ulong" , unsigned short "ushort". so, dllimport looks like: [dllimport("ver3.dll")] public static extern ulong ulgeneralaccess(char[] uicommand, char[] acreturnbuffer, ushort buffer_length); however, if call function, e.g. following code string command = "init tool"; ulong reply = 0; ushort buffer_length = 512; char[] acrtbuffer = new char[5]; char[] accommandstring = new char[80]; char[] acreturnbuffer = new char[512]; reply = ulgeneralaccess(accommandstring, acreturnbuffer, buffer_length); i following error: managed debugging assistant 'pinvokestac

How to find what CUs are already installed ?

hello all i wants install biztalk 2010 cu2 on production servers. before doing it, want check if have installed the same before, there way figure out(no, i'm not looking biztalk version)? matter if install same cu again or should go latest 1 cu4? thanks bhava hi  i want check if have installed the same before, there way figure out(--> you can go control panel -> programs , features , there click on "view installed updates" link on left. check biztalk server 2010, should see installed cu's. all biztalk cu's listed in service pack , cumulative update list biztalk server article. i hope helps. should go latest 1 cu4?-->   there similar thread here , please refer once, hth, naushad alam when see answers , helpful posts, please click vote helpful, propose answer , and/or mark answer alamnaushad.wordpress.com BizTalk Server

How to rewrite and check IL code more easy?

hi! i instrument method system.web.mvc.controlleractioninvoker.invokeaction instrument [system.web.mvc.dll] version 3.0.0.0, got verificationexception: operation destabilize runtime. test same profiler instrument same method in system.web.mvc.dll version 2.0.0.0, works normally. i test newrelic profiler  instrument same method in version 3.0.0.0, works normally. i think rewriting il code invalid, don't know how verify it.  here hex getilfunctionbody [1b300500e80000007b000011032d0b721d000070732b00000a7a04282e00000a2c1028630b000672d9080070732f00000a7a02036f620200060a020306046f630200060b0739a80000000203076f640200060c0203086f040a0006076f700200060d096f190400062c0f0203096f190400066f6d0200062b44036fea0100066fd30200062c060328720200060203076f6702000613040203086f030a00060711046f6c02000613050203086f060a000611056fff0100066f6f02000626de3126fe1a13060203086f050a000611066f71020006130711076fe60500062d02fe1a020311076fe80500066f6d020006de00172a162a011c0000000047006cb300031e010001000

Biztalk Server 2013 SQL Adaptor - using Generate Scheme

environment: operating system - windows server 2012 sql 2008 biztalk server 2013. i wanted fetch data table using stored procedure. using generate data scheme tried poll data stored procedure. in wizards able select database server name, stored procedure etc. once click next button after selecting stored procedure, don't find action. wizard disappear. there no error event viewer. whether related installation or configuration issue. can 1 me resolve issue. are using approach : right click biztalk project -> add generetad items-> add adapter->add adapter meta data->select wcf-sql-> configure connection string-> select stored procedure? BizTalk Server  >  BizTalk Server Adapters and Adapter Pack

Lync - Auto popup new messages

Image
i found code on page: http://social.technet.microsoft.com/forums/en-us/ocspresenceim/thread/0f6b05ca-6e02-48b5-a88a-ed44e3ebed1e/#9f1a043f-b732-4272-b4cb-d9d851375a0e can me convert code c# (console)? ;#notrayicon detecthiddenwindows, on script_hwnd := winexist("ahk_class autohotkey ahk_pid " dllcall("getcurrentprocessid")) detecthiddenwindows, off dllcall("registershellhookwindow", "uint", script_hwnd) onmessage(dllcall("registerwindowmessage", "str", "shellhook"), "shellevent") shellevent(wparam, lparam) { if (wparam = 0x8006) ; hshell_flash { winget,process,processname, ahk_id %lparam% ifinstring, process, communicator.exe { sleep 2000 winactivate, ahk_id %lparam% } } } hi anastasius80 , i'm trying involve senior engineers issue , take time. patience appreciated. thanks understanding. bob shen [msft] msdn community support | feedback us

How to let a Word Add-in be active (and not to load everytime Word starts)

hi, i wrote word add-in word 2016 based on new model complete manifest xml. when add add-in works. after closing word have reload add-in again. want have add-in available. avoiding add add-in everytime start word. thanks answer, greetings, gerben van der heide >>>after closing word have reload add-in again. want have add-in available. avoiding add add-in everytime start word. according description, in word(desktop) when insert add-in , save document, when reopen document add-in automatically loaded. information of office add-in stored in word document. experience, , have checked manifest, there no way set it, if feature want include in feature version of office add-in, suggest submit feedback link below: http://officespdev.uservoice.com understanding. Microsoft Office for Developers  , 

Problem with WSE3.0 Compression in a load-balanced environment (Foundry ServerIron)

 hi, has had experiences foundry serveriron gt e -series - commercial load balance switch? what we've got are: 1. windows form client in . net2 .0 2. wse3 .0 enabled ascx web services 3. http compression in our uat environment, windows client can communicate web services , messages compressed properly, there no load balancing configured in uat . however, on production (with foundry load balance enabled), windows app can't talk server when compression( gzip ) enabled  - had turn off compression work. so problem must somewhere around compression/load balancing.  has got same problem before , appreciate if share experiences? please :-) cheers, debugger.net Archived Forums A-B  >  ASMX Web Services and XML Serialization

z-index for pushpins that on the same layer

is possible control z-index of pushpins placed on same layer. seems every next pin putting on layer getting lower z-index previous one. matter when pushpins crowed without clustering(i don't want clustering in particular case), need control pushpin on more higher z-index. need keep pins on same layer. this design. idea being if load array of data system , number pushpins add them map. pushpin #1 appear above pushpin 2 , on, while in older versions of bing maps have meant having reorder pushpins or use zindexing first pushpin appear on top. @ time there no plans add zindexing individual shapes performance impact great. consider ording data accordingly or using layers. [ blog ] [ twitter ] [ linkedin ] Bing Maps  >  Bing Maps Web Controls

documentDB : using Java JDK and partitioning strategy

hi all, i need develop integration documentdb using java jdk , use partition resolver. i read javadoc cannot find information code partitioning, example use spilloverpartitionresolver, found here https://github.com/azure/azure-documentdb-dotnet/blob/master/samples/code-samples/partitioning/partitioners/spilloverpartitionresolver.cs does know if there existing implementation in java? or necessary develop scratch? thanks lot the latest version of java package has support hash , range partition resolvers, support implementing own custom resolver. spilloverpartitionresolver custom resolver built sample demonstrate how can implement custom resolvers in .net. can same thing in java according needs. to can implement partitionresolver interface - https://github.com/azure/azure-documentdb-java/blob/master/src/com/microsoft/azure/documentdb/partitionresolver.java in same way 2 provided implementations of hash , range do. implementation range - https://github.com/azure/azur

Vectorization of Bitmap

hi guys... i have problem.. need make program in visual studio (c#) can convert bitmap (jpeg,bmp ...) vectorized format 9the best option svg) not everything... must take contours bitmap , put them svg file...for example .. have photography , must take contours , these contours make svg file.. there library can this?... or can u me this?... need code :) thx helping hi, in link below can assist you:> https://lasithapetthawadu.wordpress.com/2014/02/24/using-vector-svg-graphics-in-c-net/ mark answer or vote helpful if find useful | ammar zaied [mcp] Visual Studio Languages  ,  .NET Framework  >  Visual C#

Multithreading using Lock, threads rarely skip over lock

hi, rarely, thread skips on lock, in should not of course. wondering if using array problem lock object? also, project highly cpu intensive, , wondering if issue why jumps on lock? // code run once constructor ................ object[] _lock = new object[2]; // issue since using array instead. // ini (int = 0; < _lock.length; i++) _lock[i] = new object(); // code multi-threaded & run multiple times ......... lock (_lock[0]) { // single work } // work lock (_lock[1]) { // single work } thank you, andrew >you  want me post 10,000 lines of code?? no, that's why suggested you try to produce simple, self-contained repro , post that. >please don't there bug in code because didn't how conveyed problem.  that's not meant.  there's bug in code because seeing occasional failures (ie lock works), , haven't found bug because code overly complex. david david http://blogs.msdn.com/b/dbrowne/

Convert message from UTF 8 to ANSI

hello all, i have orchestration receives binary file message system.xml.xmldocument renames filename , send forward. simply saying renames file. i use default passthrough pipelines. this file text file in utf 8 encoding , nead convert ansi format. how it? links? content of file can cahnge in future, doesn't have predefined structure. utf8->ansi have tried below in orchestration mymessage(xmlnorm.targetcharset) = "ansi" ? kiranmp BizTalk Server  >  BizTalk Server General

BizTalk ESB Toolkit 2.0 -- BRI Resolver Problem

hi, i have determine itinerary 2 itineraries stored in database, based on value of node in incoming message. using policy determine value of node , depending on assigning value to     "set itinerary name" , "set itinerary version" parameters. i using itineraryselectreceive pipeline in recieve location , using following resolver string "bri:\\policy=policyname;version=1.0;usemsg=true;". i keep getting error --------------------------------------------------------------------------------------------------------------------- procedure or function 'itinerary_getitinerary' expects parameter '@name' , not supplied. source: microsoft.practices.esb.resolver.resolvermgr --------------------------------------------------------------------------------------------------------------------- i have tested policy independently in sense have changed action part else, changing value of other node, works fine. i have tested policy when i

MS Test, console application

hi,   i hoping answer qeustion me. bascially have simple console application. created unit tests it. last thing dsid right click on program class , create unit tests.  for class (the main entry point) unsure how test methods. there 2 "main" , merthod printing data console. my question should testing class (both methods return void - both print console screen)? if have links show example of program class being unit tested or small examples.   thanks. generally don't test main method because purpose should have instantiating things need run. what can test application expected output result when prints console, start application , redirect console output ( http://stackoverflow.com/questions/415620/redirect-console-output-to-textbox-in-separate-program-c-sharp ): void runwithredirect( string cmdpath) { var proc = new process(); proc.startinfo.filename = cmdpath; // set output redirection proc.startinfo.redirectstandardoutput = true ;

How to find the Count of each value in a column in sql

hi,   here sample example query.   have column in table contains valies this [column] as,bs as,cs cs,es de,as ir,cs,de.   need find count of each value , output shuld come 5 bs 3 cs 4 .   can me write procedure   thanks, anusha thanks, anusha hi anusha, get belows - http://www.c-sharpcorner.com/forums/thread/51227/ http://social.msdn.microsoft.com/forums/en-us/csharplanguage/thread/cdc05234-0c35-46d9-955d-441a0659b37a?persist=true http://www.codeproject.com/articles/4416/beginners-guide-to-accessing-sql-server-through-c pl. mark/proposed answer if found solution vote helpful if related topic. motivate others performing action. Visual Studio Languages  ,  .NET Framework  > 

Issue with Encoder Pipeline Component for convert Xml to Excel

hi expert, i work through following article not luck, http://gallery.technet.microsoft.com/biztalk-encoder-pipeline-4a55e5f2#content below error message: here failure executing send pipeline: "customepipelin exmltoexcel.pip elines.encodexm ltoexcel, customepipeline xmltoexcel.pipe lines, version=1.0.0.0 , culture=neutral , publickeytoken= 6b9eabfad4d7ad0 d" source: "excel encoder" send port: "sndpersonexcel " uri: "c:\users\admin istrator\deskto p\customepipeli nexmltoexcel\ou t\%messageid%.x ls" reason: creating instance of com component clsid {00024500-0000- 0000-c000-00000 0000046} from iclassfactory failed due following error: 8001010a message filter indicated application busy. (exception hresult: 0x8001010a (rpc_e_serverca ll_retrylater)) . please support me fix it, advance. hi, i'm not sure reason? but i deploy project pc , received other error is "reason: exception hresult: 0x800a03ec" i resolve

How to get column average from azure mobile apps

using azure mobile apps .net back-end windows 10 application , retrieve column average table in database. how can that? have searched internet , can't find useful. table has 2 columns; id (string) , rating(int). hello, thank posting here! suggest you, check link: https://docs.microsoft.com/en-in/azure/app-service-mobile/app-service-mobile-dotnet-how-to-use-client-library#selecting , might help. reference: https://docs.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-node-backend-how-to-use-server-sdk#tableoperations https://docs.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-html-how-to-use-client-library#table-filter hope helps. regards, swikruti if post answers question, please click mark answer on post , vote as helpful. Microsoft Azure  > 

StreamReader-how to read previous line

i have buttons "showmore" , "previous". the show more reads 5 llines , stores array. but cant seem make "previous" button work , want "previous" button read previous 5 lines , store in array. is there way , read lines? example: read first 10 lines, how can read previous 5 lines without having store content of text file array. i been checking possible ways streamreader not have way read specific line, i'm trying avoid storing entire text file array efficiency  the simplest thing use list (or array) john wein suggests i.e. use readalllines fill list/array , can scroll , forwards heart's content. however, if file extremely large may problem. in cases won't be. if it how depends on file extent. e.g. if lines in file same size easy go particular line using seek (see bufferedstream in help). if not same size there structure lines might still possible - more complex calculate position seek. if go john's suggestion u

Debugging a running application

hi,   i have batch application running every 5 minutes through scheduler. @ random time application freeze , after while can see few instance of application in task manager. there way know in function application stuck? find way in don't need write log file.   thanks! in ide, try debug + attach process.  command not default available in debug menu.  use tools + customize drag command menu. .NET Framework  >  Common Language Runtime Internals and Architecture

SQL connector

from on-premise sql connectors connected through on-premise data connection gateway ? in logic app, when select sql connector, shows connection through on-premise data conn. gateway ? true hi baran27, are using existing connection points on-premise data connection gateway, chance? 1 of things logic apps suggest existing connection when create new action request connection - gets list of existing connection on same resource group logic app hosted. you can change connection , create new 1 clicking on change link @ bottom of action. i hope helps, wagner. Microsoft Azure  >  Azure Logic Apps

Reporting Database growing rapidly

hello, is normal reporting database in ssrs grow rapidly? created new database 2 days ago, , has gone 300 megabytes first day 3gb today. usually, in matter of 4-5 months, grows 30+ gb. is normal this? once get's large starts slow nightly refresh of content down , causes take longer. also, seems when gets large that, there noticeable bottlenecks on sql box. if normal, solution create new reporting database once in while? shrink it? what? looked online , didn't see info addressing topic. i think log file might have grown such extent. check data file size , log file size. select db_name(database_id) databasename, name logical_name, physical_name, (size*8)/1024 sizemb sys.master_files db_name(database_id) = '<database name>' if log file size more data file size have backup in place. reporting database uses sql database engine store reporting metadata , object definition.  i've not seen such reporting database such growth rate provided not moving re

get set on array

hello, using follow: private int[] walls = new int[4]{-1,-1,-1,-1}; public int[] walls { { return walls; } set { walls = value; mb.redraw(); } } but when this:  walls[2] = 0; it use instead set, how can everytime value on array changed launch mb.redraw? have create specific method this? you use indexer, class containing 'walls' need centered around 'walls' make sense: public int this[int index] { get { return walls[index]; } set { walls[index] = value; } } convert between vb, c#, c++, & java (http://www.tangiblesoftwaresolutions.com) instant c# - vb c# converter instant vb - c# vb converter Visual Studio Languages  ,  .NET Framework

Web service and Active Directory??

dear all: i have web site in ad domain, , authentication mode "windows". then, need call web service windows form application after users login domain. how correct credentials calling web service automatically?   thanks lot. if accessing webservice (secured windows authentication) windows forms app can set credentials property of vs.net generated webservice proxy class dim proxyclass new <yourwsproxyclass> proxyclass.credentials = system.net.credentialcache.defaultcredentials Archived Forums A-B  >  ASMX Web Services and XML Serialization

what is deleagte?

i new 1 in c#. 1 can explain delegate me? examples hi amonnn, thank posting here. >>what delegate? a delegate type represents references methods particular parameter list , return type. when instantiate delegate, can associate instance method compatible signature , return type. can invoke (or call) method through delegate instance. delegates used pass methods arguments other methods. here simple example. using system; using system.collections.generic; using system.linq; using system.text; using system.threading.tasks; namespace @delegate { class program { public delegate int calculate(int value1, int value2); static void main(string[] args) { //creating class contains methods //that assigned delegate objects program p = new program(); //creating delegate objects , assigning appropriate methods //having exact signature of delegate calculate add = new calculate(

output window unwanted thread exit messages.

hi, thanks in advance help. this output  - the thread 0xee8 has exited code 0 (0x0). the thread 0x218 has exited code 0 (0x0). the thread 0xc24 has exited code 0 (0x0). a first chance exception of type 'system.threading.threadabortexception' occurred in system.drawing.dll a first chance exception of type 'system.threading.threadabortexception' occurred in system.windows.forms.dll the thread 0x8d0 has exited code 0 (0x0). the thread 0xfbc has exited code 0 (0x0). a first chance exception of type 'system.threading.threadabortexception' occurred in system.drawing.dll the thread 0xaa4 has exited code 0 (0x0). the thread 0xde8 has exited code 0 (0x0). the thread '<no name>' (0xac4) has exited code 0 (0x0). a first chance exception of type 'system.threading.threadabortexception' occurred in system.drawing.dll the thread '<no name>' (0xb2c) has exited code 0 (0x0). the thread 0xfe4 has exited code 0 (0x0). the thread 0xcf0 has exited

Silverlight video inside an Outlook app does not load. An Add-on for this Website failed to run. Click Security Setting in the Internet Options for Potential conflicts

i have basic app, simplicity may think loads silverlight video: <object type="application/x-silverlight" data="data:application/x-silverlight," id="silverlightvideopopupobject" width="100%" height="100%">             <param name="background" value="#333">             <param name="autoupgrade" value="true">             <param name="culture" value="en-us">             <param name="uiculture" value="en-us">             <param name="windowless" value="true">             <param name="enablehtmlaccess" value="true">             <param name="source" value=" http://nxeassets.xbox.com/shaxam/xboxcom/00013.00004.00030.00004/content/silverlight/videoplayer.xap ">             <param name="initparams" value="mediatype=tvepisode,m

Help importing catalog from 2002 to 2007

hi, i have catalog (xml) exported 2002 import 2007 dev environment. have startersite working in dev , replace catalog mines. validated xml 2 errors: line 123: property name why it's different  specified 1 of property elements not valid. property names may not blank , may not exceed 100 characters. property names may not begin digit, displayname_ prefix, u_defaultvalue_, may not named listprice , may not contain of following 5 reserved characters: .,"[]. line 468: definition name (null) catalog dhc usa invalid.definition name should not blank , should not exceed 128 characters. i don't know if idea post xml file (its pretty big) here snippets numbers above: line 123: <property name="why_x0020_it_x0027_s_x0020_different" datatype="string" isfreetextsearchable="0" includeinspecsearch="1" minvalue="0" maxvalue="4000" displayonsite="1" assignall="0" exporttodw="0" displayinprodu

Route failed message

hi, i have receive port set accept xml, send port utilizes sendedi pipe line convert to edi, in case of xml has missed fields or cause error duing transformation, i create send port (error handling) catch these input xmls causing error of transformation. in filters of the send port (error handling), have 2 properties created: 1 bts.receiveportname value receiveport (receive xml) , errorreport.sendportname value equal send port (sendedi pipeline).  drop error xml did go fail folder.  why? i tried have value of errorreport.sendportname failedmessage, , result same above. ====================== below warning: event type: warning event source: biztalk server 2006 event category: biztalk server 2006 event id: 5743 date:  4/22/2009 time:  9:03:56 am user:  n/a computer: myvm1 description: the adapter failed transmit message going send port "sendportedi" url "c:\failedmessage\failedmsg_%sourcefilename%.txt". retransmitted after retry interval specified send port. details:&

SIP Applications registration

hi, try register different application ocs: - first, tried script application, using ocs gui (script path + name + uri). application doesn't start , i've message in event logs: attempt load script-only application failed. path: c:\documents , settings\bdauria\my documents\appliocs\test.am reason: application not authorized. object reference not set instance of object. cause: can occur due run-time script error during loading of script or inability connect office communications server resolution: examine reason in event log determine appropriate course of action - after, tried build managed application using msdn documentation. compiled , obtained .exe. appliction able connect ocs successfully, can't handle events. so, thought because had register ocs. tried isn't able run , have message in log : application registration denied. application uri: 'http:/*******/test' cause: denied application registration not enabled in wmi. resolution

Collect several xml files.

hi. i have collect several xml files, make 1 xml file. this xml file. <stock> <detail> <invoicenr>9500</invoicenr> <itemnr>tt500</itemnr> <batch>950a12</batch> <qty>50</qty> </detail> </stock> i have ex. 30 files this.  have collect them , make 1 xml file thats this: <stock> <detail> <invoicenr>9500</invoicenr> <itemnr>tt500</itemnr> <batch>950a12</batch> <qty>1500</qty> </detail> </stock> is possible?   yes, can use aggregator pattern, here sample: http://msdn.microsoft.com/en-us/library/aa561747%28bts.20%29.aspx BizTalk Server  >  BizTalk Server General

VS2010 moving items around?

is there way in visual studio 2010 move items behind or in front of other items?  wanted add picture box somthing have background the program, cannot picturebox behind th rest of objects without restarting know can import picture background need able move picture box behind something aswell. james griffith i'm not sure if got right, think need control.bringtofront() , control.senttoback() methods. Visual Studio Languages  ,  .NET Framework  >  Visual C#

offline deployment

during deployazurestack.ps1 script, there part of script reaches out http://login.windows.net sign aad. in use case, test out mas poc in offline scenario servers never touch internet. possible in future @ point? aad service provide mas poc? mattserbinski.com hi aquaseal, this poc / proof-of-concept release, aad account used service administrator account azure stack environment. however, working on incorporating adfs , ad support allow offline scenarios, in works. Microsoft Azure  ,  Development  >  Azure Stack

senior developer

msb6006: "cl.exe" exited code -1073741701 it seems error has been lurking in vs since version 2008. since , vs has gone through many versions: 2008, 2010 2012, 2013, 2014,2015. think microsoft should have come solution problem now. has not. many of machines getting tis error probably running older versions of vs in parallel with newer versions. reason failure might because older version of dll or static library might incompatible newer version of compiler , has not been modified.  the large negative value hex value c00000005: access violation.  clyde 0magna Lync Server  ,  Unified Communications  >  Microsoft Lync Server SDK and Office Communications S

Bing Maps Infobox Pins stay on top

Image
heres current problem infobox appears under pins isnt best way present app someone. know theres ways silverlight , html/css im using c# , xaml windows store app. ive used following tutorial make pushpins , infobox - http://www.bing.com/blogs/site_blogs/b/maps/archive/2013/06/17/infoboxes-for-native-windows-store-apps.aspx how make infobox appear on top? are adding pushpins datalayer maplayer code sample? code sample uses 2 maplayers, 1 infobox , other pushpins. infobox layer above pin layer , should appear above pins. http://rbrundritt.wordpress.com Bing Maps  >  Bing Maps for Windows UWP apps

bts2013 R2 - application pool

can tell me  when and/or why set application pool biztalk iis receive locations run under 32 bit?(only reason can find moment bam portal 'free' separate app pool that....) or leave app pool on 64 bit ? kind regards isabelledc it shortcoming till iis6 cannot run worker processes in both 32-bit mode , 64 bit mode. either 1 of them possible. but, in iis7, feature introduced can run 32-bit , 64-bit worker processes simultaneously. setting “enable 32-bit applications” when set true allows application pool spawn in 32-bit mode aswell. feature introduced because on 64-bit windows, 32-bit processes cannot load 64-bit dlls, , 64-bit processes cannot load 32-bit dlls. if plan run 32-bit applications on 64-bit windows, must configure iis create 32-bit worker processes. so, depends on application hosted in iis. imo, biztalk applications build run under "any cpu" configuration doesn't matters if run applications under 32 bit worker process or 64 bit.

When is the 'Export ARM Template' button coming back?

hi - i know product group removed button 1 reason or there timeline when can expect see resurface?  we're piloting rapid creation of arm template based dtls , need next level. kind regards, wren mott cloudlasso i see export arm template in subscription.  please let me know resource looking ?  regards, mahendranath miryala mahendranath miryala Microsoft Azure  >  Azure DevTest Labs

seperate rule engine need

hi, i need know whether there use of rule engines inrule workflow engines. all workflow engines coming own rule engine wwfetc. so need of seperate rule engine fair issac, ilog etc. regards there 2 reasons seperate rule engines 1. not applications need both workflow , rule engine (or of them matter) - there situations rule engines makes perfect sense alone. 2. fact company makes decent workflow engine doesn't have mean rule engine on par..   arnon Architecture  >  Architecture General

vb to C#

hello! can tell me how convert line written in vb5 c#: pic.line (x + px, y + py)-(x + px + 1, y + py + 1), rgb(p, p, p), bf; because can't((( from following link.  there samples in vb6 translated vb2008. http://msdn.microsoft.com/en-us/library/9dtfzwyx(v=vs.90).aspx line method in visual basic 6.0, line method used draw rectangle specifying top left , lower coordinates, along optional argument b . fillcolor property used fill rectangle solid color, , fillstyle property fills rectangle crosshatch pattern. in visual basic 2008, drawrectangles method used draw border of rectangle, , fillrectangle method used fill it. fillrectangle takes brush object parameter. solidbrush replaces fillcolor property , members of hatchbrush class replace fillstyle property.   rudy   =8^d mark best replies answers. "fooling computers since 1971." http://thesharpercoder.blogspot.com/

Adding an Email to a Custom SharePoint list

dear all i trying create add in outlook using vsto framework, can add email open in inspector window custom sharepoint list. list comes custom fields, have added task pane in open inspector inspector dropdown list properties field. i can populate dropdown list properties in custom field sharepoint without problem. problem cannot seem find code samples or walkthroughs, scenario mine. of have links to code can @ save open email sharepoint list? kind regards tom madsen  there's example here dealing crud operations on lists using csom: http://dev.office.com/code-samples-detail/5812 depending on approach, may need use different api; can determine use:https://msdn.microsoft.com/en-us/library/office/jj164060.aspx eric legault ( mvp: outlook ) co-author, microsoft office 2013 professional step-by-step Microsoft Office for Developers  

Need some guidence about my C# project

for undergraduate final year project going build application based on image processing idea using c# , wpf. here can manage his/her personal images, can edit (blur, gray-scale , other fancy tools) , can share internet. though did lot of internet searching still confused learning approach. i have base on c# programming. didn't work on graphics programming yet. project have learn lot of image processing basics? can use gdi+? heard hardware dependent. need guidance , resource. thanks in advance. system.drawing assembly , namespace can in this.  use bitmap loading image in memory use (lockbits > image processing > unlockbits) i hope have processing algorithms find below sample code making color image gray scale var bitmapdata = bmp.lockbits( new rectangle(0, 0, bmp.width, bmp.height), // take bytes system.drawing.imaging.imagelockmode.readwrite, system.drawing.imaging.pixelformat.format24bpprgb); // 3 byte colors // copy pixel data byte array faster proce

Add reference to DLL files only

hi all. let's have 2 projects: 'project1' , 'project2' both written in c# in visual studio 2010. files of 'project1' have 'build action: content'. question is: how can reference dll output of  'project1' 'project2' not including content files? if reference entire project output of 'project1' placed output directory of 'project2'. if reference exact dll file have debug/release configuration of solution broken because selected dll used not depending of configuration selected. thanks in advance. does project1.dll depend on content files run? let's does, want might have write own build task copy single dll, , when application runs (say while debugging it) find project1.dll, how project1.dll find content files needs? .NET Framework  >