Software Development Network Logo
  • Architecture
  • Visual J#
  • Visual C#
  • Windows Vista
  • Visual Studio
  • VS Express Editions
  • Windows Live
  • SQL Server
  • Windows Forms
  • Visual FoxPro
  • Game Technologies
  • Visual C++
  • Smart Device
  • .NET Development
  • VS Team System

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

Zharadan

Member List

Andreas Asterlund
SteveJS
Reta
Russ Dev
Hisham Jaber
Sue Hoegemeier
Dans.
Big5824
Michel Blairon
CMBrown
barneyk
Eburon
Htr
Tim Greenwood
CliftNorris
MikeOtown
Hemant Sathe
ssharan
Mark Tompkins
Subasree
Only Title

Zharadan's Q&A profile

  • Visual Studio Team System Code Coverage for Manual Testing

    Hi, I am using VS 2005 Beta 2, and am wondering if it's possible to measure code coverage while executing manual tests within the VS test framework.   I am able to measure code coverage for unit tests with no problem, and I can include a manual test in my test run configuration, but I see no way to measure coverage while it is being executed.  Am I missing something   Being able to do this would be very helpful. Thanks! Andrea I upgraded to RTM today, and now manual testing code coverage works like a charm.  I experimented with the workaround you mentioned in Beta 2 and didn't h ...Show All

  • Visual J# COM object that has been separated from its underlying RCW cannot be used exception within threads

    Hi, We are having code in which we start a new thread and set it as STA. This new thread initializes IHTMLWindow2 object and then starts another thread. But, in that second thread if we try to access the IHTMLWindow2 which is initialized in the first thread we are getting this exception "COM object that has been separated from its underlying RCW cannot be used". If we do not set the first thread to STA, we coudn't access the windows in that thread itself, so it needs to be in STA. So how can we access the window initialized in the first thread Please give any suggestions. I am giving the code here. Class1.java: import ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. What differences are they between emptyproject and emptyproject_2005?

    apart from the MDX 1.1 and the MDX 2.0beta dll. is there any other differences. i ask because i see emptyproject framework uses dxmut.cs but the emptyproject_2005 uses wdxmut.cs. i'm wondering if i can use the emptyproject_2005 framework and just replace the MDX 2.0 beta dll with the MDX 1.1 dll. will the framework still work i saw somewhere that said the emptyproject was for .net 1.1 and the emptyproject_2005 was for the .net 2.0. if thats the case i'd rather use the .net 2.0 files. this is for the april 2006 sdk. The empty project is for the 1.1 versions of the sample framework, and the emptyproject ...Show All

  • Visual Studio Express Editions container?

    hi everyone, this is my first post and I just downloaded VB2005 Express less than a week ago. I have experience in html,css, and php but i`m new to this. my question is, Im workiing on a program that, when started, opens maximized and contains a splitcontainer. At this time I have the settings set up so that Panel1 takes up 100% of the window (settings will be changed when other settings are set by the user). I also have other windows that open, Form2 and Form3 that I would like to open and load into Panel1. I did a search and was unable to find this answer, anyone have any ideas Thanks! Michael At ...Show All

  • Software Development for Windows Vista Power icon problem

    Hello, I've just installed the Windows Vista Beta 2 (Build 5384) and so far so good, except for one thing: somehow i can't activate the option to show the power icon on the "notification are" of the "taskbar". When i go to the properties of the "taskbar", and then go to the "notification area" options, i'm allowed to select to always show the clock, volume and network icons, but not the power icon. Do you know what can i do to fix this problem Because of this problem, i never know when the battery is low. Thanks for your help!! If your machine is battery-enab ...Show All

  • Visual Studio Team System Capacity Planning

    Hi We are about to deploy TFS in a single-server configuration using the following hardware: - Dual Xeon CPU - 2GB RAM - 2 X 73GB HD's - mirrored - for the OS - 3 X 73GB HD's - in RAID5 - for data Now, even though right now there will be about 50 users working with the system, I'd like to know how much can that number grow, based on current configuration. What is the maximum number of users that can be supported by this server configuration Thanks guys. I know the table - it just doesn't seem quite right, since I've seen other applications running on similar configurations bef ...Show All

  • SQL Server COMException when creating SSIS Package / DataSource

    I'm running sql2000 and 2005 (RTM) side by side (and vs2003 and 2005 RTM). I want to create a IntegrationServices project. When i want to create a DataSource, i can specify  the connection, but when i click on finish the screen is not closed whatever info/name/etc. i fill in. I can only cancel the dialog box. When i add a new SSIS package i get this exception: =================================== Error creating package (Microsoft Visual Studio) =================================== Exception of type 'System.Runtime.InteropServices.COMException' was thrown. (Microsoft.DataWarehouse.VsIntegration) ------------------------------ Program ...Show All

  • Visual FoxPro REPORT error-invalid path

    i have a button in a form and when its pressed it creates some select sqls which have into table and overwrite an existing table.then from the table i create report..from.. ,then i update the report and finnally i report form.the problem is that if i press the button->see the report->close the report->press again button->i get a message "invalid path or file name" if i close the program and reopen its the same press the button->see report->close the report->press again button->i get a message "invalid path or file name" so i can only see the report once and then close and open the programm again to see the report seco ...Show All

  • Windows Forms WebService Security

    - i have read the security article about  "WS-Security Authentication and Digital Signatures with Web Services Enhancements" but i can't find any use of it, isnt all of this more or less automated in iis  what is the advantage of doing authentication through soap headers  (is the only advantage of this is for it to work non iis server ) In my ...Show All

  • SQL Server CREATE ASSEMBLY using assembly binary?!?!

    I was trying to understand how VS.NET2005 was deploying .NET CLR assemblies to SQL2005 so I ran a trace and found some interesting results. VS.NET creates some SQL that looks pretty interesting: CREATE ASSEMBLY [AssemblyNameHere] FROM 0x4D5A90000300000004000000FFFF000......<continue binary data> WITH PERMISSION_SET = EXTERNAL_ACCESS Boy howdy! I have tried to reproduce this and create my own deployment application but I cant figure out how they create this binary stream. The info in BOL is not much help and I have not found any samples anywhere on how to create this stream in c#. Anyone out there been able to get this ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Running MDX games on other computers

    I've been working on and MDX game for a couple of months in Visual Studio 2005 express; now I'm trying to run it on other computers and it doesn't work. Of the 4 computers I've tried it on, only 1 successfully ran it. The others get a file not found exception that seems to be for a DLL, but when I put a try/catch around the application initialization (this is based on the sample framework) and found the exception, it conveniently failed to include the actual file name. What do I have to do to run this on a system that doesn't have visual studio This is a common question that gets asked, the main prob ...Show All

  • SQL Server Changing Fail-safe operator in SQL Server Management Studio

    I have designated an operator as the fail-safe operator in SQL Server Management Studio (SSMS). I now wish to change the fail-safe operator to be a different operator. SSMS allows me to make the changes, but after selecting "OK" and re-opening the SQL Server Agent Properties in SSMS, the changes have not been made. Any idea how to change the fail-safe operator As far as I can tell, there are no stored procedures available, and as I understand it SSMS is already using SMO. Any help would be greatly appreciated. Thanks John Thanks for taking time to report this. I have opened a bug on ...Show All

  • Visual C# Challenge here

    Is it posible to put in your project a new file like an executable, and with c# to extract(copy) them where ever the user wants to is like making a simple setup... Yes, or any other language you want. But offcoure you do it in C# You can use #Zip to create and extract archives and for the understanding of embedded resources read this two articles: Understanding Embedded Resources in Visual Studio .NET Runtime Embedded Resource Manager ...Show All

  • Software Development for Windows Vista K2.NET vs WWF

    Hi.. I have been evaluating K2.net and other workflow tools.. and addition of WWF adds to the confusion. now k2 solves most of the workflow scenarios though the licensing may be a issue with some clients.  Now WWF g8 to use and with not many licencing issues but the problem its still beta.. So what should you suggest to a customer who is planning for a workflows at a large scale in the next 6 months .. any pointers Regards Paritosh Mhaisekar P.S. Also i have heard some rumours suggesting that K2.NET might finally be merged into WWF I believe I have come across your offering before, but don't ...Show All

  • Visual Studio Reportviewer print dialog problem

    My .NET version 2 application creates reports by calling a method from a dll (which I also wrote) which displays a form containing a user control which in turn contains a ReportViewer. I set the viewer's .ReportPath, .BindingSource, and .DataSource properties and call the .RefreshReport method. The viewer displays the report correctly. When I click the viewer's Print button, the Print dialog correctly appears, but I have to click the dialog's Print button twice to actually send the report to the printer. What could be causing this http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=177732&SiteID ...Show All

©2008 Software Development Network