Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: PGoRule
  • Content: Threads
  • Order by date
  1. PGoRule

    Enterprise library logging block...Get log filename

    Hi, I am using Enterprise library 3.1 logging block with C# and framework 2.0. I have a listner configured for writing log to flat file. The settings for this is configured in app.config as follows: <add fileName="D:\log\trace.log" header="----------------------------------------"...
  2. PGoRule

    Firefox 2.0.0.5 problem with proxy

    Hi, I have Firefox 2.0.0.5 installed on my system alongwith IE. Initially the network connection setting were set and disabled by sysadmin team, so that no one is able to change the settings for both browsers. Now there is a change in our domain. So all new profiles were set for all users and...
  3. PGoRule

    How to handle Connection Timeout exception

    Hi, In one of the module, we need to handle Connection Timeout exception. But there are no such exceptions available, so we are using GetType() of the exception to display appropriate message that Connection Timeout has occurred. catch (Exception e) { if (e.GetType() ==...
  4. PGoRule

    XPath help needed

    I have one XML file as: <MenuItems> <Menu> <Caption>&amp;Set Field Identifier Prefix</Caption> <Action>SetFieldIdentifierPrefix</Action> </Menu> <Menu> <Caption>&amp;Remove Field Identifier Prefix</Caption> <Action>RemoveFieldIdentifierPrefix</Action> </Menu>...
  5. PGoRule

    Do not create satellite assemblies

    Hi, We have few query files in C# project and those are added as embedded resource files. Due to recent changes in DB structures for US and Canada, there are 2 changes in query files. So we separated those 2 files by different extensions. For Canada we are referring the file as...
  6. PGoRule

    Copy data from tables present in diff. schema

    Hi, There are two different Oracle servers on different systems with different schema's. I want to copy data(only) from ORA1-Schema1-table1 to ORA2-Schema2-table2. The table structure is same. Do I need to follow IMP-EXP or is there any other way like insert query in above situation. Sharing...
  7. PGoRule

    Error when CSV file contains empty data while SQLBulkCopy

    I am getting the errors when my CSV file contains some fields as blank. At DB table these fields are allowed to keep null. But when WriteToServer of SqlBulkCopy executes it throws an error for the blank value that it cannot convert string to int or string to datetime. How can we allow the blank...
  8. PGoRule

    Convert VB6 code to VB.NET

    I have few lines of code, for which I am really confused to find way out and convert it to VB.NET. The following code is in VB6 and giving error for ScaleY, vbPixels, vbTwips as nt defined. Private Sub DisplayDlvDiffDlg_Resize(ByVal eventSender As System.Object, ByVal eventArgs As...
  9. PGoRule

    COM DLL debug from Visual Basic 6

    This may be somewhat tricky. I have a COM DLL created in C#. This DLL is then exported to TLB format to use the functions from Visual Basic 6 application. Everything runs fine by using COM InterOp. Now I want to debug the C# code whenever the breakpoints specified inside it are hit. How can I...
  10. PGoRule

    Changing background color of column

    My friend (He don't have access to internet from office) is using Crystal Reports 8 on Employee leaves management system. He is stuck with the following problem: Thanx... Sharing the best from my side... --Prashant--
  11. PGoRule

    Why these items are not minimised?

    Hi, May be somewhat off-the-bit, but I am wondering how the items like sticky notes, desktop calenders, reminders are binded to desktop... Even if we say 'Show Desktop', 'Minimise all windows'...these items are not minimised. Aren't they windows forms? Sharing the best from my side...
  12. PGoRule

    Windows XP Pro booting error

    I'm having Win-XP Pro installed on a new machine with Spyware Guard and Antivirus on FAT32. Yesterday at working time, 3 IE windows were open along with MS-Word. Due to some power fluctuation, it went OFF and started again. Now it's giving error for PCI.sys. How do I repair this? Do I require a...
  13. PGoRule

    FireFox text wrapping

    I have a Table. In one column i display URL's. Now the problem is if the url is really long , then unlike other browsers, which my web application supports, in firefox, the URL does not wrap to the next line. Worse still when I resize the window it moves to the next cell and overlaps with text...
  14. PGoRule

    Cannot read data when connected to XP.

    Hi, I am having two machines; one with Windows 2k advanced server installed having all NTFS partitions and other one with Windows XP installed. These machines are not connected by network as they are on diff. locations. When I wanted to copy data present on NTFS partition to my XP machine by...

Part and Inventory Search

Back
Top