Posts

Showing posts from February, 2013

Application recently started failing with System.TypeInitializationException receive location however resubmits generally work?

hi all, i have biztalk 2004 application has been running fine 8 months. reads file location , processes file associated orchestration. 10 days ago started following error:              system.typeinitializationexception receive location the application hasn’t changed , biztalk message box looks ok , biztalk server , db server ok , event logs , sql logs ok... have of experienced similar? could patch been installed start causing intermittent problem? regards, john thanks response. found problem, tha app not installed on 1 of servers in farm. thats why failed intermittently regards, john BizTalk Server  >  BizTalk Server General

Add-AzureAccount DOES NOT work with FIPS-compliant machines

hello,   implemented gpo enforces fips compliance our domain computers ( system cryptography: use fips compliant algorithms  policy).  1 drawback i've noticed add-azureaccount powershell command not work anymore authenticate azure powershell session our azure subscription.  error generated " exception has been thrown target of invocation: implementation not part of windows platform fips validated cryptographic algorithms ."  problem, cannot interact azure environment unless can authenticate.  i've tried importing azure publish settings file (import-azurepublishsettingsfile), not authenticate me. is there way authenticate on azure powershell on fips compliant boxes? thanks, david Microsoft Azure  >  Azure Scripting and Command Line Tools

Error on sendport trying to send to wcf service

Image
hi all, i have iis hosted wcf service trying post using r2 adapter.  service works fine, can post standard channel, so  pretty sure problem on biztalk side.  when try , send message through biztalk following message written event log: the adapter failed transmit message going send port "wcfsendport_testservice_bassichttpbinding_itest" url "http://domainqualifiedmachinename/wcftest/test.svc".  retransmitted after retry interval specified send port. details:"specified value has invalid crlf characters. parameter name: value" when error occurs see no activity in w3svc log file(or service log files), don't believe biztalk making call.  also, if change name of action calling, correctly informs me no such action exists making call service , receiving fault back.  call see in both w3svc log , in service log files.  , when change again fails in same way, if don't touch return key @ during configuration, , there of course no crlfs in action name i more litt

Tutorial for ReportViewer under VS2010

hi, i'm looking tutorial introduce reportviewer under vs2010, thing found is  http://msdn.microsoft.com/en-us/library/ms252073.aspx , it'is beat light. i'm looking going beat deeper including charts, data grouping etc... , more visual... body know 1 ?   thanks in advance. rgds pascal. http://weblogs.asp.net/rajbk/archive/2010/05/09/creating-an-asp-net-report-using-visual-studio-2010-part-1.aspx http://www.gotreportviewer.com/ regards, narendran ponpandiyan Visual Studio Languages  ,  .NET Framework  >  Visual C#

Not stored in Database.

hi.... please solve problem.. i cant stored @ database table when execute first. stored after first time of execution. hi hasibul,  i fixed issue.it has problem on parameter sniffing.i have fixed problem using local variable.its work fine now. kindly see below link reference http://pratchev.blogspot.com/2007/08/parameter-sniffing.html thank responds... thank & regards, rajkumar.r Visual Studio Languages  ,  .NET Framework  >  Visual C#

Configuring Dynamic SendPort for WCF-basicHttpRelay adapter

hello guys, i have use dynamic sendport use wcf-basichttprelay adapter (might wcf-nettcprelay later on). i know how configure general wcf send ports have no idea how configure these relay ports. any kind of appreciated. regards, software engineer thanks responses guys, i able figure out for had configure message(wcf.bindingtype)="basichttprelaybinding"; message(wcf.endpointbehaviorconfiguration)=@"<behavior><transportclientendpointbehavior><tokenprovider><sharedaccesssignature keyname=""rootmanagesharedaccesskey"" key=""<your service bus key>"" /></tokenprovider></transportclientendpointbehavior></behavior>"; message(wcf.action)="wcfaction(get service wsdl)"; port(microsoft.xlangs.basetypes.address)="https://<servicebus-namespace>.servicebus.windows.net/<virtualdirectory>/service.svc"; port(microsoft.xlangs.bas

Help on a winform app using datagrid and barcode scanner

hi there, i need build winform application scan/validate/save barcode datagrid database. the major requirements are: 1. user can either scan or type in barcode into cell of datagrid 2. scanner not have prefix use alt+p suffix 3. after scanning, need custom logic check if barcode valid. if valid, jump focus next empty cell of current row. if not, stay on the current cell 4. if cell last cell of current row, add new row programmatically please provide sample code or let me know if there open source project has similar functionalities. many thanks! winson winson lets past 2 easy parts 2 & 3. 2)  user use barcode scanner might use keyboard type in barcode in datagridview well. this simple.  have make sure in 1 use asynchronous read data bar code reader.  the asynchronous method wil have event occur when data received bar code reader.  have public function in form class processbarcode(string barcode) bar code reader send data after read. for keyboard,

BizTalk Adapter Pack Released

biztalk® adapter pack launches @ office developers conference   on monday february 11th, announced availability of biztalk® adapter pack @ office developer conference.  biztalk® adapter pack provides single solution , securely connect line of business (lob) data custom-developed .net application, sql server-based business intelligence solution, or office business application (oba).  the 3 adapters available in release siebel, sap , oracle db.      the biztalk adapter pack available on march 1st.  please contact microsoft representative pricing details. the adapter pack license included biztalk server 2006 r2 developer, standard, , enterprise editions. not included in branch edition. customers have purchased biztalk server 2006 r2 software assurance have access biztalk adapter pack through software assurance program.    we announce d biztalk adapter pack: office developer program.  program provides participants access code, support , direct access product team bug fixes ,

App hosting

the different hosting options not clear me: - sharepoint-hosted: option can access windows azure sql database containing data used app? - autohosted:  i suppose can use existing windows azure sql database storing/retrieving data in app? can the remote website hosted within 1 of 10 free windows azure websites? thanks. as long use client side code access database yes use sharepoint hosted app. sharepoint hosted apps run in dynamically generated sharepoint site called app web.  since run on sharepoint server kind of coding can use client side code provider hosted apps run on separate web site,called remote web, , surfaced in sharepoint using iframe.  since run in separate web site can use either client side or server side code in remote web site. azure hosted apps provider hosted apps except separate web site in azure , azure hosted apps have functionality built-in automatically create remote web in azure.  like provider hosted apps can use either client side code or serve

Bing Map not working in Internet Explorer

  hi friends, i facing few problems while working bing maps on internet explorer (all latest versions 7, 8, 9). i am using bing maps ajax contrl v7.   i describing here ie9 problems. creating map using following code.  function getmap()    { map = null; map = new microsoft.maps.map(document.getelementbyid("mapdiv"),{credentials:"credentials removed", maptypeid:microsoft.maps.maptypeid.road,enablesearchlogo: false, enableclickablelogo: false,showcopyright:false});   map.getcredentials(makegeocoderequest); }     function makegeocoderequest(credentials){   var url = "http://dev.virtualearth.net/rest/v1/locations/" + locationpoint + "?output=json&jsonp=geocodecallback&key=" + credentials;   callrestservice(url); }     function callrestservice(request)     {         var script = document.createelement( "script" );         script.setattribute( "type" , "text/

My decide shape is not working correctly

hi, i have created simple orchestration should split files 3 different folders. splitting done looking in .xml specific number. so created variabele in orchestration , created expression shape , under 3 rule branch decide shape. in expression shape created next expression: variabelestring = msgncts.declaration.reference.  variabelestring variabele , msgncts.declaration.reference message. so in decide shape have 3 branches split files folder 1, folder 2 or format isnt recognized folder 3 (else). in first branch created expression: variabelestring.substring(0,1) == "1" checks first number of distinguished property. in second branch expression is: variabelestring.substring(0,1) == "2" when test application first branch works perfectly, files have numbers like: "1 096608/40/bn000418" , "1 01113/10/bn000765". else branch working correct, other files redirected correct folder. problem second branch, should redirect files second folder if

Azure Blob Storage Exception in Custom Activity

Image
i'm trying run custom activity following blog post: https://azure.microsoft.com/en-us/documentation/articles/data-factory-use-custom-activities/ i created dll in visual studio , added nuget references current version of azure storage (7.0): i referenced dll in data factory project , published data factory azure, correctly uploaded zip file custom activity. when data factory executes, however, output dataset fails following exception message: " unknown error in module: system.reflection.targetinvocationexception: exception has been thrown target of invocation. ---> system.typeloadexception: not load type 'microsoft.windowsazure.storage.blob.cloudblob' assembly ' microsoft.windowsazure.storage, version=4.3.0.0 , culture=neutral, publickeytoken=31bf3856ad364e35'. @ mydotnetactivityns.mydotnetactivity.calculate(blobresultsegment bresult, iactivitylogger logger, string folderpath, blobcontinuationtoken& token, string searchterm) @ mydotnetactivi

How to store plain strings in an XLANG message?

hi, calling receive pipeline in orchestration. pipeline takes in flat file message, runs through ffdasm , spits out xml. in orchestration, have access flat file, submit pipeline follows (msgflatfileinput message of type system.string); msgflatfileinput = "00|myflatfile|123123"; varpipelineoutput = microsoft.xlangs.pipeline.xlangpipelinemanager.executereceivepipeline( typeof(pipeline.myflatfilepipelinetype), msgflatfileinput ); when output whats been sent pipeline, shows <?xml version="1.0"?> <string>00|myflatfile|123123</string> there way acn construct xlang message such doesn't wrap in string tags when passed executereceivepipeline method? appreciated kind regards tm here thread on similar issue: http://www.eggheadcafe.com/conversation.aspx?messageid=32060751&threadid=32060751 the base code rawstring here: http://msdn.microsoft.com/en-us/library/ee253435(bts.10).aspx

Using System.Net classes to dynamically invoke web-service method

please refer question posted  http://forums.asp.net/t/1699089.aspx/1?using+system+net+classes+to+dynamically+invoke+web+service+method stating code blocks here too.. here's code of web service..   using system.web; using system.web.services; using system.data; [webservice(namespace = "http://tempuri.org/" )] [webservicebinding(conformsto = wsiprofiles.basicprofile1_1)] [system.web.script.services.scriptservice] public class service : system.web.services.webservice { [webmethod] public dataset getdata( string strcode, string strkey) { dataset dstdata = null ; tbldata objdata = null ; objdata = new tbldata(); dstdata = objdata.getrecords(strcode); return dstdata; } }   here's code of aspx.cs..   private dataset createwebrequest() { byte [] postbytes; httpwebrequest request; stringbuilder poststring = new stringbuilder(); poststring.append( string .format( "strcode={0}&strkey={1}" , "

How to copy 200 tables from On-premise SQL Server to Azure SQL?

i copy tables in data warehouse. preferable data, have been changed or inserted. i have tested 1 sql server table can copied. have create 200 data sets , define rules every single table? also how define changed or new data copied? kenny_i you need data set each table unless fancy. can make python or powershell script generate data sets template , suggest uploading using visual studios azure manager. you can capture new data looking @ date row modified/created when create sql query. can find more information in these articles https://docs.microsoft.com/en-us/azure/data-factory/data-factory-scheduling-and-execution https://docs.microsoft.com/en-us/azure/data-factory/data-factory-functions-variables Microsoft Azure  >  Azure Data Factory

Excluding Libraries

if set the.net framework libraries (like system, system.data, system.imaging) (i'm still working .net 2.0) property copy local true, able run application @ every windows xp , vista computer? know library big because contain lot of data don't use, i'll want put on usb stick of 8gb bring school acces computer windows xp on it. thanks in advance ^^ the system libraries part of .net framework, shouldn't copy them locally. should installed.  if .net framework not installed, runtime required use libraries not exist.  having them copied locally not enough make work. make sure .net framework installed on system, , copy of your libraries executable.  there no need copy system libraries referencing. reed copsey, jr. - http://reedcopsey.com Archived Forums V  >  Visual C# IDE

print a document saved in printer memory

Image
hi want create function can print file saved in printer memory if there multiple files in memory want pass name of file . possible  pls help.   thanks want add mvp name. hi bahushekh, >can perform above in c# there printer class in c# ? microsoft.visualbasic.powerpacks.printing.compatibility.vb6 . printer class http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.powerpacks.printing.compatibility.vb6.printer.aspx the visual basic 6.0 printer object has no direct equivalent in visual basic 2010. printer object provides properties, methods, , events of visual basic 6.0 printer object. enables visual basic 6.0 printing code run after upgrade. if want use printer class in c#, first want add dll project. right-click project , choose "properties" then click "add-references...", show dialog. can find reference ( microsoft.visualbasic.powerpacks.vs.dll ) , add project download visual basic power packs 3.0 http://msdn.microsoft.co

Registration

hi, i read answers registration. refer visual studio. i have ms expression blend 4 (downloaded free) , want register product. clicked help -> register expression blend . logged in ms account, found no registration key. there way registration key ? thanks blend 4 wasn't free (except windows phone development), there free trial, requires purchase key use beyond time period, may dd days see. the windows phone parts of blend 4 free, , included windows phone dev tools. blend 4 through various msdn subscriptions. don't know if there way buy key longer if can't through msdn. i not know express versions (the free ones) of vs 2012 include. Expression  >  Expression Blend + SketchFlow

Pass Multi-Value parameters to Stored Procedure problem

hello i trying pass multi-value parameters stored procedure filter data, seems not work. stored procedure: set ansi_nulls on set quoted_identifier on go alter procedure [dbo].[test] @startdate datetime , @enddate datetime , @firstname varchar (8000), @lastname varchar (8000), @location varchar (8000), as begin set nocount on ; with cte as ( select [item no_],[sales staff],[location code],[date], [price],[quantity],[item category code],[product group code] from [trans sales entry] ), cte2 as ( select [id],[first name],[last name] from staff ) select cte.[date],cte.[location code],cte2.[first name],cte2.[last name], cte.[item category code],cte.[product group code],cte.[price], abs (cte.[quantity]) as quantity, (cte.[price]* abs (cte.[quantity])) as [sm],((cte.[price]* abs (cte.[quantity])*1)/100) as [pm] from cte join cte2 on cte.[sales staff]=cte2.[id] where (cte.[date]>=@startdate and cte.[date]<=@enddate)

Replication Issue

hi all, i facing issue distributor subscriber , show history:- retries attempted 0 message 2015-07-20 08:48:52.081 11 transaction(s) 20 command(s) delivered. 2015-07-20 08:49:02.127 24 transaction(s) 46 command(s) delivered. 2015-07-20 08:49:11.066 16 transaction(s) 30 command(s) delivered. 2015-07-20 08:49:20.894 21 transaction(s) 40 command(s) delivered. 2015-07-20 08:49:29.599 13 transaction(s) 22 command(s) delivered. 2015-07-20 08:49:54.153 25 transaction(s) 43 command(s) delivered. 2015-07-20 08:51:23.682 63 transaction(s) 90 command(s) delivered. ******************************************************************************* 2015-07-20 08:52:05.958 <stats state="1" work="2387" idle="881"><reader fetch="2" wait="1139"/><writer write="2387" wait="2"/><sincelaststats elapsedtime="341" work="277" cmds="1127" cmdspersec="4.000000

Deploying a report on a client side

when report designed data source points database on development sql server. after publishing on client side what's recommended way of modifying database information? thanks when deploy report production ssrs server if report using shared data source ensure shared data source on ssrs server pointing production data source. if report not using shared data source , using data source defined inside of report update data source of report through report manager. joie andrew "since 1982" SQL Server  >  SQL Server Reporting Services, Power View

SQL Server Design Strategy for maintaining version compatibility in a shared database

i wondering if there sources out there discuss strategies on keeping backward compatible database schema in shared database scenario when have application requires new schema changes previous version of application needs continue function on same data.  assume using schema namespaces on views , stored procs way achieve or creating new object new names in same schema. i'm not sure 1 different other. one simplistic idea not make type database schema changes break older versions of application. pretty safe add new columns existing tables (if have default constraints), add new tables, etc. changing table name, changing data type, etc.  is not safe.  using views can this. you can add new sps new version of application use, while leaving existing sps old version of applications. http://glennberrysqlperformance.spaces.live.com/ please mark answer if post solved issue. SQL Server

Only ReportingServer$ Databases are listed in drop down when creating a new KB and discovery

hi  when cerate new kb can can see reporting databases in drop down. ihave granted database want refer these permissions. jmot sufficient? use [database_name] create user [dqs_service] login [##ms_dqs_service_login##] grant control [dqs_service] create user [dqs_dbo] login [##ms_dqs_db_owner_login##] grant control, authenticate [dqs_dbo] thanks rob from vague memory, in ctp3 own windows account (the 1 used run dqs client)  is used populate drop down. when work done on server side those two system dqs logins used. does own windows account have access database want see? thanks, jason didn't enough here? submit case microsoft customer support team deeper investigation - http://support.microsoft.com/select/default.aspx?target=assistance SQL Server  >  SQL Server Data Quality S

How do I load a basic data dictionary into SSAS Tabular.

 i have table dim_name, column_name, caption, description.   how can load ssas tabular db? hi jamey, you may able use following tutorial, available in technet library, reference point: tabular modeling (adventure works tutorial), lesson 2: add data  to this. if able provide more detail regarding this requirement should able assist further e.g. has been done far tabular model? table wish load stored, etc? thanks, michael SQL Server  >  SQL Server Analysis Services

Silverlight 4 ObservableCollection to show changing files on a web server

i writing application requires files uploaded silverlight client folder on server running on localhost. files deleted after passed onto ftp server. overcome lack of access ftp silverlight in browser , not wish run out of browser either. wpf not option either using data forms heavily. i using ashx on server side , silverlight webclient file streams and ftpwebrequest handle last leg. delete files once on ftp server. works well. i looking example or advice allow silverlight 4 client monitor deletion from/creation in of files in server folder , show results in bound list box or other collection control user informed on client files have reached ftp location. observablecollection seem way go. how client notified if file has disappeared folder on server? any ideas welcome. thanks. hi, i looking example or advice allow silverlight 4 client monitor deletion from/creation in of files in server folder , show results in bound list box or other collection control user informed

Trouble reading syntaxes

the format writing array types discussed in "12.1 arrays" article: (i going add link, how verify account?) array-type: non-array-type   rank-specifiers non-array-type: type rank-specifiers: rank-specifier rank-specifiers   rank-specifier rank-specifier: [    dim-separators<sub>opt   </sub> ] dim-separators: , dim-separators    , i don't understand @ all! 2 lines in rank-specifiers mean? mean can written "rank-specifier" or "rank-specifier  rank-specifier", or both together ? what dim-separators(opt) , what on earth last part mean? same this: array-creation-expression: new    non-array-type    [    expression-list    ]    rank-specifiers<sub>opt   </sub>array-initializer<sub>opt</sub> new    array-type   array-initializer what " rank-specifiers <sub> opt    </sub> array-initializer <sub> opt&

Register 3 assembly to GAC and registry but one is missing ?

hi, i create setup .net project vs2010 install 3 strong assembly. instead using project output, add assembly/files app.folders , gac folders. i add registery hklm\software\microsoft\.netframework\v4.0.30319\assemblyfoldersex\[productname] , add default value [targetdir]. and when run setup install assemblies both in app. folder , gac folder successfully, when create .net project vs2010 , add reference display 2 assemblies in list , 1 missing. why happen ? check assemblies installed in gac successfully. can some1 explain going on ? it's hard advanced programmer at last resolve problem. tried many times change file version, registry , etc , not work. it because add reference dialog box display assemblies meet minimum requerement of project .net framework version. so if project targeting .net v4.0 client profile, not show component or library need more features. simple right , tooks day find out :) it's hard advanced programmer

You don't have Add and Customize Pages permissions required to perform this action.

i'm building app sharepoint 2013. i've got permissions set @ manage web (to meet store guidelines). i'm trying add webpart page in host web. in sharepoint online (via developer account). in app installed event, i'm getting limitedwebpartmanager client context, importing webpart xml (from content editor web part) & adding page. when call executequery(), blows up, saying: a web part or web form control on page cannot displayed or imported. don't have add , customize pages permissions required perform action. i did digging on permission levels , according page ( http://technet.microsoft.com/en-us/library/jj219576(office.15).aspx ), manage permission set contains add & customize pages permission (on page linked, see app permission requests table). i've tried manage web & manage site collection permissions, both give me same error. web part xml valid, exported site. any ideas go here? wtfsharepoint.com as trouble-shooting step, try add

what functions should be used to read and set Windows video display settings?

i need read display settings check if 2nd monitor connected, , need control orientation , resultion. are these functions best?  enumdisplaysettings() - reads settings changedisplaysettings() - changes settings software developer systeminformation will give information you're after not writing it. here's links on .net solutions setting resolution: http://social.msdn.microsoft.com/forums/en-us/csharpgeneral/thread/f50f2601-496f-40a8-9e18-7d26172ffbbb/ michael taylor http://msmvps.com/blogs/p3net Visual Studio Languages  ,  .NET Framework  >  Visual C#

how to link c# without IDE

i can link c# programme ide,but without ide,how can link it. for example: in java can use builde.xml, in c# how can do?     use csc.exe, c-sharp compiler: csc /?   the above command display on how use csc regards, -chris Archived Forums V  >  Visual C# Language

How do you export an animation with Blend 2?

how export animation blend 2? export avi or mov.  want know how before spend hours building can't show anyone. you have use a 3rd party solution export silverlight content (i curious why cannot deploy silverlight application onto web , use silverlight runtime render animations, video content, etc., , why conver avi, etc.): http://search.live.com/results.aspx?q=export+silverlight+animation&form=qbre Expression  >  Expression Blend + SketchFlow

Still same problem

do replace e.keycode e.keychar. tried , didn't work? still hadn't figured out.   here error message  operator '<' cannot applied operands of type 'char' , 'system.windows.forms.keys' private void textbox3_keypress( object sender, system.windows.forms.keypresseventargs e) { if (e.keychar < keys.d0 || e.keychar > keys.d9) { textbox3.text = "_"; } }   hello all. redlightpacket: you have remember, .net strong types.  e.keychar returns type "char", , keys returns "system.windows.forms.keys", enumeration. if recall docs, there no implicit type casts applied enumerations.  have use explicit type cast, this: if (e.keychar < ( char )keys.d0 || e.keychar > ( char )keys.d9) this way, comparing items of same type. hth. .NET Framework  > 

BatchSize and NewBatchThreshold recommendation

hello everyone, i'm quite new azure functions , use regarding batchsize and newbatchthreshold parameters queue triggered functions. function receives blobid queue, fetches blob, computation , upserts data azure table storage. requests arrive non-stop (up 10 requests per second) , average process time 10 seconds. processing result fast possible. grateful hint how configure host.json. did read each of parameter do, i'm not sure how configure best performance. @ moment my maxpollinginterval 100. frequent? can affect performance if set frequent? please let me know if i'm not clear enough. it's hard say, need yo experiment bit host.json/queue parameters. maybe tread useful: https://stackoverflow.com/questions/40795305/poor-throughput-on-azure-functions Microsoft Azure  > 

Why does string.IsNullOrEmpty() not work with null strings?

hi all, i have property defined as: [datamember(isrequired = false)] public string? last_name { get; set; } when try enter following line, error: if (!string.isnullorempty(request.last_name)) the error says isnullorempty has invalid arguments. if change property non null (i.e. remove ?), isnullorempty happy camper. so confused... why have function check null values when function not accept null values check? or missing obvious? thanks! me (and yes, mark correct answers) hi, here ? means, have made property nullable <string> type. however, system.string reference type , "nullable".  nullable<t> , ? suffix value types such int32. change property to:- [ datamember ( isrequired = false )] public string last_name { get ; set ; } isnullorempty check work, once covert property string type. happy coding!! if post answers question please 'mark answer' , 'vote helpful' if helps you.

AzureRm Update to 4.3.0 "The 'Find-AzureRmResource' command was found in the module 'AzureRM.Resources'

just updated azurerm , cannot use find-azurermresource any ideas? regards marcus updating azure resource manager module latest version (azurerm 4.3.1) should resolve issue. ps> install-module -name azurerm ----------------------------------------------------------------------------------------------- do click on " mark answer " , “ vote helpful ” on post helps you, can beneficial other community members. Microsoft Azure  >  Azure Scripting and Command Line Tools

Visual C#

hi, cant solve this, theres wrong time!!! programme, radius of circle , line screen display data for:  rlg (arc length),  rl (circle area),  ll (the area),  lt (the volume).  pull rlg line length = 2πr  pull marquee formula lv = πr 2  in marquee formula ll = 4πr 2  in bulk formula lt = (4πr 3 )/3 result in console should this: radius of r = 2.4 doughnut lines length = 15.07964 doughnut area = 18.09557 area = 72.38229 volume = 57.90584 sequence of actions:  in initialized. o variable pi = 3.1415926 o variable r =?  activities performed in main function main ():  programmed formulas.  output screen. im not american hope translated understandable... alot help, cant formulas right way thats why have errors time.. post concise , complete example compileable console application. se