Posts

How to read text from image in Asp.net

hello want read text image using asp.net. please tell me how can use ocr in asp.net c# project. please describe using code example. thank ful you thanks sajid please post asp related question in teh asp forum, better answers there: http://forums.asp.net/ but strictly speaking not asp problem. thing "asp" problem how image memory. rest normal c# thing. there plenty of ocr solutions c#, rather link articles discuss wich 1 "best": http://stackoverflow.com/questions/744966/any-open-source-c-sharp-ocr-library http://stackoverflow.com/questions/4847154/the-best-net-ocr-api generally ocr engiens seem written in c or c++ .net wrappers being avalible. let's talk mvvm: http://social.msdn.microsoft.com/forums/en-us/wpf/thread/b1a8bf14-4acd-4d77-9df8-bdb95b02dbe2 please mark post helpfull , answers respectively. Visual Studio Languages ...

where to find GlobalBank.ESb aplication

i have installed bts2010 , esb2.1 , trying samples couldnt find globalbank.esb. , how can find application , install it? please provide help..     please see thread http://social.msdn.microsoft.com/forums/en-us/biztalkesb/thread/02e82aa7-4f17-4293-9f67-4a6a102dc338/#6e7909de-0650-46b3-926d-5310fc52612b   regards, i.ahmad please mark answer if helps BizTalk Server  >  BizTalk ESB Toolkit

unclear error messages for a name conflict.

i had solution in 2 projects, on contract other implementation.   contract has class called xxx and interface taht included function called getxxx   in  implementation aclass have references tehse calsses, , have explicit implementation of interface.   i add resource (using resource refactoring tool) project called xxx.   the errors when try compile implementation no longer implements interface, notes don't implement getxxx in 1 error, , in other error tells me getxxx not aprt of interface can't explicitly implement it.   it did methods ended in xxx.   renaming resource file xxxvalues resolved issue.   could possibly provide code samples you're doing.  description little confusing.  kind of resource did add?  how did rename it?    i'm wagering compiler treating xxx reference resource rather class instance.  in case complaining resource xxx , not xxx class i'm guessing here based upon said happening.   of course easiest solution ...

Having problem in assigning a string to ErrorReport.Description....I am getting error saying length is more than 256 characters...

hello, i trying handle exception orchestration. have created exception block trying value of exception.message the                              exceptionmessage(errorreport.description) , message sent out , handled different orchestration. but biztalk throwing out error saying exception.message more 256 characters cant assign errorreport.description. which dont understand why, coz have seen errorreport.description holding more 256 characters when biztalk generates errorreport.description on receive/send port. please me out here. thanks rick there properties of failed message gets promoted failed message when enabled failed message routing , message gets failed. happens if can't handle problem situation , message gets failed. details can refer using failed message routing.  now, coming scenario, since using exception handl...

NetworkStream null

using system; using system.collections.generic; using system.componentmodel; using system.data; using system.drawing; using system.linq; using system.text; using system.threading.tasks; using system.windows.forms; using system.net.sockets; using system.threading; using system.net; namespace drawdumpsyringe { public partial class form1 : form { int i; tcpclient client; // creates tcp client networkstream stream; //creats networkstream (used sending , receiving data) byte[] buffer = new byte[1024]; // creates new byte length 1024 public form1() { initializecomponent(); } private void btn_connect_click(object sender, eventargs e) { try { client = new tcpclient(); //trys connect client.connect(iptextbox.text, 80); } catch (exception ex) { message...

One program needs two different sets of names text properties , similar to regionalisation

i have program used in 2 different industries , tailor form names , instructions use recognised industry terms or more suitable names forms. think similar regionalisation isn't controlled country location etc. currently manually renaming each form or changing word in display string i'm sure there must easier way achieve have change them , forth every update make program. the changes pretty simple  ie prog1 uses "location" , "test", prog2 uses "position" , "check" etc. there are few differences used multiple times throughtout program , accross many forms, 100 changes each time. any suggestions best ways achieve appreciated. thanks ian i had same issue in api developing content management systems.  surprised @ how non-standard terms are.  user group or role?  repository, store, or site collection? to solve problem created abstract class called terminologyprovider.  created string properties t...

Biztalk Interview Questions.

hello all, i got few questions on confused. below questions, 1)when got resumable , non-resumable instance ? 2)how migrate server , loging server ? 3)scenario - have xml have publish messagebox forget subscription part, how ? 4)what difference between publishing schema wcf service , publishing orchestration wcf service. 5)scenario - have flat file has 100 records , want send separate files different locations how that tell me complete flow , things you. 6)how debug orchestration instance completed ? 7) singleton orchestration ? 8) how can route error message how can , configuration setting have do. 9) necessary use custom pipeline archiving or have other way archive message ? please share knowledge. thanks. hi nilesh , i try answer question :hope helps understand of basics. when got resumable , non-resumable instance ? when message suspended ,you resumable , non-resumable instance of process instance .if message instance suspended after retry d...