Posts

Showing posts from August, 2010

FAQ: Cloudyn Data Refresh Timelines

cloudyn data refresh timelines: initial:  it can take 24 hours see cost data in cloudyn after setup. can take 10 days cloudyn to collect enough data to display sizing recommendations. daily: 10th end of each month, cloudyn should show data date previous day after utc+3 next day. monthly: 1st 10th of each month, cloudyn may not show the finalized data end of previous month. in general:  please wait 72 hours data to propagate azure cloudyn before reporting a delay.  details: default, cloudyn processes data previous day once full data previous day available. so, previous day's data available in cloudyn utc+3 each day, although data (like tags) can take addition 24 hours reprocess after new data reaches cloudyn. also, @ beginning of every month, when providers finalize billing previous month, data current month not available collection cloudyn. can take between 5 10 days @ start of each month previous month's data become available cloudyn again. during time may see

Provider Hosted App for SharePoint online

we have custom code in sp 2010. wanted recreate them provider hosted app , put on sharepoint online post migrtaion. i dont want ot go azure subscription. please detail procedure hi, seems want host provider host add-in web on on-premise server, if so, follow below thread , try. http://sharepointpals.com/post/step-by-step-procedure-to-create-a-low-trust-provider-hosted-app-for-office-365-and-host-the-appweb-in-local-iis if doesn’t help, provide more details requirement. best regards, lee please remember mark replies answers if help. if have feedback technet subscriber support, contact tnmff@microsoft.com SharePoint  ,  Apps for Office and SharePoint  >  Devel

Detect a property change on any control

is there way detect when property changes?  i have been fiddling around property grid control , it's quite handy.  it throws events when change particular properties it.  but nice if there way detect time property changes given control. anyone know of way that? you have create event handler rised when propery changed. check code: using system.componentmodel; namespace sdksample { // class implements inotifypropertychanged // support one-way , two-way bindings // (such ui element updates when source // has been changed dynamically) public class person : inotifypropertychanged { private string name; // declare event public event propertychangedeventhandler propertychanged; public person() { } public person( string value) { this .name = value; } public string personname { get { return name; } set { name = value; // call onpropertychanged whenever property updated onp

Installing and Configuring ESB 2.1 on Window 8 Pro : Error : Network Path not found

hi i have been trying configure esb 2.1 toolkit biztalk 2010 . have encountered following error while configuring esb exception services  which found in configuration log esbconfigurationtool.exe information: 0 : executing script: databaseexistssmointegrated.ps1 in view: exceptionmanagementdatabase parameters: key: serverinstance value: ., key: databasename value: esbexceptiondb,  esbconfigurationtool.exe information: 0 : network path not found. following environment details 1. windows 8 pro 2. biztalk 2010 3. sql server 2008 r2 4. visual studio 2010 5. additionally have kaspersky internet security 2013 security. following steps taken resolve issue ( been far unsuccessful) 1. tried edit esbconfigurationtool.exe.config adding key  <add key = "exceptionbiztalkisolatedhostgroup" value = "sood-pc\biztalk isolated host users" /> 2. tried add btsadmin ( admin account biztalk with amin privileges on system as well) esbexceptiondb ( cre

bug in detecting keypress event....

hi everybody, i developing window form application. using textboxes on form , has enable keypress event on form.but when debug cursor blinks in texbox , keypress event working. when click on other button cursor texbox disappears , form not detect keypress event. in short keypress event occurs when cursor focus in textbox. how can remov bug or detect keypress event if cursor not focusing on textboxes. thanx in advace regards junaid manzoor junaid   how can i [...] detect keypress event if cursor not focusing on textboxes. hi, you override processcmdkey-method in form detect keyevents: (btw: not see bug in keypress-situation) public partial class form1 : form { private system.windows.forms.textbox textbox1 = new textbox(); public form1() { initializecomponent(); this .textbox1.location = new system.drawing.point(13, 13); this .textbox1.name = "textbox1" ; this .textbox1.size = new system.drawin

ListView with a TreeView type of expansion of master-detail data intertwined

i'm looking way display data there multiple rows of data, having row below. i'm using listview gridview columns, columns can resized , have sorting,etc, have not figured out how add row has 1 textbox/textblock related row above it. data master/detail, have not found examples of type of display. ie:     [cust # ][first          ][last                                         ] -    123       alvin            chipmunk ------ needs package ups only -    124       theo            squirrel ------ needs package fedex only ------ don't accept checks       125      mark             anthony +    126      leo               marks in above, there header line 3 resizable columns (cust #, first, last) treeview type display of - or + open/closed state. rows below master row not part of resizable columns. alvin , theo have 1 detail row each, , mark has none, leo has number , collapsed. examples i've found 2 separate views: master , detail. need them intertwined.

Can Some tell how to build an assembler of 8086

i third year student in computer engg. it's project time i am creating 8086 simulator want help about creating each factor of 8086 sim i have seen emulator @ www.emu8086.com also seen 8085 simulator debugger assembler, basic compiler of  www.oshansoft.com i want create software same some 1 please help (sorry bad english) hi there, i've done project custom made processor-design.. have made object orient assembly language compiled , run on processor, http://assplusplus.googlepages.com  this main page our project.. u can read idea of ooassembly (or assembly ++ call it) we have built compiler, assembler, emulator, debugger processor... if u need more help, plz contact me directly through messenger @ kasparov03@hotmail.com or using mail @ haytham.alaa@acmascis.net .. bye Architecture  > 

What is the difference of using png/svg in Pushpin - option icon?

Image
hi, i add pushpin on map coordinates. want set custom icon pushpin. if use: - png in icon option, png icon size 100px/100px. png displayed on map - , pushpin point located in middle (center) on png icon, perfect me. - svg in icon option, svg icon size 100px/100px. svg diplayed on map, pushpin point located in top left side of map. why happening? want svg icon displayed, png - pushpin point in center of svg? currently pushpin htmlcontent property depricated on bing maps8. have pushpin custom png icon , want when pushpin clicked have border color changed on png icon - selected. way achieve this? i attached 2 files can see added pushpin icon - svg. 1st attachment current situation 2nd want achieve i found solution - it's using option - anchor element  , setting point inside it for example - pushpin option options["anchor"] = new microsoft.maps.point(20,20); Bing Maps

Questions on MultiPart MIME Messages (ebXML)

hi everyone, before delve figuring out, thought ask here see if has advice. *think* can use inbuilt biztalk 2006 r6 functionality achieve this, appreciate advice non less. need create ebxml 2.0 compliant message handler, heavily uses mime encode messages. message structure simple. have mime message 2 parts, first part ebxml header, second part xml payload. no encryption or encoding necessary. example: --mime_boundaryid:abcdef00000000000000 type:text/xml <?xml version="1.0" encoding="utf-8"?> <soap:envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> ... ebxml header </soap:envelope> -mime_boundaryid:abcdef00000000000000 type:application/xmltransfer-encoding:8bit <mypayload> ... </mypayload> so, plan sending message follows. in orchestration, construct multipart message ebxml header , payload. using mime/smime component in sendport, message automatically parsed mime format above. great? however,

Windows Event Forwarding Deployment

hi all, deploying windows event forwarding system centralize store windows event logs. event sources (about 700 hosts) --> windows event collector (wec) - 2 or 3 hosts. experience, can recommend specific information wec hardware satisfy above requests? thank you, lap Architecture  >  Architecture General

does the "this" operator create implicite objects?

hi friends, cosnider following class: public class a {  int i;  decimal j;  b myb;  public a()  {   i = 15;  //---------> line 1   this.j = 23.50;  //----------->line 2   myb = new b(); //-------------->line 3   myb.count = 2;  //-------------->line 4      }   } public class b {  int count; } in there have highlighted several ways assign values members. in line 1, memeber value assign happens through calling member directly in line2, memeber value assign happens through calling member through current object of class. class creates implicite object first, assign value member through object in line 4, member value assign happens through calling member through explictely create object of class b what need know (actually double checking), in line 2, this operator creates internal object of current class? in line 1, statement assigns member value, without creating object implicitely (internally)? thanks no, this

Connecting towards Azure AS2 connector

we trying connect an sap integration system towards azure as2 connector api app. url using to post messages towards is the azureaddress.azurewebsites.net/decode. one agreement has been set have enabled message signing , encryption certificates through tradingpartnermanagement apo. when post message test tool message gets received in api app. strange thing message not have signed/encrypted received in api app. should even possible? however main problem message cannot send from sap system, dont see request coming of logging elements of as2 connector. receive 500 error, in logging see 405 errors coming through. work when send towards biztalk services as2 endpoint. therefore main question azure as2 connector identical biztalk services as2 endpoint when comes behavior? Microsoft Azure  >  Az

What is 'SLTP' / possible typo in BizTalk Services infographic

in infographic: http://www.windowsazure.com/en-us/documentation/infographics/integration/ under "enterprise entreprise (b2b)" illustration lists seems protocols: - as2 - sltp - http what sltp? maybe typo sftp? senior soft. dev. eng. | microsoft | microsoft corporation this appears typo. letting know - convey appropriate team. regards, shailesh agre Microsoft Azure  >  Azure BizTalk Services

Sorting an Array from one RichTextBox to another RichTextBox using a Button Click Event

okay here issue , have tried numerous different codes. pulled text text file , put richtextbox array. trying array , sort if alphabetically in second richtextbox using button. understanding need pass array argument , can perform sort. can't figure out. @ loss on how array original rich textbox , after sort display in second richtextbox. read shows how sort , display in 1 method example create array, sort array, display array.  i tried method/code:   var sort = s in array                        orderby s                        select s;             foreach (string c in sort)             {                 array = richtxtsort.text;             }         }         public ienumerable<string> array { get; set; } and one  array.sort (array); foreach (string s in array) { console.writeline(s); } ejaramillo you can , set richtextbox text using lines property. bear in mind copy text, not special formatting fonts or colours.

foreach IEnumerable What happens behind?

i'm trying understand how iteration works internally. i've found explanation in tutorial: here’s foreach loop loops through list<duck> variable called duck: foreach (duck duck in ducks) { console.writeline(duck); } , here’s loop doing behind scenes: ienumerator<duck> enumerator = ducks.getenumerator(); while (enumerator.movenext()) { duck duck = enumerator.current; console.writeline(duck); } idisposable disposable = enumerator idisposable; if (disposable != null) disposable.dispose(); ok, how helps explain this: static void main() { daysoftheweek days = new daysoftheweek(); foreach (string day in days) { console.write(day + " "); } // output: sun mon tue wed thu fri sat console.readkey(); } public class daysoftheweek : ienumerable { private string[] days = { "sun", "mon", "tue", "wed", "thu", "fri", "sat" }; pub

Cant add web reference

hello, got webservice on remote server, can see ie, can see visual studio 2005, add reference button disabled.   and have error, can do?     there error downloading 'http://agamenon:120/websetup1/service.asmx?op=helloworld'. the request failed http status 403: forbidden.   thanks   have checked whether issue same mentioned in thread http://forums.microsoft.com/msdn/showpost.aspx?postid=1435630&siteid=1 Archived Forums A-B  >  ASMX Web Services and XML Serialization

Inventory Issues

hi   i have couple of questions ask how inventory system works in commerce server.   firstly there proper way determine how many items in stock before item added basket?   secondly, there reason why requires customer proceed checkout before tells them there aren't enough items in stock?   regards   paul   if want inventory particular product need first inventory catalog. code snippet inventorycatalog inventorycatalog = commercecontext.current.catalogsystem.inventorycontext.getassociatedinventorycatalog("mycatalogname"); then use inventory sku. code snippet inventorysku inventorysku = inventorycatalog.getsku("mycatalogname", "myproductid"); once have inventory sku can use various properties need such inventorysku.quantity , inventorysku.excessonhandquantity; i think reason default site tells stock status after you've added item basket there pipeline component in basket pipeline evaluates stock status line

How to reduce file lock failure when using BizTalk File Adapter accessing Network Share folder

hi all, i facing problem file adapter receive location adapter won't pick files remote network share folder with no error in event log , checked receive location enable. i checked performance monitor counter biztalk receive file adapter..number of times there file lock failure is 31 ..so thinking case..if yes please advise how reduce this... also 1 more question.. biztalk host instance user has full control on network share folder ..do need give same username , password in receive location authentication tab.. -- kind regards sandeep it not sound authentication issue. know if share on dfs? have heard of problem causing locks before. here article on hotfix issue: http://blogs.msdn.com/b/biztalkcpr/archive/2008/10/14/file-receive-locations-become-disabled-if-dfs-is-being-used-on-the-network.aspx . thanks, if answers question, please use "answer" button | ben cline BizTalk Server

Outlining (only regions) / Comments (show/hide)

Image
hello all, i wonder if there's way collapse/expand regions in visual c# 2005 express (or visual studio matter). ctrl+m+l expands/collapses outlining, want regions, not collapse e.g. xml comments, functions, structs, classes. and also, xml comments in c# - how show on intellisense , it's helpful! i'm writing lib want user of see nice comments in library. when coding feel comments clutters code , makes harder read/work with. there way show/hide comments? maybe show/hide xml comments (///)? sorry bunching 2 questions in 1 thread. hi, micke visual studio has not such feature yet. thanks Archived Forums V  >  Visual C# IDE

Exposing for public consumption

hi, assistance on how best configure azure service fabric cluster accessible outside under custom paths. explain our use case: - on service fabric cluster, have few services authorization, billing, users etc. - want these publically accessible our clients (web , mobile) - paths them should https://mysite.com/authorization, https://mysite.com/billing etc. things tried: - enable reverse proxy on sf cluster accessed publically => worked, using default naming service, has them set /[service]/[application], can't changed far tell - use azure load balancer => deals l4 osi layer, supports setting 1 port other - use azure application gateway => keep getting 502 errors; tried few ways; also, couldn't add sf cluster backend pool it's on virtual network apparently can't change application gateway doesn't allow it 1 option write custom proxy/gateway interface reverse proxy seems hack @ best. are missing something? thanks in advance,

textbox csharp

hello guys im having problem have textbox want numbers format these "0.00" input here im using these command format textbox textbox.text = string.format("{0:0.00}"); main problem is  1. need strictly numbers input, if characters try input not display 2. need update textbox      ex. if put "50" want textbox update self automatic , value "50" become "50.00"     follow string.format rule specified       have simple code on update textbox dont know if correct "textbox.text = string.format("{0:0.00}",textbox.text);" pls need thanks perhaps should try maskedtextbox .  format property on textbox not force user conform, masked textbox does. -- mike Visual Studio Languages  ,  .NET Framework

Why Azure Batch does not provide CLI for job sumision like Condor, SGE, PBS?

i used use condor, sge, pbs, pvm... long time , love to use command submit job. like  condor_submit xxx.submit condor_q this make job sumbmission simple , decoupled acutal application. azure batch seems put everyting api , requires additional "submission master program" submission or scheduleing. is there plan this? hi haoliuh, please see azure cli . here details on relevant azure batch commands . cheers, fred Microsoft Azure  >  Azure Batch

Explain difference between FluidMoveBehavior and FluidLayout?

i'm trying come speed blend (using blend 4 beta , silverlight 4 rc) , i'm bit confused difference between fluidmovebehavior , fluidlayouts (and when each technique should used). can either fill me in or point me resource more details? for example, experimented docking toolbar (from silverlight toolkit) on left side of the window , defining defining layout states toolbar docked left , right. added couple of button alternate between 2 layout states. default toolbar pops , forth. if add fluidmovebehavior dockpanel toolbar slides , forth i'd expect. if instead enable fluidlayouts in the state group, toolbar pops new position on right delay of transition duration , when return normal state on left pops immediately. it's first not obvious me why doesn't slide to right (isn't point of fluidlayout?) , second i'm not sure why doesn't transition left again. thanks help! sbussinger have read article? http://blogs.msdn.com/expression/archive/2010/03/16/dynami

class library will not be build/rebuild unless folder deleted

hi guys! i have problem in visual studio. not sure whether c# problem or visual studio in general (i have not tried vb see if problem occurs there). problem follows: when have class library , want build again (or rebuild it) dll file found in bin\debug folder not replaced newly built library! if delete files in bin\debug folder, when build/rebuild carried out, files appear were. way new build placed in directory delete bin\debug directory itself! not doing clean build resolve - reverts previous build. whilst isn't end of world, , can still on work, i'm sure can understand it's annoyance having everytime build/rebuild! anyone have idea why might be? cheers, nick ms employees mark posts have potentially been answered answered.  (almost) never mark own posts.  ms because many folks don't ever bother mark posts answered.  not sure why.  let's problem though. the missing template mentioned item template rather project template.  project templates create new projects.

Adapters/Connectors Available in BizTalk Services for SalesForce etc

hello i eager know of azure biztalk services have provision of installing third party adapters. can install thrid party adpaters in biztalk services available in azure cloud ? adapters to sales force or plugins other online stores amazon simpledb etc. many cloud 2 cloud integrations ipaas solutions have connectors , with many cloud cloud integration tools in market , how biztalk catching on space ? if possiblity move platform further , create new markets vendors producing adapters/components for biztalk , biztalk components targeted on premise or there scope of cloud deployment bts services ? hi currently biztalk services have provision connect third party system using biztalk adapter services . for sales force to connect biztalk services , can use force rest api , can directly call rest api biztalk services . regards mohit gupta Microsoft Azure

why converting a date to milisecond is different in java and c#

hi i wan convert date milisecond. i use cod in c# : datetime date = convert.todatetime("2014 / 07 / 28"); datetime jan1st1970 = new datetime(1970, 1, 1, 0, 0, 0, 0, datetimekind.utc); double millis = (double)((date - jan1st1970).totalmilliseconds); it returns 1406505600000 but change java , returns 1406489400000 simpledateformat sdf=new simpledateformat("yyyy-mm-dd"); date mdate=sdf.parse("2014 / 07 / 28"); double millis= mdate.gettime(); why different? i not sure, thing can think of timezone difference or culture setting. Visual Studio Languages  ,  .NET Framework  >  Visual C#

error in ssms

in sql server management studio 2012 64 bit edition when expand database folder or login folder , etc see error : title: microsoft sql server management studio ------------------------------ object reference not set instance of object. (microsoft.visualstudio.platform.windowmanagement) ------------------------------ buttons: ok ------------------------------ best regards hi, check whether .net framework corrupt. can try run repair .net framework. also, try register ieproxy.dll , actxprxy.dll thanks & regards rajukiran l please mark reply answer or vote helpful, appropriate, make useful other readers. SQL Server  >  Getting started with SQL Server

The path to reusable XAML

if have not read article; http://blogs.microsoft.co.il/blogs/justinangel/archive/2007/08/14/silverlight-controls-_2d00_-the-path-to-reusable-xaml.aspx it must read. shows how create silverlight code follows proper oo design , xaml can edit in expression blend. hey michael,  thanks kind words. extremely importent me write article gate-way developers wanted work done silverlight. so i'm very glad know you've found helpful!   after published article tim heuer did 2 great screen-casts on same subject. knowing tim, they're extremely screen-casts. http://channel9.msdn.com/showpost.aspx?postid=335728  - silverlight: implementing user controls in 1.1 http://channel9.msdn.com/showpost.aspx?postid=335556  - silverlight: implementing user controls in 1.0 code available @ blog: http://timheuer.com/blog/     Silverlight  > 

Why projects show different (create new) item list?

Image
i new process template. we have 2 project collections (pc) in our tfs, when navigated projects under each pc, found show different features such different item list of 'create new'. both of pcs based scrum templates, know what/how difference caused. using different group of template files (unlikely after checking template folder), or differenciated in template files (then file/s determines item list used project)? in other words, if want modify template 1 project, template files should at? regards hi, thanks post. as far know, process template used team projects, not team project collection. team project collection can created in tfs administration console, , can't select template team project collection: while can create team projects in team explorer, , select process template team projects: 'create new' mentioned, guess creates work items. different process templates, you'll see different work item types. the process template de

View expiry date of certificate inside a pfx file stored in Azure KeyVault

may seem basic question, i've created keyvault in azure , have added pfx file containing certificate/publickey . using c# code i'm trying access public key , want expiry-date attribute details. can see certificate expiry date certificate manager utility in windows, can't seem work out way retrieve same thing in c# code. //below code i'm using keyvaultclient client = new keyvaultclient(getaccesstoken); var keybundle = client.getkeyasync(vaulturi, wrappingkeyname).result; // after keybundle.key doesn't have necessary details can provide missing link, current documentation on microsoft site isn't expansive @ present. hi das, cross posting answer here reaching here you should able expiry key bundle below var keyidentifier = "https://rahulkeyvault.vault.azure.net:443/keys/newkey"; var key = await keyclient.getkeyasync(keyidentifier); var keyexpiry = key.attributes.expires; this depends on if have mentioned expiry @

How to add new properties for Shipping methods in Customers and order manager tool?

how add new properties shipping methods in customers , order manager tool? thanks, subba rao p.   please change thread discussion question if answer. http://social.msdn.microsoft.com/forums/en-us/commserver2007/thread/09bae69f-4e00-49c6-893f-bcdacab30fdd hope helps. regards glen (software) smith mcm cs2009 training, europe , north america: http://www.software-smith.com/ cs2007 book: http://www.software-smith.com/csbook Commerce Server  >  Commerce Server 2009

BizTalk Custom Pipeline Chinese Characters

hi i having requirement in getting chinese characters in flat file have process through custom pipeline component. custom pipeline works fine when use "ascii" encoding to string out of pipeline, chinese characters being replaced "?". i have tried other types of encoding "unicode" , "bigendian" problem biztalk server hangs , stops processing altogether. has suggestions on how resolve this? any in matter great.   thanks what encoding in original flat file? utf8?  utf8 looks ascii allows special escaped codes represent extended character set chinese characters. flat file have byte order mark? possible see binary representation of flat file (just first line , line chinese characters) steef-jan wiggers describes how view flat file in binary mode here: http://social.msdn.microsoft.com/forums/en-us/biztalkgeneral/thread/0ef6b6e1-27cc-4538-9be1-0857b49c4627    

Task: Invocation of interface 'Configure' of role 'Cloud\Fabric\WAS' failed:

hello team azure stack, please looking below error , suggest fails on step : 60.140.142 response uri: intentionally kept empty  ---------------------------------------------------------------------------------------------------------------------------------------- invoke-eceaction : 1> 1> task: invocation of interface 'configure' of role 'cloud\fabric\was' failed: function 'was:configure' in module 'classes\was\was.psm1' raised exception: error during storage initialization: error occurred while trying make api call microsoft storage service: {"message":"microsoft.azure.resourceprovider.common.exceptions.resourceproviderexception: request unauthorized because client certificate thumbprint '403aae880db78d7b11db7e043966a88a5f928de7' not authorized.\r\n   @ microsoft.azure.resourceprovider.authorization.certificaterequestauthorizationhandler.validaterequestisauthorized(httprequestmessage requestmessage)\r\n  

Cloud Service: Powershell Error while waiting for Role to Start

hi, i have below code when trying deploy cloud service powershell using new-azuredeployment. how can on this. happens every once in 5 instance of deployment. system.net.http.httprequestexception: error occurred while sending request. ---> system.net.webexception: unable connect remote server ---> system.n et.sockets.socketexception: connection attempt failed because connected party did not respond after period of time, or established connection failed because connected ho st has failed respond xx.xxx.xxx.xxx:443    at system.net.sockets.socket.endconnect(iasyncresult asyncresult)    at system.net.servicepoint.connectsocketinternal(boolean connectfailure, socket s4, socket s6, socket& socket, ipaddress& address, connectsocketstate state, iasyncresult asyncresult,  exception& exception)    --- end of inner exception stack trace ---    at system.net.httpwebrequest.endgetresponse(iasyncresult asyncresult)    at system.net.http.httpclienthandler.getr

Implementing an Existing COM Interface in Managed Code which RETURNS an Array of COM Structures

i'm trying evolve com .net replacing com implementations of com interfaces .net implementations of same interfaces , i'm struck.  have no problem arrays of com structures built in com programs , passed .net.  when com program uses com inteface implemented c# .ne , expects array of given structure returned, doesn't work...  there hundreds of methods , many dozens of structures here simple com structure definition idl:  typedef [uuid(ee3337e6-14f7-469b-be9f-8d45fa43f4ed)]  struct eatemplate_act  {   long templateid;   bstr templatename;  } eatemplate_act; here com interface definition: library eadimensionlib {  importlib("stdole32.tlb");  importlib("stdole2.tlb");  importlib("..\eaact\eaact.tlb");  //  forward declarations     //  ====================   interface ieadimensionac;   //  ieadimensionac -  //  ==========================================  [   odl,   uuid(9fde51ba-c965-4beb-aea4-27c9f25c99c0),   version(1.0),         nonextensible,

Convert MSI to Byte Array

  hi all, i have webservice transfers , msi file server requested client. here need convert msi byte array , string, send string client. can 1 me in this? if msi file, read file using stream.read. have web method return array of bytes. don't need translate string. client receive array of bytes able write file using stream.write.   Archived Forums A-B  >  ASMX Web Services and XML Serialization

SQL DB SKU missing in tenant portal - TP3

Image
we not able create sql db's tenant portal showing sku not found.but admin portal can see sku's  created , able deploy sql db's.any 1 else facing issue ? hello john,   make sure have registered tenant sql resource provider.   verify tenant sql resource provider registration going to: subscriptions -> click subscription -> resource providers.   let know how goes.   we apologize inconvenience , appreciate time , interest in azure stack. https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-troubleshooting   if continue experience issues tp3 refresh, feel free contact us. azure stack tp3 refresh docs: https://docs.microsoft.com/en-us/azure/azure-stack/ https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-troubleshooting https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-diagnostics https://aka.ms/getazurestacklogs     thanks, gary gallanes

c#--Convert HTML Page Source (string) to pdf

hi all, i have developed 1 module sends html page mailbody using  mailmessage -> mailmessage.ishtmlbody=true; now have html source string , want send html page view(which contains image) pdf attachment same email.but don't know how convert html text pdf , attach email. any ideas? please help. i shall thankful reply. regards, suraj suraj maybe tool can useful. stand alone executable can execute application. http://code.google.com/p/wkhtmltopdf/ Visual Studio Languages  ,  .NET Framework  >  Visual C#