Answer Questions
Balthasar Intercept MVP.XML XIncludingReader xpointer Attribute
When using MVP.XML XIncludingReader, I can "intercept" the href= attribute by writing an XmlUrlResolver derived class and overriding the ResolveUri() method. Now I would like to do the same with the xpointer Attribute of a <xi:include element. Is there an elegant way to do this Erwin My application uses a hierarchy of XML based configuration files and has a simple mechanism of variable interpolation s ...Show All
jazg VS 2005 Time delay in calling subroutine (Office Interop)
Hi to the group, I wrote a program originally in VB.NET 2003 to retrieve some outlook items. The program runs just fine. I have recently converted it to VB.NET 2005 and here is the issue: Program loads and runs up to the point of calling a subroutine - 'GetSomeOutlookItems'. The program has thus far taken about 1/2 second or so. The subroutine is in its own module and imports Microsoft.Office.Interop. The program now takes about 6 to 8 seconds ...Show All
mjr85 enableSessionState problem
When I run my aspx page trying to call some session variables, I get the following error: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the <configuration>\<system.web>\<httpModules> section in the application configuration. I have go ...Show All
Gordon Hogenson - MSFT Creating Arrays in Tables
How do I create an array in a SQL database table Any advice is very much appreciated. Do you mean creating a column which will contain arrays, something like creating a column of 'Array Data Type' If you, there is no build-in support for that. You will have to parse the array into another datatype, propably string (varchar). For instance you will have to convert you array into a comma seperated string (use t ...Show All
Drunkalot FatalExecutionEngineError was detected
FatalExecutionEngineError was detected Message: The runtime has encountered a fatal error. The address of the error was at 0x79f783dd, on thread 0x6d8. The error code is 0xc0000005. This error may be a bug in the CLR or in the unsafe or non-verifiable portions of user code. Common sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack.i am getting this exception when running application on 2.0. ...Show All
Robin Message Serial Port, 7 bit only, Bug?
Hi, I am using the new .net Beta 2 serial port object for a binary data transfer program. I found that any data received larger than 0x7f will be read as 0x3f (' '). I tried both Read() and ReadExisting() methods, the results are the same. The DataBit property is correct (8). Sending is ok too. Does anyone use it for binary transfering Thanks a lot. It looks like you're reading Strings, mean ...Show All
gurminder Viewing SOAP packet sent to a vendor's Web Service
We are calling a vendor's web service and under normal circumstances it works without a problem. If our requests are large then the service fails. The vendor would like us to send them a text file containing the actual soap packet we are passing in. Since VB handles all of the soap envelope assembly how can we capture the actual soap packet being passed Any help would be appreciated... Thanks Here is ...Show All
Lazaro static data at process level (rather than AppDomain level)
For unit testing purposes, I would like to be able to share some data between AppDomains. More precisely, I would like to achieve the "static" semantic but at the process level (as opposed to AppDomain level). Is there some simple way to do that (simple as opposed to building a whole dedicated remoting architecture for that purpose) Is there an equivalent of the LocalDataStoreSlot at the process level Thanks in advance, Joannes Vermorel ...Show All
JeffCurrier AxInterop.SHDocVw.dll and Interop.SHDocVw.dll
Hi, I am coding a system to fill out some informations about taxes and somethink similar. So the program reads the data out of a file, fills out a web page with the data and submits the data. Now my question: is it possible, that I don't need to include the two dll-files ( AxInterop.SHDocVw.dll and Interop.SHDocVw.dll ) or do I have to give the two dll-files with my program My boss wants me to reduces the count of files of the program to the mi ...Show All
Timbo How to use Serialport in VB?
I've search for exemple of how to use Serialport, but all my search ended up with c# examples... Any example in VB Thanks Nico here's some of my VB code. It only reads, not writes to the serial port '~ define and open serial port Private WithEvents objPort As SerialPort objPort = New SerialPort ( "COM1", 4800) objPort.ReceivedBytesThreshold = 1024 objPort.Open() '~ This event is triggered when the objPor ...Show All
Trans_Am77 About strong naming
I am a beginner in strong naming. I have read that strong naming is done in command mode when the assemblies are ready to deploy. However, I have an application which involves over 80 assemblies. What are the proper steps to do strong naming for the application What I will going to do is: 1. In VS.NET, switch to 'Release' mode and compile. 2. Use command window in VS.NET, do strong naming one be one. Am I r ...Show All
zoe305 multiple readers on one connection
can any one tell how and if it is to have multiple sqldatareaders open on one connection. we keep on running into this problem........ Miha, EDIT: Removed incorrect statement that it was not possible. General Gigilo, Maybe if you describe why and how you end up with multiple datareaders on the same connection there might be some workaround or design change for you to consider. Andreas, ...Show All
Deviraja Running ASP.NET 1.1 Application on ASP.NET 2.0 framework
I have a asp.net 1.1 application and I just insatalled asp.net 2.0 framework. Just for testing purpose in MMC Snap-In for ASP.NET I change the setting for asp.net 1.1 application to run on asp.net 2.0. Currently I not having any issues but is asp.net 2.0 framework backword compatible will I have any issuess thanks hi there are some break changes, you can check th ...Show All
GTG Is this a bug, or what?
The wsdl file is legitimate. I verified it on Mozilla, but not on IIS6.0. When I try to create a client, I ry the utility to get the web reference. At this point, I get this message. I go and look at the specified folder. I see TempWebDirectory. It does haev this directory with the long code, but I do not see the rest of it. Every time I try to use the utility, I get anothr directory with a code but always empty. Is interoperabiliyt far away ...Show All
Lizzieaj How to unbound column
hi, How can i unbound my drop down list controller from sqldatasources after load it. regards jenifer ...Show All
