Posts

Showing posts from September, 2011

Refresh combobox after insert a new record EF 4

i have these lines in form_load: productscombobox.displaymember = "productname"; productscombobox.valuemember = "productid"; productscombobox.datasource = db.context.products; when call savechanges on ef, combobox reglect new list. i tried re-assign context data source of combo box, giving null , assiging agaibn data source, nothing happens. i know data base saves changes, because when close , re open form, can see new items.   noam b. not forget vote answer/helpful, please. encourages you... ok, if encounters problem, did initiate database object contained context (ef) after deleting or creating item in db. then, re-assign displaymemeber, valuemember , datasource. that forced program load again tables, time updated. but still wierd thing first 1 notice problem.   noam b. not forget vote answer/helpful, please. encourages you...

Visual Studio doesnot show Designer because of a project referenced dll not loading correctly...

hi, facing problem visual studio not showing form's designer. here situation: have 1 vs2005 solution file, has 2 c# projects in (prj1 & prj2). prj2 start-up project , outputs exe, prj1 class library outputs dll. prj1 referenced in prj2 .. in list of "references".. project reference (not file reference). when build solution.. builds prj1 , builds prj2 without errors (build succeed no errors , warnings..). now, if try open windows form, doesnot open up.. instead throws standard message that,.. designer cannot opened because of dll loading problem... @ same time, throws following warnings in "warnings" window: warning    1    system.io.filenotfoundexception: not load file or assembly 'prj1' or 1 of dependencies. system cannot find file specified. file name: 'prj1' [..... stack calls here...] wrn: assembly binding logging turned off. enable assembly bind failure logging, set registry value [hklm\software\microsoft\fusion!enablelog]

how to check if something already happened?

i need make text adventure school. have if statements take player other "location"(just text). problem can't seem figure out how make player can go place once.  just how it's coded now, if player types this, type out this else if player types this, type out this etc. well it's school assignment part of learning process explore possibilities. just giving solution kind of blow point. but... you could make each place person goes location object along lines of: public class location() { public bool visited; public string outputstring; public void dosomethingatlocation() { } } you want how give default value when instantiating object visited false initially. then when go somewhere can test visited if , based on that, set when have "been" there. maybe have public method outputs location's text , sets visited. you new bunch of locations , put them in list of 2 dimensional array. with 2d array calculate when go no

EDIAS2 Runtime installation fails

1. have reinstalled biztalk on dev machine 2. removed old databases 3. started configuring different components including bam , bam configured correctly 4. however, i received error w hen attempted configure edi/as2 , , following message has been found in logfile error found in logfile : ...dts package bam_dm_interchangestatusactivity exists on server… microsoft says: the edi/as2 bam ssis package names begin bam_dm_. can manually rename bam_dm_ ssis packages in sql server integration services. example, can rename bam_dm_as2interchangeactivity ssis package biztalkgroup_bam_dm_as2interchangeactivity. configure biztalk edi/as2 runtime feature. question: how , rename package ??? (i dont remember installing ssis @ first time don't think it's in system) i cannot find packages named bam_dm in system or in sql server. , microsoft fix program not remove either. so missing here ? you have delete ssis packages left on previous installation.

joining Messages through envelope

hello, i'm not sure if approach. can enlighten me. what want collecting data within several sql calls/orchestration ports , output designated data in 1 message/xml file. so i've tried yet collect data several sql response messages. then i've created envelope schema , imported these sql response messages envelope (including selection of appropriate data structure type. quite fine far. in next step need sql response messages message of envelope type. i'm missing here. guess somewhere understranding wrong/incomplete. finally want transform envelope message (covering sql response messages) destination message. do have suggestions how handle or tutorials or links on resources covering issue? in advance. best regards mathias   one option make sql calls need , in end create a many-to-one map between sql responses , final destination message (without need use envelope message).   http://geekswithblogs.net/sthomas/archive/2005/02/04/21969.aspx http://geekswithblogs.net

ddwrt:IfHasRights not working in Office 365

Image
i trying filter out data based on user permission using xslt ifhasrights not working. i getting error message unable display web part. troubleshoot problem, open web page in microsoft sharepoint foundation-compatible html editor such microsoft sharepoint designer. if problem persists, contact web server administrator. correlation id:1607159d-a02d-2000-0984-7219692a6d4f can not check uls logs more info. please help hi ishaan, from description, understanding error when use ifhasrights in sharepoint online. in case, find our engineer has reproduced issue: https://social.technet.microsoft.com/forums/office/en-us/5c669e63-79c0-4a0c-987e-bdaf49684bab/xslif-testddwrtifhasrights16-no-longer-working-in-a-new-form?forum=sharepointcustomization from article below, find reason issue , solution: http://sharepoint.stackexchange.com/questions/128739/xslif-test-ddwrtifhasrights16-no-longer-working-in-a-new-form-sharepoin best regards, vincent han technet community sup

Best practices for enterprise web solutions

hi! in our organization have 3 independent webportal development teams. each of teams have 1 solution specific code/binaries/pages , resources. in addition, have 1 framework solution containing common code , resources - such common aspx pages, usercontrols, masterpages, images, css, common code libaries, wrappers , such. common libaries compiled every subsolution teams can develop , release solutions independently (as long coordinate changes in common libaries), other resources (images, css, etc.) copied each solution when deploying. sum up, have 1 framework solution , 3 independent web- solutions reuse common resources framework. problem have reusing common resources efficiently in subsolutions. reusing common libaries handled (referenced subsolutions), have issues when reusing uncompiled resources such pages, usercontrols, images , css framework solution. today half-way around issue defining virtual <master> folder (using iis) in subsolutions pointing master folder in fra

Queue choice

hi, i looking queue management system/frameworks , coding on .net platform. i describe basic expectation: e.g. if user submits data stored in queue if machine on queue hosted if goes down should have failover mechanism. data in queue analysed other component , removed queue. i reading queues in next couple of weeks , know 1 famous. few people suggested kafka,rabbitmq, activeque etc. job go through few systems , select 1 fits my requirement know one's not suitable .net. please guide me through links or articles me make choice. regards, abhagwat if went appfabric have 2 servers taking input queue , sending  them on whatever want. windows workflow can sorts of stuff , store data in message queues. i'm not sure happens if 1 machine goes bang since can share across several it's more resilient 1 machine , scales well. otherwise. once message arrives in queue can stored disk. you put on nas hot replaceable drives. run machine on virtual mach

Blend 2 Buttons

hi, i trying make buttons in blend 2 , import code buttons visual web developer 2008 express. dont seem able import code sucessfully when try to. has got tips of how should going importing button code blend 2 visual web developer express 2008? thanks. hey, new this. still don't think can using blend 2. may can use expressions web 2 for that. blend building xaml based user interfaces. hope got solution. sudarsan srinivasan Expression  >  Expression Blend + SketchFlow

BizTalk 2013 Advantages over BizTalk 2010

hi - current solution on biztalk 2010 , client thinking of migrating biztalk 2013 . please suggest me idea migrate biztalk 2013  i told them biztalk 2010 stable server , there no such need migrate 2013 of now. so, there advantages/drawbacks using 2010 version , 2013 version ? mbh hi jaguar, it totally depends on applications have or planning have. biztalk 2013 offcourse stable, providing available in 2010 improvements , new features , addition of new adapters benefit cloud. e.g, if dealing hl7 there has been big improvement in mllp adapters . there many other things too, ask go through following links(should give enough insight): http://geekswithblogs.net/michaelstephenson/archive/2013/04/23/152772.aspx http://msdn.microsoft.com/en-us/library/jj248703(v=bts.80).aspx maheshkumar s tiwari | user page | blog | biztalk server : how map works on port level BizTalk Server

Using As2 website different from default

hi, i working on biztalk as2 tutorial .in mentioned hve create virtual directory under default website  , give virtual directory + isapi extension in receive port.so receive port addres comes fabrikam/btshttpreceive.dll  fabrikam virtual directory  created under default website .this works fine but problem comes when have created new website as2processing , under created  fabrikam virtual directory.so receive port url  remains same .but  configuration not able as2 files.i think have asssign website name under biztalk needs search virtual directory where  somehow not getting it. could please me out on this. thanks in advance alok hi alok just make directory browsable in virtual directory properties , should able browse in ie. or browse iis should able see path in status bar. pointed agree recieve location should pointing /fabrikam/btshttpreceive.dll. make sure isapi extension enabled in iis biztalk recieve files. nikhil j  

SQL Receive location configuration dialog is blank

when using admin console view configuration of sql receive location, dialog shows no data, though location configured , functioning. the dialog not totally blank, text boxes fields empty, if have not been configured. another developer can see configuration fine.  near can guess, must sort of permissions issue, in biztalk admin group , test server. any ideas? hi, check windows group , user accounts configuration in environment: http://msdn.microsoft.com/en-us/library/ee251624%28bts.10%29.aspx check if groups configured. sandro pereira - http://sandroasp.spaces.live.com/blog/ http://www.devscope.net/whatwedo/integration/tabid/107/default.aspx BizTalk Server  >  BizTalk Server General

Schedule Azure Stored Procedure Execution

i have azure sql database contains stored procedure. need execute stored procedure @ top of every hour. how 'schedule' occur?  within azure, looks can't 'scheduler'.  i have searched , searched resources on this, started go 'runbooks' route, , cannot figure out. thank help. 1) please create powershell (ps) script execute stored procedure (sp), test ps script local machine. 2) please follow first runbook document, create new runbook ps script step#1. test once , make sure sp getting executed azure automation. 3) click on schedule icon in runbook , schedule it. relevant document thanks. had created runbook , thing missing how integrate ps script it. needed 'edit' runbook in order this. going 'automation scripts', , that's not needed. Microsoft Azure  > 

Which kind of properties can be storyboarded in Expression Blend 3?

hello everyone... i pretty new user of microsoft expression , new in silverlight programming also... first question following. implementing behavior has exposed dependencyproperty of type double. able record property value on selected storyboard in blend, whenever change property value it's real value changing, shouldn't change recorded storyboard frame? or should able to? and ask second question related storyboards. in 2nd behavior i've exposed dependencyproperty of type storyboard. edit property selecting 1 of page's predefined storyboards (just "controlstoryboardaction"). i've red articles how implement custom property editors deriving propertyvalueeditor class. it's ok, guess that, want sure best way that, still learning, learn correct way. editor using "controlstoryboardaction" it's property? can use same predefined editor property? i appreciate learning process :) thank in advance! best regards, kemo. for example, mov

BRMS in Biztalk

hello all, can let me know brms tool. is extented version of bre provided microsoft or other third party tool? how can use in biztalk , how beneficial use it? thanks. pooja jagtap software engineer kpit cummins brms, assume stand business rules management system covers management , other aspects associated rules other simple rules development , runtime. bre (biztalk) provides development , execution of rules. best of knowledge there no extended version. bre licensed biztalk product , while can used .net still require biztalk license. regards. BizTalk Server  >  BizTalk Server General

How to restart host instance automatically in biztalk

in application..sometime biztalk host instance stoping automatically....so need script/code can schedule through schedular can restart it.. please provide me th code snipt same. thanks manoj hi manoj, did analyze root cause biztalk server host instance stops ? please have @ event logs find out what's causing behavior. to start , stop host instance can use instance powershell script , set schedule it. the mere ps scriptlet looks this: start-service 'btssvc$biztalkserverapplication' stop-service 'btssvc$biztalkserverapplication' hth paul endras ----- please mark post answered question answer, , mark other helpful posts helpful. BizTalk Server  >  BizTalk Server General

List/detail binding in 2 different windows - Sketchflow

hello i'm using sketchflow make prototype. i want show list of data in 1 window , show selected item in window. have no problem building "list window", problem appears on "detail window": not show data @ all. at design time detail window shows data, when application running, shows nothing. i've binded controls collection defined through the data tab. don't realize how connect controls in detail window datasource used in list window. any welcomed. regards, mauricio. you may use datastore of blend feature. had blog post on how that: http://blogs.msdn.com/b/harryh/ thanks, harry [msft] Expression  >  Expression Blend + SketchFlow

Turkish Characters Problem While Updating Database...

hi everybody.. have problem updating datas... there no problem while inserting data database...but when update them, there have been problems turkish characters. for example "ş,ğ,ı," change "s,g,i"... how can sovle this? and codes below... namespace haberleryonetim { public partial class haber_duzenle : system.web.ui.page { protected void page_load(object sender, eventargs e) { if (session["kullaniciadi"] == null) { response.redirect("default.aspx"); } else if (!page.ispostback) { sqlconnection cnn = new sqlconnection(configurationmanager.connectionstrings["haberleryonetim"].connectionstring); cnn.open(); sqlcommand cmd = new sqlcommand("select id,haberbaslik,haberozet,habermetin haberleryonetimtable id=@id", cnn); cmd.parameters.addwithval

Connot Find ADO.NET in ToolBox Visual Studio 2008

i have visual studio 2008 , .net 3.5sp1. not find component of ado.net in toolbox!!! searched in google , microsoft, not thing!!! please me! thank. ado.net technology rather appear in toolbox.  in general ado.net-related tools appear under data portion of toolbox.  include data sets , data adapters.  additionally if use add new item you'll see ado.net-related options such dataset , database.  these add new files project use ado.net behind scenes. finally note toolbox context sensitive you'll see options available based upon open document.  example if sitting on code file toolbox empty.  if have winform open you'll see winforms-related components including data tab ado.net-related components.  project types don't display options (such console apps) have use add new item add dataset. michael taylor - 12/3/09 http://p3net.mvps.org Archived Forums V

Opening Modal/Pop up window and communicate to Task pane

-when app office project run, open modal/popup window first, modal window contains url page asks user name , password. authentication taken care third party. modal window contains 2 buttons ok cancel. on successful authentication, ok button gets enabled , on clicking of it, user needs return task pane of word. can functionality achieved? pls provide pointers/guidelines on how open modal window (which should embed url page) , passing data between modal window , task pane. modal window  ___________________ |  login pageurl     | |  ok cancel           |  ->   task pane _______________ thanks, josh we doing research problem. there might delay response. appreciate patience. Microsoft Office for Developers  ,  Apps for Office and SharePoint

Windows forms animation...I can make a new window slide to the right of the mainform...but how can i make one slide from the bottom down?

//here have...id extrasiteinfo form slide open bottom of mainform.....this code here mainform.. public partial class extrasiteinfo : form { //constants const int aw_slide = 0x40000; const int aw_hor_positive = 0x1; const int aw_hor_negative = 0x2; const int aw_blend = 0x80000; const int aw_hide = 0x1; [dllimport( "user32" )] static extern bool animatewindow(intptr hwnd, int time, int flags); //this receive data "form1" super sick! public extrasiteinfo(textbox t) { initializecomponent(); this .lid3tb.text = t.text; info_.focus(); } public extrasiteinfo() { initializecomponent(); } protected override void onload(eventargs e) { //load form @ position of main form int widthofmain = application.openforms[ "mainform" ].width; int heightofmain = application.openforms[ "main

C# listView to Copy Columns to Another listView

good day!!   first of in forum opportunity ask regarding c# i have problem, hope can clear mind wanted   and im trying learn c# language now.   the situation this   i have 3 listview namely listview1, listview2, listview3   i have dynamic data on listview1 , listview2   listview1 has 3 columnheader,   listview2 has 2 columnheader   while listview3 has 5 columnheader   now, want first, second , third columnheader of listview1 will copied first , second , third columnheader of listview3   and first , second columnheader of listview2 will copied fourth , fifth columnheader of listview3   is possible??? can me this?? i have code copy data listview1 listview3 doesn't needed, copied listview1 listview3.   listview3.items.addrange((from listviewitem item in listview1.items select (listviewitem)item.clone() ).toarray()); can enlighten me how derive on needed.... thanks i think want study class type colle

ILMerge Problem

hi i  am gettting exception when merge assembly using ilmerge. purpose want downgrade .net 2.0 assembly .net 1.1 assembly using ilmerge. the problem following exception when merge vb.net assembly.  an exception occcured during merging: ilmerge.merge: target assembly 'testvb' lists external reference. at ilmerging.ilmerge.merge() at ilmerging.ilmerge.main(string[ ] args) if merge c# assembly, there no exception.  pls me .   best regards, andy  it not possible, v1.1 clr version cannot interpret v2.0 assembly metadata.  updated support stuff generics.  v2.0 version of clr has no problem v1.1 metadata.  either recompile or use .config file v2.0 clr gets used. hans passant. .NET Framework  >  Common Language Runtime Internals and Architecture

Architecture: BizTalk Pub-Sub - Throttling/Performance/latency

from archituture of pub-sub in biztalk i have single entry(receiveport) canonical schema[header block , body block<any node> ]. 1 promoted property in header block identify function[business process]. the key busines process associated 5 areas[not expected change frequently]. option 1: receive message in canonical format message db. desired application directly bound msgbox , filter based on promoted property[eg: promoted property=businessprocessa] , needful processing down line. option 2: have 5 maps on inbound receive port(inbound map)/custom pipeline , based on promoted property transform desired business process schema , dump msgbox db. respective applications subscribe namespace/business process schema , needful processing down line. question 1. better approach. if tomorrow have more applications wanting subscribe of these messages. is filter condition of promoted property on message[canonical] or filtering on specific schema[as option2] better route. i'

Product not visible in Dev Portal after deploying

i've created api in api management admin portal , defined operations. created product in api management admin portal , associated api product. product set not require subscription , has visibility set 3 default groups: administrators, developers, , guests. when save , deploy product can see listed on developer portal's product page if i'm logged in. can not see anonymous visitor can see default sample products named starter , unlimited predefined. why this? can make product created appear in developer portal? when view apis page on developer portal anonymous visitor can see api , use try feature make test calls real api endpoint. thank you, jeremy hi jeremy,  i looked further , design. since open product , not require subscription, decided hide on product page. rational was, there no point show if people can't subscribe it. person can see product administrator.  we re-evaluate design internally. feedback! by way, there specific reason want show o

Slow Performance

hi! i'm working in time-critical multi processed application made in c# 2.0... time, response time quite (something around 20 milliseconds)... well, it's slow, , we're working on that, trying improve overall performance... my problem this: in production environment, 32 core + 64gb ram machine + running os win2003 server x64 sp2,  the application freezes in nondeterministics circunstances... being application real-time one, freezing 20 seconds (sometimes more it) criminal... during dreadful 20 seconds, threads stop whatever they're doing... after period of time, start work again... using sniffer found tcp messages arriving our hardware, system (listening tcp ports) didn't received anything... i've analyzed performance counters collected, couldn't find strange (only freezing time in application, and, consequently, in disk activity, because application wasn't logging anything)... that no other applications running on machine... so, don't know more have

onenote api for page versions

hi all, (i might post in wrong place or forum:_) ) i looking api interface onenote track work.  so lets have shared pages friends , b. 3 of able make modification , edition. one day made 1 new page , 10 minutes later b came , modified it. page, have 2 versions, , b. so question whether there existing api metadata, such modified time , author, of individual versions? thanks in advance, jack hello jack, i have checked office javascript api, there no method or property last modified or author. however, think use onenote rest api. please visit https://dev.onenote.com/docs#/reference/get-pages page properties property description value type content the page's html content. stream contenturl the url page's html content. string createdbyappid the unique identifier of application created page. string createdtime the date , time when page created, in utc format. datetime (iso 8601) id the unique identifi

math class

i want round double values using ceiling() function don't know how add math class it project using.system.math dosen't seem work thanks hey man, use math class this.   math.round(num, 2)   it's static class can't create instance of math call methods on directly. "the programmer, poet, works removed pure thought-stuff. builds castles in air, air, creating exertion of imagination." - fred brooks Visual Studio Languages  ,  .NET Framework  >  Visual C#

Creating an application for detecting USB devices ?

hello everyone, i hoping can clear mu confusion.  the main aim of building application in c# can used in software calling progid. all need serial number of usb devices connected. i tried following code : static void main(string[] args) { resourcemanager rmgr = new resourcemanager(); object resources = null; resources = rmgr.findrsrc("usb[0-9]*::?*"); string[] resource_list = (string[])resources; foreach ( string msg in resource_list) { string[] array = msg.split(':',':','"').toarray(); console.writeline("serial number: " + array[6]); console.writeline(msg); } console.read(); }   here serial numbers. but getting confused is, when want use code application( calibration software has scripting capability) , how serial number there?  do ha

urgent help: issue while loading flat file .

  i have load flat file sql server table using ssis. the destinationn table has pre assigned datatypes specific length. when load flat file takes ssis assigned datatypes , gives me truncation error destiantion datatypes of smaller length. please how sort out? how can assign destination table datatypes are  instead of ssis datatypes. sam double click flat file connection manager, go advanced panel, change each columns' data type need. see warning in flat file source, double click flat file source , warning automatically fixed.   SQL Server  >  SQL Server Integration Services

Problem with Dimension Hierarchies not displaying in Report Builder

  hello forumers, we have dilemma attempting display dimension hierarchy we have created in report builder.  our group using ms sql server 2k5 backend , ms visual studio 2k5 our frontend.  using ms visual studio 2k5 in analysis services solution, have olap cube have created.  in analysis services solution, have created data source, create data source view linking data source.  next, of dimensions should created relational database, are.  last, olap cube should created , using relative dimensions cube.    now going back dimension we have created thread about.  have dimension called term session.  have created several hierarchies.  go thru procedure on how added hierarchies point currently: 1) double click on dimension term session. 2) dimension dialog window appears , default opens on dimension structure tab, other 2 tabs translation , browser tab. 3) on dimension structure, there's hierarchies , levels section.  created hierarchies here, corrected warnings , processed

Stopping a Script Component Source

Image
what correct way stop script component source , rolling back? i'm firing error , immediatly exiting createnewoutputrows method (otherwise continue output rows). correct way it? paulo morgado correct.  in order stop source, should: stop producing rows (duh :) ) report error via fireerror throw exception/return/stop executing.  (the fireerror sufficient raise error condition ssis stop data flow, it's choice if throw error drive point home.) please note causing source fail not cause rest of components in data flow fail immediately.  other sources continue load time until ssis can negotiate/force them stop. talk me on SQL Server  >  SQL Server Integration Services

SQL server 2005 Install Error

Image
  hi, i trying install sql 2005, install goes through supposed to, when click "finish" goes off message box : " there unexpected failiure during setup wizard. may review setup logs and/or click button more info". the info is: linkid: 20476 product name: ms sql server product ver: 9.00.1399.06 message source: setup.rll message id: 50000 evttype: setup\sqlsetupactions.cpp@invokesqlsetupdllaction@sqls::invokesqlsetupdllaction: erform@0x2   the yes button opens link: http://www.microsoft.com/products/ee/transform.aspx?prodname=microsoft+sql+server&prodver=9.00.1399.06&evtsrc=setup.rll&evtid=50000&evttype=setup%5csqlsetupactions.cpp%40invokesqlsetupdllaction%40sqls%3a%3ainvokesqlsetupdllaction%3a%3aperform%400x2 and says " sorry there no additional info error"   i running on win xp pro sp2. could please me??? must install sql server!! thanx!! uri. hi,   i have got resolved issue.   at time of e

c# and Windows startup

how start c# application when windows starts up.   willfin david you can add key hkey_local_machine\software\microsoft\windows\currentversion\ or user hkey_current_user\software\microsoft\windows\currentversion\ . or can use startup folder. little article can found here on codeproject. Archived Forums V  >  Visual C# Language

HL7 Empty Batch with missing MSH segment.

the issue need generate ack even if empty batch comes no msh segment in it. is possible via configuration in accelerator. sample: thanks   bhs|^~\&|pha||||201109071402||20110907.0014|mt pha charges 20110907 batch #0014|be-pachg.20110907.0014| bts|| fts|1| mcts biztalk server 2006 r2 i don't know how not send nack when msh missing, can write pipeline takes batch , add missing msh headers via string find/replace. time fix the compatibility problem between partner's hl7 implementation , biztalk schema. following signature, not part of post please mark post answered question answer, , mark other helpful posts helpful, appear differently other users visiting thread same problem. visual c++ mvp BizTalk Server  >  BizTalk Server Adapters and Adapter Pack

Xml validation with namespace without prefix

hi all,   i want validate incoming xml xmlns ok without prefix : this not works : <root xmlns=" http://mynamespace "> <child1>first child</child1> <child2>second child</child2> ... </root> this works : <ns0:root xmlns:ns0=" http://mynamespace "> <child1>first child</child1> <child2>second child</child2> ... </ns0:root>   how can validate first xml (without prefix) ?   thxxxx a method, generate xsd xml instance , saw xsd had no xmlns i delete xmlns (defaut namespace) xsd , every thing works !!! have delete this within source of xsd , not in import property box.   thxxxxx BizTalk Server  >  BizTalk Server General

How to read blobs which include minutes in path?

hi i did setup streamanalytics reads blobs i’ve written using datafactory. blobs have filepath mydata_{year}{month}{day}{hour}{minute}.txt. unfortunately streamanalytics support year, month, day , hours not minutes! (https://azure.microsoft.com/en-us/documentation/articles/stream-analytics-define-inputs/#create-a-blob-storage-data-stream-input). have problem not read blobs. solving problem on datafactory side (which i’ve use pull data sql   and push blob ) not work either because not support appending data blobs, , have run actions frequency of 15 min,  that’s why blob-path need include minutes when write data. any ideas how solve problem?   regards wolfgang hi problem solved. filepath not filename!!. changed way store files written datafactory (yyy/mm/dd/hh/filename_minute.csv) , working . no need have "minute" "timeformat" in pathprefix regards wolfgang Microsoft

Visual studio 2008 crashes on loading a form in a project

i believe visual studio shoudl hangle problem better crashing on loading form in designer imtimidating result --------------------------- microsoft visual studio --------------------------- error encountered while opening associated documents last time solution loaded. document load being skipped during solution load in order avoid error. --------------------------- ok   --------------------------- [window title] microsoft windows [main instruction] microsoft visual studio has encountered problem , needs close. [content] if had files open contained unsaved changes, these changes might lost. [v] view problem details  [check online solution , close program] [close program] [debug program] problem signature:   problem event name: appcrash   application name: devenv.exe   application version: 9.0.30729.1   application timestamp: 488f2b50   fault module name: mscorwks.dll   fault module version: 2.0.50727.4206   fault module timestamp: 4bf4c6a7

Set permission to folder for a particular user in the group using c#?

hi all, how set permission particular user in group? created aa new  folder in  network . once created set default permission administrator, users groups (rts special user, rts terminal server user,... etc). in have remove group user permission , set particular user access folder permission. in group user 1 of user. if remove other users means removes access also. need access (or particular user , assign allowed access folder) set folder .  manikandan murugeshan hi manikandan, please have @ links below talking same issue. set permissions shared folder http://social.msdn.microsoft.com/forums/en-us/csharpgeneral/thread/8f263932-2823-4471-877c-ddee6e5feae2/ setting shared folder permissions using c# http://social.msdn.microsoft.com/forums/en-us/csharpgeneral/thread/64faae9a-acaf-44ff-92fb-0befb98fcee4 programmatically configuring permissions on share http://blogs.msdn.com/b/helloworld/archive/2008/06/06/programmatically-configuring-permissions-on-a-share-in-c.asp

C# SLQ

hello everybody i have issue... i have table in form: event id        |     event category        |      event start               |   event end _________________________________________ 1                   |                   1                | 2012-12-16 02:02:55    | 2012-12-16 02:05:55 2                   |                   2                | 2012-12-16 02:05:56    | 2012-12-16 02:55:25 3                   |                   1                | 2012-12-16 02:55:26    | 2012-12-16 03:02:55 4                   |                   2                | 2012-12-16 03:02:56    | 2012-12-16 03:07:26 5                   |                   1                | 2012-12-16 03:07:27    | 2012-12-16 04:02:55 what need archive following: i need somehow reult saying: time interval                                      |       category                                 |              duration  ______________________________________________________________________