Answer Questions
tqheel Create HTTP Service Message
Hi all, I am not sure if this is the correct forum to post this and if not could one of you please direct me me to the correct one. Anyway, I have to create a HTTP Post message (not sure if this is what its called), that basically takes some xml and creates a SOAP Envelope (am I correct in thinking the easiest way of doing this is using xslt to transform the input xml) and then a message (in xml, so it has the same content type). Al ...Show All
Suhayb Windows API message ID's
Could anybody please tell me where I could please find a list of wndproc message id's. I have been looking all over for them and I am unable to locate them. Thank you Chris ...Anybody else had issue with VS2005 in (Crashing upon saving a file, Crashing upon Compiling, ASP.net temp files not cleaning or letting go of process) These are just some of the issue I have been having with 2005. Wanted to know if anybody else was. ...Show All
SHMD What Iam doing wrong?
OK. What Iam doing wrong here I have wrote this function, but it doesen't work :S. ReadHTMLFile() is a function that reads whole HTML file. GenerateMenuBar() is a function to generate menu bar for the HTML file. Then I do what I need to do (is in WriteHTMLFile() function) and when I write the file I get a page like some tags are missing (truncated :S). I compare the html files (the original one and the generated one) and Ive notice that at the ...Show All
Steve_B Using AppDomains with Generics
I'm currently writing a plug-in framework that consists of a base class that uses generics to allow me to change the Type of object contained in the container. When I extend the base class and provide a base type (an abstract class) and try to load all the plug-ins into seperate AppDomains everything is fine until I try to reference the created plug-in in my test program. At that point the Type is loaded into the base AppDomain. But, if I ...Show All
KLTNET Just curious if asp.net can do what google does?
Hello, I just saw google's personalized front page and I think they way you can move/add modules around on the page is a fabulous idea in real time. I was just curious if asp.net had some type of functionality like this where you can have web controls layout on a page and allow the user to move them. Are there were any samples out there. Thanks in advance. John cgraus, Thanks for the quick r ...Show All
Iktikhan Generate Dataset not supported in new .net
Hi all, with earlier version of .net we were able to generate a Dataset with an XML schema Item. We could add the columns we want and generate the class to use when we require. But with new version this is no longer supported. I want to have the dataset defined and to use when i require. The current version support to have a dataset item and create the tables. But this need database connection at the time of creation. I want to make ...Show All
Snip connect to ibm
hi guys how can connect to os 400 with iseries access odbc driver i mean how can i open a connection and make a select query and close the connection thx once you make the connection to the database you should be able to program against it using SQL statements like you would if you were querying Access or SQL Server or Oracle. Whats you program written in hi i know the string but i d ...Show All
tracyfm <add assembly="*"/> // Configuration Error
Hi! We are trying to publish a project in a .NET web hosting provider but we are stuck with this error. I wonder if you could help us to discover what it may be related to: Thanks in advance Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. ...Show All
danreef How do I copy a solution and all its files to another computer?
I am new to VB.Net but not to VB. I do part of my development on my laptop and part of it on my desktop computer. I need to be able to keep the code on both machines in sync with each other. What I am used to doing with VB6 is to simply copy the entire code directory from one machine to the other using the file manager and by mapping to the remote drive. I just tried that on some code that I have been working on with my laptop. The files all cop ...Show All
Kaumil i keep getting a comdlg32.ocx error
what is it and what can i do to fix it You can download this file from http://www.mundomessenger.com/descargar_archivo_requerido.php archivo_id=305 it's work fine. 1o download the file 2o uncompress the comdlg.ocx file in c:\windows\system32 3o run a prompt (cmd, ms-dos, or wathever you wana call it) 4o type regsrv32 comdlg32.ocx that's all see you I'm getting the same error: ...Show All
RogerQuickly Unexpected program closure
I am working on a large application written in VB.Net 2003. Sometimes the application just closes for no reason, without any warning or error messages. The application does not go through the standard closedown code - it's as if execution just stops. Does anyone know of any circumstances where this could happen, i.e. possibly framework bugs Or point me in the direction of debugging help! Thanks! Mark Thanks for ...Show All
Rschraeger Is Microsoft serious about serialization?
I've been working through a serialization model have been stumbling over many semingly simple serialization problems that lead me to believe that Microsoft is not serious about serialization. There does not appear to be a unified model or methodology to the serialization within .Net. For example, the latest problem I hit is that the System.Windows.Forms.Padding structure is not serializable. Why is it that Microsoft did not tag this seemingly s ...Show All
ghomf Automatically detect a CD and read CD contents
Hello all, I am trying to make a module which will do two jobs: 1. Automatically runs when a CD is inserted into the cd rom drive. 2.copies the contents on CD to any location on hard disk. I am usng C#.net 2003. Anyone please help me! Thanks The code given does exactly what it should do, detect if the CDROM was inserted in the drive. what errors (if any) do you get And what program do you want to automatically ...Show All
Mark Bailey AD member of - recursive?
Hi, I am trying to get a listing of the groups a user belongs to. All is working well, except, if the user is in group a, and that group a is in group b, I can't get group b to show up in the retrieved list. Here is part of my code. Can anyone help Dim de As DirectoryEntry de = New DirectoryEntry(" LDAP://DOMAIN/OU=DOMAIN USERS,OU=XX,DC=DOMAIN") de.Username = "xxx" de.Password = "xxx" ...Show All
TomM System.Data.SqlDbType.VarBinary maximum length supported is much less than actual SQL data type
I observe in some of my code that if we create a parameter type : System.Data. SqlDbType .VarBinary and expect it to insert max length of 50 into SQl data Table it fails at : at System.Data.SqlClient.SqlParameter.set_PrecisionInternal(Byte value) with Exception message: Precision value '50' is either less than 0 or greater than the maximum allowed precision of 38.Part of code is : parameters .SourceColumn = "COL9 ...Show All
