Answer Questions
JUAN LUIS GUERRERO SingleCall or Singleton?
Yes, 2 copies of the same program. Have it in two separate folders. Just change the port within the config file for the two EXEs. Regards, Vikram i tried to send to each server a number and check the output ,thats way i think he is using the same TaskM for both of the servers. there are no static variables in TaskM ,only in the primary server. so you think i should create 2 different programs for the servers thanks again ...Show All
Roberto Jucá IA64 VS2005 BETA2 project doesn't compile on VS2005 on win32 pc. OLEAUT32.dll
hi, I used to compile my 64bit project on an itanium using the VS2005 beta 2. Now that VS2005 cannot run on itanium, I have to compile my project on my win 2000 pc using the ia64 compiler that comes with the VS2005 team trial edition. but... Now I get the following error: error MIDL2457 : oleaut32.dll in build system doesn't support cross platform tlb generation midl. how can I solved this problem... furthermore, my ap ...Show All
Cat Herder BackgroundWorker problems
Ok.....I have a while loop that executes an increment on a counter for a couple thousand times. I want to be able to show the progress on the counter using a progressbar. Now, I am executing the while loop in the DoWork method of the background worker and updating the progressbar in the ProgressChanged method and when i call RunWorkerAsync then things go wrong. My problem is that the progressBar updates properly and the count increments...howeve ...Show All
Mike Schultz Enterprise Application Blocks for .NET 2.0
Does anyone have any idea if/when Microsoft patterns & practices will release a set of application blocks geared towards .NET 2.0 Are there any 3rd party application blocks yet Also, does anyone know if any good resources for sample enterprise applications for .NET 2.0 patterns & practices only has old, old .NET 1.0/1.1 stuff (Duwamish, Fitch & Mather, etc.) Thanks Hi, The June Releas ...Show All
marlow SQL and AD
I have a project that I am working on that requires me to dynamically create the connection string to a SQL Server database. All of our SQL Servers are published within Active Directory. Within SQL Server there is a tab that allows you to add the instance of SQL to Active Directory. This can also be done for a database after SQL has been added to AD (the options tab at the bottom). With the database and the SQL instance published ...Show All
PavanGY HTTP and HTTPS Over My Socket
I need to be able to HTTP and SSL over my own socket (Socket class). The big picture is that I'm writing a combined client and server for a protocol that sends XML messages via SOAP over HTTP and HTTPS with and without keep-alive and gzip. I'd write a web service, but it looks like that won't give me sufficient control of the underlying socket. With .NET 2.0, it looks like my life will be eased with SslStream, GZipStream, and X ...Show All
Mac Whore Not Working In asp.net <DllImport("WININET.DLL", EntryPoint:="FtpPutFileA")>
I want to Upload a file using ftp using WININET.I AM USING ASP.NET1.1 Its WORKING IN WINDOWS APPLICATION IN VB.NET. WHEN ITS TO IMPLEMENT IN ASP.NET its not working, It will work in local iis, If we Upload an application to web server(www),it will not work and if we call the application from another system in network it will not work Pls help me.Its Very urgent. I think <DllImport("WININET.DLL", EntryPoint:="InternetConnectA")> ...Show All
Coldwine Does anyone know how to confirm if an email was sent successfully?
I’m using the new System.Net.Mail.MailMessage to send emails and will like to have a way to confirm if sent ok. (I have no problems sending, I just need the confirmation only) Which function or method to use Can anyone post a snippet for this Thanks all You don't need to wait. The .NET 2.0 Redist (framework) and sdk are free :-) and the SDK is also free. Download, and just set the path to the VB ...Show All
btobin0 Access deny on IpcChannel
Hello everyone. I'am writting windows service application. This service should run on TCP or IPC channel depending on the configuration option. With TCP channel I don't have any problems, but when I have added IPC channel support, then after first invokation of remote object method I get error like: Failed to connect to an IPC Port: Access deny . In my language it looks: Failed to connect to an IPC Port: Odmowa dostepu. ...Show All
CodeHawk Xenocode & etc...
Hello, Have anyone used before products like Xenocode, Salamander .NET Linker, Thinstall & etc I'm interested to find possibility to run sotware without installed .NET Framework. I'd like to hear any usefull oppinions and comments. Thank you in advance. ...Show All
Amernath combine and manipulate multiple fields from DB record, into a new textbox???
hi dudes and dudettes (apologies this thread is repeated in vb expess forum - not getting any interest ) i'm just starting out with database stuff. i've got my databse table (using the descriptive method so the output appears in textboxes) and a binding navigator added to a form and i want to combine about four fields only from my current record into a new textbox to combine them with some autogenerated (by my ap) html tags. the idea ...Show All
victor_CooK SQL in Visual Studio 2005
I am using Visual Studio 2005 Express Edition. I have a windows form that gets info from a database. And outputs. I want to make a search capability that a user can input in a text box and the SQL query checks the database for the right row in the database and output the results chosen. In this case, docName and docLocation on my form. My SQL query for the search is not working properly. SQL statement: SELECT ID, docName, d ...Show All
Johannes7060 Getting truncated socket bytes
Hi, I am listening to a port for data but I am not able to recieve whole data, I only get truncated data. Client sends me data that exceeds 40K and the data I recieve in my callback function is always 8K to 9K. I dont get the rest of the data. I think the data size is too big to come in one go and hence it comes in 2-3 sub-packages but my call back function only gets called once hence I am getting truncated data. I am sending the code...Is there ...Show All
baba2007 Connecting to Sybase ASE 12.5.3 through ADO.NET 2.0
What is the recommended way to connect to Sybase ASE 12.5.3 database on Unix using ADO.NET 2.0 What database provider should be used in terms of performance and framework support Any help would be highly appreciated. Thanks in advance Saswata I went out to the Sybase site and didn't find any .NET drivers, but perhaps I didn't know where to look. I still think that's your best bet. Ask their product suppo ...Show All
Kiran Patil Search and copy strings from steam in txt file
HI, i made program that download html page as .txt file and open .txt file as steam in C#. Now i need to search this .txt file which i could load with streamReader, find the words i need to and paste them to the new file or database.. But i dont know how to use indexOf /to search the file/ with stream Could you help me please Make FindWords static. public static FindWords(...) yes i ...Show All
