Software Development Network Logo
  • Visual C++
  • VS Team System
  • IE Development
  • SQL Server
  • Visual C#
  • Microsoft ISV
  • Game Technologies
  • Visual FoxPro
  • SharePoint Products
  • .NET Development
  • Audio and Video
  • Windows Vista
  • Smart Devicet
  • Visual Basic
  • Visual Studio

Software Development Network >> Ratheesh*MCP*'s Q&A profile

Ratheesh*MCP*

Member List

David S. Anderson
Rollin
Tom25
smalamas
clint 2
GilbertB
SonASB
Nick Mc
johnvarney
Rattlerr
doveshack
Malik Faisal
Jessica Alba
Blkbird
singam
Zadoras
Lynx Baretta
nevermore
Pradeep Behl
UppyJC
Only Title

Ratheesh*MCP*'s Q&A profile

  • Visual C# windows service running on particular time and debug.write() where it prints ?

    Dear All, I have windows service done with C# and able to be install using the installutil.exe. My problem now is that I want to set it like to run on particular time of day for instance 10.00 am daily How can I set this I have tried to use timer but it sets an interval only Another thing is that I have debug.write() in my windows service where can i check the output of the debug.write Where is the file Thanks. to be honest I haven't dug deeper into these timers business and I cannot adivse you. Take a look at these articles. I hope you will find the answer: Using a Timer In A Windows Service Problem with System.Timers.Timer not firing in a Windows service Well switch to the System. ...Show All

  • .NET Development How to get ICorDebug being used by Visual Studio?

    Is there any way to do this (from add-in or macro) IcorDebug is too poor for that task too. Unfortunately, ICorDebug can't enumerate all objects in the target (although it's high on our Todo list). The Profilers (like CLR Profiler, Tutorial , Download for .NET 2.0 ) are much more suited for analysis of object usage across the managed heap. ...Show All

  • Visual J# Help With FileSystemWatcher Please

    Hey all, I am having trouble with a FileSystemWatcher. It is not acknowledging changes in a file. I have the FileSystemWatcher's NotifyFilter set to Size in the properties menu. I have the filter set to a specific file because I want it to only watch that file and the directory set to the directory where the file is. So here's my code: public void button_start_Click(Object sender, System.EventArgs e) { try { FileSystemWatcher LogWatcher = new FileSystemWatcher(); LogWatcher.set_Path(optionsForm.getLogFileDirectory()); //Directory of the log file LogWatcher.set_Filter(optionsForm.getLogFilePath()); //Path of the log file LogWatcher.add_Changed(new FileSystemEventHandler(OnChanged)); LogWatcher.set_EnableRais ...Show All

  • Software Development for Windows Vista Com+ registration Problem

    Hi, I have a problem when I register the 32 bit managed serviced components under COM+ in a 64 Bit machine whihc has 64 Bit Windows XP Professional installed. Registering a Managed Component using Compoenent Services Explorer it gives an error 80004028 - The CLR Not available. When registered using regsvcs command from th command line it shows an exception 0x80131524. I would really appreciate your help in fixing this. Thanks for your help. King A more suitable place for COM+ issues not related to transactions is the microsoft.public.platformsdk.complus_mts newsgroup: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.platformsdk.complus_mts&la ...Show All

  • Visual Studio Express Editions how some help fix my code?

    'Create a new MailMessage object and specify the"From" and "To" addresses Dim Email As New System.Net.Mail.MailMessage(" From@abc.com ", " To@abc.com ") Email.Subject = "test subject" Email.Body = "this is a test" Dim mailClient As New System.Net.Mail.SmtpClient() 'This object stores the authentication values Dim basicAuthenticationInfo As _ New System.Net.NetworkCredential("username", "password") 'Put your own, or your ISPs, mail server name onthis next line mailClient.Host = "Mail.RemoteMailServer.com" mailClient.UseDefaultCredentials = False mailClient.Credentials = basicAuthenticationInfo ...Show All

  • SQL Server SQL Server Management Studio problem

    Hi, i got a problem for which a question has already been raised but closed without solution (or working solution). When i launch SQL Server Management Studio i receive 2 times a "Package ' Microsoft SQL Server Management Studio Package' failed to load. i've already resinstalled SQLTools90 but without any impact or event reapply sp2. Someone has an idea Actually the problem lies with the login. Create a new administrator login and uninstall .net 2.0 along with ms sql 2005. fire a restart and then proceed with the installation. is that simple . ...Show All

  • Visual C++ error C3867:...need help

    Hi all, I am now trying to run a discrete event simulation using MSVC++2005, After built it shows the following error:.... portion of the header file is: #ifndef _DESL_H_V003_INCLUDED_ #define _DESL_H_V003_INCLUDED_ #include <crtdbg.h> // needed for _ASSERT() macro #include "avltree.h" #include "_stack.h" #include "_list.h" ///////////////////////////////////////////////////////////////////////// // CLASS: template < class TIME_T, class DATA_T > // class DESL_environment // // PURPOSE: use as 'parameterized namespace' ///////////////////////////////////////////////////////////////////////// #define DESL_QUALIFIER DESL_environment< ...Show All

  • .NET Development Is it possible to enumerate a USB device ......

    hello.., I am doing a USB project in windows XP, in which i need to eject the any USB mass storage device which is plugged-in , for this i am using CM_Request_Device_Eject(). And it is working well. But when more than one device is plugged-in to the system, sometimes, there are cases that more than one device is getting the same deviceInstance, basing on which i am ejecting the device. Due to this the CM_Request_Device_Eject() is either ejecting the recently plugged-in device or ejecting the already ejected device by returning S_OK. To avoid this mismatch of the DeviceInstances, i want to enumerate the plugged-in devices for every minute. But when i do this, GetLastError() is returning NO_MORE_ITEMS. So, my doubt is.. Is this possible to ...Show All

  • Visual Studio Express Editions Win Form + SQL database

    can anyone make me a simple win form and one table in SQL, and make buttons and textboxes in form to show the functions of the following: INSERT, UPDATE, DELETE....... i just want to clear the code and see if the data saves to the original database, i hope u can take 5 mins of ur time and help in making this in MS VISUAL STUDIO 2005, and mail me the compressed project file at any of this address: m_umair_85@hotmail.com m_umair_85@yahoo.com m.umair.85@gmail.com thankyou... there are MANY examples on these forums on how to do what you are wanting to do. SqlCommand: http://msdn2.microsoft.com/en-us/library/system.data.sqlclient.sqlcommand.aspx SqlDataReader: http://msdn2.microsoft.com/en-us/libr ...Show All

  • Microsoft ISV Community Center Forums Microsoft....Is this a joke? (email received from customer service at microsoft)

    Below is the response I received when I attempted to report a bug in IE 6 to the website...In my opinoin, this is outrageous! Hello George, Thank you for contacting Microsoft Online Customer Service. I apologize for any delay in our response to your issue. Due to an increase in requests, our response may be longer than usual. We appreciate your patience. I understand you have identified a bug in Internet Explorer 6 and you would like to report this bug. I request you contact the Microsoft Product Support Services team to submit a report with regard to the bug you have identified in Internet Explorer 6. You may contact them by calling (800) 642-7676. Representatives in this team are available 24 hours a day. You may have to ...Show All

  • Visual Studio Team System Visual Studio 2005 Team Suite 180-Day Trial interfering with current VS 2005

    I currently have Visual Studio 2005 Team Developer on my PC. I would like to evaluate Visual Studio 2005 Team Suite 180-Day Trial. I am interested in the Team Test features of Load Testing, Manual Testing and Test Case Management. If I download the trial, is it going to mess up my current configuration What happens after the 180 days, will my VS die Is the better way to test this to download it on another PC Ideas are appreciated. Thanks. Hi Autumn - No problem, you should be able to install this side-by-side with your existing Visual Studio edition. At the end of the 180-day period you will just need to uninstall Team Suite and you will be left with Team Developer. Or of course if you choose to purchase Team Suite you can j ...Show All

  • Visual Studio 2008 (Pre-release) Why can't I set the SSl setting on when trying out the sample?

    Hello, well, I've been trying to use https as transport with the WCF. I've been trying this forever and never got it working yet. Since Vista was released, I'm using IIS7. (over http, I've been running the samples successfully)And I'm trying WCFSamples\TechnologySamples\Basic\Binding\WS\TransportSecurity sample. I read the following page about HTTP Transport security. http://msdn2.microsoft.com/en-us/library/ms734679.aspx Then, I read how to configure SSL setting on. http://technet2.microsoft.com/WindowsServer/en/library/70c33ea8-4192-4110-be70-a11e11984f1e1033.mspx mfr=true However, when I open IIS manager and try to set the SSL features on, all the buttons are disabled and there's warning on the right hand corner which ...Show All

  • SQL Server Does anyone know of a web based SQL Query tool?

    Hi I want to be able t give my users access to our SQL server database via a eb application published o our web server. I have found one freeware tool but it only supports SQL Server 2000 and the developer doesn't returns any emails. Has anyone come across a web ui SQL query tool either freeware or one that can be purhcase thanks for your help Marcus Do you just want to have a tool sending out a query from a textbox and getting the results back in a grid or something Or do you want tome graphical designer for your users HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • .NET Development Inline XSL (and CSS definition, if possible) with-in an XML document

    Hi- Can you please advise me an example that demonstrates an XML document containing an XSL style sheet with-in the document My project requirements do not allow referencing Xsl as an external file. Ideally I will need to have Xsl, Xml and CSS with-in an Xml document and stream to a literal or label (using ASP.NET 2.0) for formatting and display. Please advice. Thanks in advance. Regards, Prabhu You can imbed XSLT into XML by adding xsl:transform element as a node in your XML. To load this XSLT to XslCompiledTransform you would need to create XmlReader over the node with xsl:transform and pass this reader to XslCompiledTransform.Load(). To create xml reader that star ...Show All

  • Software Development for Windows Vista Downloading RC 4 or RC 5

    Hi Guys I am relatively new to WWF, so apollogies if this question has been asked. Need to download the WWF, My box currenlty has VS.NET 2.0 and SQL server 2005 on it. The box has a project on it that i am currently working on. I wanted to ask in order to get started what version of WWF should I download. is it RC 4 or RC 5 , also on the download page in the microsoft I also came across that .NET framework 3.0 would be required. I definitely dont want to have problems with my Current 2.0 project as this has been running for a while, after i download RC4 or RC5. would appreciate your advise. Thanks Sweety. If it was me, and I had a project that mattered on the machine, I would not ...Show All

©2008 Software Development Network