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

Software Development Network >> GSK_phili's Q&A profile

GSK_phili

Member List

dr.acv
da Vinci
BenSisson
Sarath.
sophy jue
AdeptBlue
progames25
Dashwood
Prasenna
dannyg_uk
SharePointing
Maik Wiege
Jassim Rahma
vishwanatha
ADG
mactick
SteveV1
DDarren
Leebert
Aleniko29139
Only Title

GSK_phili's Q&A profile

  • Windows Forms What process locks the file?

    Hello, This is probably a newbie question. In my C# program, when I try to delete a file, I get an exception that the file is locked by another process. I would like to terminate the process that locks the file. How can I determine what process has a lock on a file, just based on the file path If you have an example in .NET, that would be super, but if you could explain it in Windows API terms, that will do as well. Thanks for your help! Evgueni PS. I have to be able to solve this programmatically -- sysinternals' tools cannot be used They've spent untold hours reverse-engineering the undocumented format of the kernel object tables. Give them a call, maybe they'll share this insight with you. Hehe... ...Show All

  • Visual Studio Team System Internal Error! Failed to acquire a ReaderLock

    I get this error message at the end of a webtest. Any ideas as to why Hello, You can try to get the stack trace to get more information as to why your webtest is failing. Do the following: 1. After running the tests from test manager, go to Test Results Window (Test | Windows | Test Results) 2. Double click the webtest that is failing in test results window 3. WebTest UI will open. Hit the "Details" tab 4. Look at "Exception", you'll probably find more info there Hope this helps Thanks, David Gorena Elizondo [MSFT] VSTS ...Show All

  • .NET Development Save DataTable to new Databasefile

    Hello, Im using the OleDbDataAdapter to fill a DataTable from a .mde-file. Using the same adapter I can easily update my .mde file with the changed data. Now I was trying to do something new: I want to save my DataTable into another .mde-file. As far as I can see there will be trouble because only changes are saved. And another problem comes when I want to create a new .mde-file - I have no idea how to do this. In fact I'm searching for something like an export-to-.mde function for my DataTable (what about the WriteXML Perhaps this would be a starting point ). I already searched for a long time in the MSDN-help and other websites, but couldnt find anything... Here is a guide how to create a new mdb file - ...Show All

  • Visual Studio HELP!!! error 25007 while i install visual studio 2005,how can i fix it?

    i corruptted a critical problem while installing visual studio 2005 pro. in my en_xp with sp2 and all updates. while i tried to install that visual studio 2005 sp1(beta), the install wizard told me i got a not enough space in my C:/ drive, so i rolled back it. however, someone cancel it while it rollbacking, while i tried to open the existed visual studio 2005 to write some code, a error happened, so i decided to reinstall the visual studio 2005. Before that, i uninstall the Document Explorer and XML 6 parser ,also .net framework 2.0 and all components of visual studio 2005. even more, i deleted the C:\assembly folder. i cannot bear that just. However, while i reinstall the visual studio 2005 pro. it runs into a critical error ...Show All

  • Internet Explorer Development How to turn off the prompt for Active Content?

    Hello, I have a page in my local drive that uses Active Content. But every time I refresh it, it pops up a window asking me whether I want to run it or not. What should I do I want to refresh my page without the warning pops up every time. Thank you very much. Yeah, I am using HTA in the end, which is very nice. For your concern, just fix the script. The pop-up message is a good way to tell you that your program has bugs, fix it, no compromise. If I can't be fixed, try converting it to VBScript and see if you get the same error. Sometimes the languages is limited, so you need to use other language to get around it. Like my code are all done in VBScript, but I still have a piece of JavaScript because ...Show All

  • Microsoft ISV Community Center Forums Count and display in cell

    Ok I have an Excel workbook that contains a schedule (51 worksheets total). Each cell has intials in it and if that person has taken a day off the cell is highlighted a certain color (yellow, rose, or red). What I need to do is have something that goes through and counts what intials have what color and then display in a cell the number. So: If cell contains "initials" and cell color is "color" Then count and display in "cell" Example: If cell contains "JJ" and cell color is "Yellow" Then count and display in "A2" I know it is possible to do this but I'm not sure how. Tiger Hello, Try the following code: You could u ...Show All

  • Windows Forms Tooltip component to have TTS_CLOSE...

    Any way to pass TTS_CLOSE to the Tooltip component so that it will have a 'close window'... I am aware of the contents in that link. My question is aimed at the Tooltip component that comes with .Net 2.0 framework. Currently am using the code in the link that you have mentioned. But, what I am more interested in is extending the 2.0 component instead of 're-inventing' the wheel... Any way I can achieve that ...Show All

  • SQL Server analysis service DTS keeps failing . ERRORSOURCE = DSO

    i have an analysis services dts job on an old sql server 2000 box. i have never used analysis services before, and am a bit stuck. the job used to run and succeed all the time, but now it fails most of the time. this is the error that goes with the failure. someone suggested that its because more than 1 cube processing jobs were running at the same time, but i dont know how i would sort that out as they have to be run at the times they are scheduled for. ERROR: Executed as user: REDMOND\osqlli01. ... tart: DTSStep_DTSExecuteSQLTask_4 DTSRun OnFinish: DTSStep_DTSExecuteSQLTask_4 DTSRun OnStart: DTSStep_DTSDynamicPropertiesTask_1 DTSRun OnFinish: DTSStep_DTSDynamicPropertiesTask_1 DTSRun OnStart: DTSStep_DTSOlapProcess.Task_1 ...Show All

  • .NET Development Serialization Question

    I have a question on serialization that web services do. I have created an object that serializes fine over a web service call, but I have noticed some things and want to know what is up. It appears that functions of my object do not go with to the client, is this supposed to happen It appears properties don't serialize unless they have both a get and a set Am I going crazy or is this just how things are The only members of your object that will be serialized are those needed to deserialize the object and recreate a copy with the same instance data elsewhere. Since the member functions aren't needed to do this they aren't serialized. Same goes for read-only properties, since there's no wa ...Show All

  • SQL Server how can I get the row number(error row) while constraint failure at the OLE DB destination?

    my project is insert data to OLE DB destination from csv file. my question is how can I get the row number(error row) while constraint failure at the OLE DB destination thanks. You can't. There is no concept of row numbers in the SSIS pipeline (for good reasons). What you CAN do is divert the erroring rows elsewhere for examination later. -Jamie ...Show All

  • SQL Server SSIS, BIDS and Temporary files

    Why are some SSIS files, generated by the Import/Export Data wizard put into the local users temp folder Why are these not compiled with the package when the solution is built Is there some setting I am missing This architecture is kind of silly, as the server always needs access to the temp folder on the local machine to run. How can I get these temp files packaged with the rest of the package and deployed to the server so the server can run independent of the machine I develop the package on Thanks, Jeff Awesome, thanks jeagd. Question though...is there a way to tell the wizard to not even use files at all To just use a SQL task Thanks, Jeff ...Show All

  • Visual Studio Express Editions How to fix this exception: "Access to COM4 is denied"

    Hi, I was wondering if someone could help with this. I'm trying to do the activity on this page: http://www.devx.com/dotnet/Article/32278/0/page/1 I have all of the equipment set up properly and I followed all of the steps *very* closely. So at the end to test it, I ran the program in the Basic Stamp2 first, then I ran the Visual basic express program but I get this exception error: http://i34.photobucket.com/albums/d136/idrivefreely/exceptionerror.jpg Next, I tried running the visual studio program first then the Basic stamp, but when I tried to run the Basic stamp program, it said "No Basic stamp found." The Basic stamp program works fine if I just run it alone, it shows the debug window with the sensors ...Show All

  • Visual Studio 2008 (Pre-release) Possible bug: Hyperlink in a ListBox does not work

    I have used the following dataTemplate to populate a WPF listbox.... What happens is that when I click the link it does not open in web browser. < DataTemplate x:Key = " SearchResultsListBoxItemsTemplate1 " > < StackPanel x:Name = " StackPanel " > < TextBlock x:Name = " TextBlock " Padding = " 0,10,0,0 " Text = " {Binding Title} " FontSize = " 11 " Foreground = " Blue " TextWrapping = " Wrap " /> < TextBlock x:Name = " TextBlock1 " Text = " {Binding Description} " MaxHeight = " 27 " FontSize = " 11 " TextWrapping = " Wrap " TextTrimming = " CharacterEllipsis " /> < TextBlock > < Hyperlink NavigateUri = " {Binding Link} " > < TextBlock Text = " {Bi ...Show All

  • SQL Server SQL Server 2005 Evaluation edition setup fails!

    When I try to install SQL Server 2005 evaluation edition, I keep getting the message that SQL server setup has detected beta components of SQL Server 2005 or Visual Studio 2005 which must be uninstalled for setup to continue. I have removed all beta components like sql 2005 ctp, visual studio 2005 beta, etc from my computer and yet it keeps giving me this message. PLease help!!!! I am unable to install SQL Server 2005 evaluation edition. If you search the forums for this error, you'll find many discussions about this. Here is a good solution: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=157677&SiteID=1 Thanks, Sam Lester (MSFT) ...Show All

  • Visual Studio Express Editions Registering

    I was not sent the registration key for Visual Studio Express Edition. Is it possible for one to be sent to my email address The registration key will not be sent to you. You will get it on the page you get to after selecting Help->Register product and signing in. If you missed to copy it from that page you can just choose to register the product again. If you installed from the CD image you will not get a registration key and can continue using the express edition after 30 days. It might nag you to register a few days but you can just ignore it. ...Show All

©2008 Software Development Network