Hi,
We have recently migrated from JBuilder to Eclipse/Ant for Java Web Service creation and deployment.
I am using the "wsdeploy" ant task (contained the in the JAXRPC 1.1 distribution) and a JAXRPC-RI.xml file for configuration.
The problem I am having is that, when built using JBuilder...
Hi,
I have an annoying problem with a Windows XP (Version 2002) SP2 install on an Acer Aspire 1691WLMi laptop (Intel Pentium M 1.6, 512MB RAM).
Basically, after logging in, the desktop and taskbar all load OK (I am even treated to the Windows login music) but nothing loads in the systray and I...
Ooooops. Found the error (must remember to check code more thoroughly before posting replies).
The offending line has been altered from:
use="preceding-sibling::heading[1]/text()" />
to:
use="preceding-sibling::heading[@level=1][1]/text()"
See below:
<?xml version="1.0"...
Thanks for your help. After much trial and error, I have the following "solution" (I have never used modes and ,although the positioning solution works, I need something more flexible as in the final solution there may be many elements between headings):
<?xml version="1.0"...
Hi,
Imagine that I have the following XML document:
<article>
<heading level="1">Heading1</heading>
<heading level="2">Sub1</heading>
<paragraph>1st <bold>block</bold> of info</paragraph>
<heading level="1">Heading2</heading>
<heading level="2">Sub2</heading>
<paragraph>2nd...
Hi,
When using .NET remoting, it is my understanding that (because the client requires type information about the remote object) a copy of the assembly containing the remote object must be present on the client machine.
Is this the case? If so, surely it defeats the object of using remote...
Hi Rick,
Thanks for your reply.
My reasoning for using C instead of C++ was that I would get greater speed (I do appreciate that I am reinventing the wheel ;-) ). Do you feel that the difference in performance is negligible? (I am certainly no expert on performance - I am just going on...
Hi,
Having been programming in the sheltered word of .NET for a while, I appear to have forgotten how to perform the most basic of tasks in C and desperately require help.
I want to store a list of words in memory that I can access quickly. Because all of the words will be of different...
Hi,
Does anybody know how to specify which application pool a Web Service is installed into when using the Web Setup installation template in Visual Studio?
Even better, could that application pool be created on the fly (perhaps in code that will run during the installation process?). I really...
Hi Rick,
Thanks for your reply. I added an event log as early as possible in the code (although the call to the base class constructor has to come first) :
'Windows Form App :
Public Sub New()
MyBase.New()
Dim EventLog1 As New EventLog
If Not...
Hi,
I am trying to deploy a .NET Windows Forms App on a Windows 2000 Terminal Server. The App does not write to the registry although, because it is a test harness for a web service, it does make a connection to a web service.
Unfortunately, the application will not run for a...
Hi,
I am trying to deploy a .NET Windows Forms App on a Terminal Server. The App does not write to the registry although, because it is a test harness for a web service, it does make a connection to a web service.
Unfortunately, the application will not run for a non-administrator user. It...
Hi,
Does anybody know why the method "Convert.ToBase64String" does not insert <CRLF> every 76 characters as per RFC2045.
Obviously, this is extremely easy to overcome. I was just curious and wondered if there was some property I could set that would make this happen. I'm pretty new to C#...
Hi,
Thanks for that. I have "Limit To List" set to Yes but it doesn't stop the user actually entering the text. The combo is just a lookup - no tables are updated as a result of any event or value on this combo box.
Cheers,
Si
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.