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

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

JEP8979

Member List

RyanH314
lifeamit
Alan Robbins
Abhishek_SE
dchurch24
maglor_elf
xRuntime
smalamas
Jamie Thomson
ADP Comm
thomas woelfer
webflier
GaryMcC
SLang
Hansi Henningson
Philly10407
Wayne Arant II
cougar91
Nitin Sharma22
jackrudolf
Only Title

JEP8979's Q&A profile

  • Visual Studio 2008 (Pre-release) New Orcas CTP releases?

    Is this the site we should keep checking for new Orcas releases http://msdn2.microsoft.com/en-us/vstudio/aa700831.aspx ...Show All

  • Smart Device Development How to suspend and resart a particular thread.

    In my application there are three thread runing.I have assign Name to all of them.Let Say Name are A B C Now in one of the method of thread A i want's suspend the thread B then resume it. How Can I do it While there currently exists methods outside of CF that can suspend/resume another thread they will be made obsolete and only debuggers will be able to suspect another thread or the thread itself can suspend itself. It's not safe to arbitrarily suspend another thread: you don't know the state of any of the invariants the thread is modifying and could leave data the thread is modifying in a indeterminate state or leave locks locked that cannot be unlocked (both synchronization and file-system based) resulting in deadlocks. The ...Show All

  • Software Development for Windows Vista No Disk 5 on MSDN Vista ISO image disk - disk 3707

    I have just tried to install Vista Ultimate onto my laptop using my Windows Vista Disk from MSDN. I burnt 4 disk's from the iso image dvd(only 4 available on the dvd) onto cd. After the installation copied 98% of the files from the 4 disks it then asked me to insert the 5th disk! I was a bit flabbergasted. Has anyone heard of this NO! coz they're F**king useless pieces of useless ***!... i uninstalled my whole reformatted my system manually to install vista... then they fuc*in bugger it up! and they can't even be arsed to add a 20mb .iso on the site! how useless and fecking mindless and stupid is that!, i hope they all rot in hell! ...Show All

  • .NET Development FtpWebRequest and custom commands

    Hi All, I've noted all the other entries for this type of question. "How to use custom commands using FtpWebRequest". Has this been resolved yet (cross fingers) Todd To be more specific I need to change the naming format on an as400 connection. Here's the command: "quote site namefmt 1" Thanks for any replies, Todd ...Show All

  • .NET Development HttpPostedFile.FileName not fully qualified?

    I use the following code in an aspx file to read the file name which I am uploading from the client PC onto the server; Dim MyFileName As String Dim MyFileColl As HttpFileCollection = Request.Files MyFileName = MyFileColl.Item(0).FileName The Filename value is simply the file name ("text.txt"). I want the fully qualified name of the file ("c:\temp\text.txt"). The documentation says this is what I should be getting but I don't Does anyone how I can get the fully qualified name of the uploaded file Thank You. I believe you need to use HttpPostedFile class. It will allow you to get info on the file and save the file....Check out the info on HttpPostedFile here. ...Show All

  • Visual Studio Team System Wrong/Different Code Coverage Results from Build Server versus Visual Studio

    I'm trying to replicate the Code Coverage window in Visual Studio on a web system but it seems the values returned from the Team Foundation Server is different than those when you run the tests locally in Visual Studio.  To show my problem, here is a screenshot from Visual Studio: http://fanms.com/files/CodeCoverageVisualStudio.jpg And here you can see the same data returned from TFS using the method BuildStore.GetCodeCoverageForBuild:  http://fanms.com/files/CodeCoverageAutomaton.jpg Any ideas why it works like this, should I just live with it that the results from the Build store is different than the one generated locally (I wish this forum supported images...) Is there a wa ...Show All

  • SQL Server How to set and use SQL Server Express 2005 after installation?

    I have never used SQL Server, except that I did use MS Access, so after I downloading and installing the SQL Server Express 2005 ... I really do not know how to make it works! 1. Let say I would like to create a table at my local computer (1st) as a Server, how I do it (configuration) 2. Then I have a second PC, as a client how I link to that table Might be they are 2 silly questions, but I would like to try out the new SQL Server Express and compare what are the better features with MS Access! Thanks to any help hi, Anh Truong wrote: I have never used SQL Server, except that I did use MS Access, so after I downloading and installing the SQL Server Express 2005 ... I really do not know how to make it works! ...Show All

  • Smart Device Development Problem with socket communication for client (On handheld) / server (on PC) application

    Hi all, I have tried posting this message in a couple of different places, and have not gotten much of a response. It is really important that this is resolved for a client of ours, and I've rarely come across a problem I've had to post on a forum to resolve, so please help if you can. I have a client application running on a windows ce .net device, and a server application running on a PC. I have been experiencing problems with the tcp connection dropping (ObjectDisposedException for the NetworkStream) and so I have tried to cut the applications down to their minimal details, so that I can post them and ask for your opinion on the problem. The client sends commands to the server, and the server sends a response. The tcp connecti ...Show All

  • Windows Search Technologies WDS 3.0 RTW gives error trying to index Outlook Express message store

    When WDS 3.0 RTW tries to index the Outlook Express message store, I am getting the pop-up error: "Outlook Express could not be started. The application was unable to open the Outlook Express message store. Your computer may be out of memory or your disk is full. Contact Microsoft support for further assistance. (0x80004005, 183)" I have plenty of memory and the disk is not full. Does this version index OE Any idea how to resolve this Same problem. Windows XP HE and OutlookExpress V 6 with latest patches. 2GBs of system memory and over 40 GB free space on the C drive. I use Outlook Express to access hotmail and store messages I want to keep (and be able to search) in several Outlook Expre ...Show All

  • SQL Server Cannot create a connection to data source

    Why is it that sometimes I get this error and sometimes not after I deploy the same shared data souce to my Report Server Even if I try deleting the datasouce through Report Manager the redeploy it from VS 2005, it still errors out when I run my report. I am able to run my report fine in VS. An error has occurred during report processing. Cannot create a connection to data source 'mydatasourcenamehere'. For more information about this error navigate to the report server on the local server machine, or enable remote error Most likely the data source is configured to use Windows Integrated Security. When deployed to the report server (machine A), accessing the report from (machine B) will run into t ...Show All

  • SQL Server Error HRESULT E_FAIL has been returned from a call to a COM component. (Microsoft Visual Studio)

    Analysis Services Project deployes with success. When you want to browse the deployed cube by draging an attribute from the Metadata pane to drop it on the DataPane the following takes place. =================================== Error HRESULT E_FAIL has been returned from a call to a COM component. (Microsoft Visual Studio) ------------------------------ Program Location: at Microsoft.Office.Interop.Owc11.PivotView.get_FieldSets() at Microsoft.AnalysisServices.Controls.PivotTableHash.get_FieldSetsEnumerator() at Microsoft.AnalysisServices.Controls.PivotTableHash.GetFieldSet(String uniqueName) at Microsoft.AnalysisServices.Controls.PivotTableBoundMetadataBrowser.GetPivotTableDataObject(NodeObject nodeObject) at Microsoft.Ana ...Show All

  • Smart Device Development RTC API -> Windows Mobile 5.0 for SmartPhone -> C#

    Hi! I'm facing another problem. I need to migrate a VoIP application from a normal Windows application to a Smartphone. This application makes use of the RTC API but I think that for the WM5.0 platform I need to make some changes on the API. Anyone know if it's possible to use a RTC API, in C#, with a SmartPhone Thanks It's amazing how can Microsoft launch, for example, Microsoft Office Communicator Mobile and it works perfectly on Windows Mobile 5.0. No one can use a RTC API on Windows Mobile except for Microsoft... Why they don't launch a public API like they do for the desktop Windows version ...Show All

  • SQL Server Confusing layout in SSIS with regard to "Execute SQL Task".

    I hope someone can help. I'm trying to read rows from a SQL Server Table and for each row use a few columns as parameters into a query to be run against oracle which will delete oracle rows. I add OLDEB connections for Oracle and SQL and then I try to add a "Execute SQL Task". I've also tried a "OLE Command" but I can't get the mapping of the columns to the parameters to work. There is lots of articles on the web that talk in general around parameterized queries but no clear examples. I also find the difference between the Control Flow and Data Flow tabs confusing as its not intuitive where to place things. It also appears to force me to re-define things that it should already know (this is no doubt because ...Show All

  • Windows Forms What's the difference between the System.Windows.Forms.Timer class and the System.Timers.Timer class?

    Who can explain me the differences between those two classes Thanks for reply well the Forms.Timer class is used really for the UI end and is not as accurate as the System.Timers.Timer class. They are more optimized I believe. The Forms.Timer also runs on the UI thread (main thread) which also means that if a UI task is taking a while to do, there is a chance that you may lose some ticks, since the timer is running on that thread. Also, I hope this goes without saying, but the methods/event calls are different from one another. But they both do the same job pretty much - a timer. The System.Timers.Timer also has an AutoReset event, which the Forms.Timer class does not have. This property allows ...Show All

  • Visual C# how to eliminate a horizontal scroll bar in a treeview???

    the horizontal scroll bar is getting displayed unneccessarily.. i need only the vertical scroll bar. I believe there is no direct way to do so in C#, as that property was not exposed. There're two way of investigation I can propose to you. 1. Try to see if there is any Win32 API to do so. Usually, property that are not exposed can be set using Win32 API. However, that's all I can tell you because I didn't do that with TreeView before. (I did these dirty things with ListView thought) 2. Try to see if you can disable all scrollbars in TreeView, and use a vertical scrollbar control, and blind them together by yourself. I believe it shouldn't be too difficult. ...Show All

©2008 Software Development Network