Answer Questions
jswilson Message framing and SSLStream
A bit of background: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=142895&SiteID=1 and http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=120007&SiteID=1 Will using SSLStream (or NetworkStream) with TCPListener/TCPClient solve message framing problems It does help me, but it means I've still got to look at framing algorithms (or look at using http) :( -JOsh ...Show All
Kamran_MSFT Database UPDATE problem.
Just a question. Im really wondering why my sample database program wont update. It will say that it has updated the actual database but when i double check, it didnt. I am not using the command builder coz i want my own sql codes. When I test using the query builder, i will see the data being updated or added but when i use my own program, it really wont. Actually i have this one sample database prog ...Show All
Ben Avery TypeLibImporter woes
Does anyone know why it was decided to follow the VB6 way of treating a default interface as a coclass for typelib importing. This has made our life as PIA generators very hard - especially since there's no easy way to hook into the Interop generation. Why is our life hard Well, picture this (not proper idl but I think you get the picture): interface IA : IUnknown { STDMETHOD SameAs([in]IA *other, [out, retval] VARIANT_BOOL ...Show All
ARKHAN Binary serialization different when called from VB 6 or .NET
Hi everyone, I have a .NET assembly that acts as an Interop layer between a legacy VB 6 client application and a .NET server application. One of the ways the client application connects to the server is using .NET Remoting with the binary formatter. All but one method call works. The problem is that the method call only fails when called from VB 6 and only when the binary .NET Remoting connection is selected (SOAP over TCP and SOAP over ...Show All
srinidhi Namespaces Question
Greetings, Does the RootNamespace property actually do anything in Visual C++ Express Edition I've been trying to use the recommended namespace naming methodology as documented on msdn of: <company name>.<product>.<layer>.<etc.etc.>, but finding this to be taxing as I have to refer to the namespaces in every source file. It's either this or the Object Browser is misleading as it lists Class library hierarchy as always b ...Show All
davidmjh More Table Adapter problems.
I have run the Update method of my table adapter ( see previous posts ) and now a new error presents itself. The error states : Update requires a valid UpdateCommand when passed DataRow Collection with modified rows. I chose generat INSERT DELETE UPDATE methods when I created the dataset. Why am I getting this error This is the line of code (in red) that fails: public virtual int Update( CellcastBackEndDataSet . tblShiftDataTab ...Show All
Eric-Jan How to trace time for FTP Upload
Hi, I've written a windows application to upload the files to our ftp location using .NET v1.1. Now my requirement is to find out the time that will take to upload the selected files. Inother words, how can i show the estimated time to transfer any file on the internet Any suggestion are highly helpful to me.. Thanks and Regards, Chakravarthy Hi! Simple way: time left = used time * downloaded size / total size Smooth ...Show All
pinkpanter Getting a picture by web service
Hi all, I'm building a web service that gets a pupile details from a database by giving his ID number. I have no problem with the personal details. Now I'm dealing with the pupile picture. 1. How can I deal with the pictures in the database. 2. How to get them by the web service. 3. What is the format can I get the picture, can I get it as XML stream, and get it back. Please help me. and if you know a link for a web service tutorial that get a ...Show All
ANDYPLIRA ConnectionString for OLEDB to SQL Analysis Services cube
Is it possible to use OLEDB or ADOMD.NET to connect to a SQL Server Analysis Services cube Which of these, if any, would provide the ability to define an object that can be used as a dataView or some other data set object Thanks, -Marilyn See if the following helps: Analysis Services Data Access Interfaces (SSAS) ...Show All
Greg Chappell how to convert pdf,word to xml document
Hi, I need to convert a pdf or a word document into XML format using C#.net..can anybody help me OK - so the word or pdf document will be in a specific format Like I said, it's possible to interop with Word in C#, but you'd need an external library for pdfs. sourceforge is probably the best place to look for a free PDF library. Of course, the program will then be dependant on Word being installe ...Show All
SoftPro Webservice: "The ASP.NET process identity does not have read permissions to the global assembly cache."
I'm uncertain what the best forum is for this - I also posted this in the ASP forum. I am developing a distributed application with a client-side java calling a webservice serving a static binary database. The application works well with the VS2005 Development server on XP Pro SP2. However when I publish it to an IIS v5 environment, it fails with these errors. 3.) .aspnet_wp.exe (PID: 3988) stopped unexpec ...Show All
Tony La Sala Collection subset
Have can I return a subset of collection by using one class memeber as the filter criteria I'm in love with the new generic List(Of T). Here is a little console application that illustrates one way to implement a search. It is very easy to extend this example to cover any criteria you would like for your search. I hope it gives you some ideas. Thanks Ray. I'll try out your solution later. However, I've got one more addition ...Show All
Minh PC Prevent Internet Explorer from using a cached version of an xslt stylesheet
Hi, The answer may be obvious but I'm struggling with this and can't seem to find an answer. I have an ASP.NET Web Application. Its responses are usually XML string similar to this: < xml version="1.0" encoding="utf-8" > < xml-stylesheet type="text/xsl" href="styles/filename.xslt" > <xml document /> The style directory of the Web application has several stylesheets, some of which are related to oth ...Show All
Hua Wang - MSFT 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 Hey Durgaprasad Gortion, Could you try something for me reguarding the DeliveryNotificationOptions... I've successfully been able to impli ...Show All
BruceB How to generate 64 bit binaries?
Hi, I need help. I have some question: 1. can we generate 64 bit binaries(executable) files using 32 bit windows 2. if can, I have compiled my program use vc.net. the binaries file is still on 32 bit. how can I make it 64 bit is there any document on the web related to this issue please help. Thanks very much Yes you can build 64-bit binaries on a 32-bit machine by using the /platform compiler switc ...Show All
