I think I have finally solved this issue!
It was caused by the fact that the IEEE 802.1x autentication was enabled.
See http://support.microsoft.com/kb/910387 for more details
i've tried a new nic. I guess, since I only repaired xp, it's a good idea to check for malware. failling that, a format might not be a bad thing. thanks for the suggestions
The cables are fine (tried using new cables and the old cables on another pc on the network to verify).
The PC has a static IP address (tried another address, no change).
The network layout is just 2 PC's connected via a 4 port hub. I added a 3rd PC to the network which worked without problems...
I have a pc running XP Pro and, completely randomly, it will lose connection to the network (though it claims it is still connected). The only way to reconnect is to reboot the PC.
I have tried installing a new network card, tried using a different slot just in case and even tried repairing XP...
Creating a setup with nothing but the Crystal Reports merge modules does seem to work! Thanks for the suggestion.
Must admit I never considered a Loader application.
I have a winform with a Crystal Reports viewer. The application has to be installed on a networked drive.
The trouble is that only the PC which installed the application can access the Crystal Reports viewer without error.
Is there a depedancy which I can add to the installation or Crystal...
Sorry, i'm new to c# and at the mo only have the internet as a guide (books on order).
If I post the current code, can someone help with delegates as I have not used them yet.
public class Form1 : System.Windows.Forms.Form
{
....
FrmNew frm3 = new FrmNew();
public Form1()
...
[STAThread]...
I have a toolbar in my parent form with 2 buttons. One button opens a new child form, the other saves the data in the child form to a database. The trouble is, the "save" event is stored in the child form. If I declare the child form in the "new" function, the save button cannot access the save...
I have a table in an access database containing all long integers. Trying to retrieve the data brings up the error "data type mismatch in expression". The retrieval code is as follows
Dim da5 As New OleDbDataAdapter("SELECT * FROM Charges WHERE lowamount <'" & CLng(AmountBox1.Text) & "'", cn)...
My program opens a word document, prints it out then closes it. The trouble is that if the document hasn't finished printing by the time the program quits word, it finishes printing the page it's on and stops.
Is there a way to check whether word has finished printing before closing it?
Recently I have transfered my IIS server to a new pc and since then all buttons on my asp.net webform have stopped working. If I remove the Regex validators the form start to work fine, but with them in place it will bring up the error messages if invalid and do absolutely nothing if valid! Can...
The web page is fine, it just that I have to access it through a proxy (which is where the NetworkCredentials bit comes in). The error message claims that the underlying network connection could not be established, which basically means that it is not passing my proxy details to the browser.
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.