IamJunk's Q&A profile
Visual Studio Team System Load Test: .Net Data Provider for <Server>: Performance Counters
Hi i have added .Net Data Provider for oracle Performance Counters to my load test counters. the instance that i get for each counter is "defualtdomain[3128]" and No counter values at all during the load. can you help me with this problem thanks Udi For this counter set, we report what perfmon reports. So if perfmon does not show a _Total counter, then the load testing tool will also not show ...Show All
SQL Server how to run this proc in SQL Analyzer?
hi, guys I have a stored procedure, like that: CREATE PROCEDURE [dbo].[ViewTitles] @UID int, @DateStart datetime, @DateEnd datetime, ........ When I run this query in SQL Analyzer like this: ViewTitles 6165, '2006-01-29 10:00:00', '2006-02-29 10:00:00' It alwasy shows: Error converting data type varchar to datetime. If I run it in code, asp.net, or report, no problem at all. What is wrong with that Thanks. ...Show All
.NET Development Having Problems with XML & Web Services
I have an application which requests data from a web service sitting on a server. My Web services constructs well defined XML, the consumer is expecting an XmlDocument as the returned object. The problem is, the returned object is an XmlElement, not an XmlDocument. Anyone know why Anyone know a good workaround Thanks The Web service is defined as: [ WebMethod ] public XmlDocument To_PDA_SalesPeople( string Group, ...Show All
Visual C++ how to use the standard J# library in a Managed C++ app?
Hi, I want to know if it's possible to use the standard J# library in a Managed C++ app and how to do it... Tnx. Hi, You need to add reference to this project or library, then in cpp file add using namespace <NameofNamespaceinYourJ#Project>. Thanks, Nikola VC++ ...Show All
SQL Server Expressions
When creating expressions we have access to a list of functions. It is my understanding that while these functions seem to have the same names and parameters as SQL functions, they are not so. They are implemented in the package libraries themselves. It is also my understanding that this function library cannot be extended to add new ones. Am I correct If so... why not Leaving alone the fact that they follow the same screwy names as SQ ...Show All
Visual Studio Team System TF30170: The plugin Microsoft.ProjectCreationWizard.WorkItemTracking failed
Im trying to create a project and i got this error any ideas. Error TF30170: The plugin Microsoft.ProjectCreationWizard.WorkItemTracking failed during task WITs from group WorkItemTracking. Explanation Plugin error text: “Value cannot be null. ---> Value cannot be null.” User Action Contact your Team Foundation Server administrator. Warning TF30144: The New Team Project Wizard attempt ...Show All
Visual Basic Add combox in Datagrid 2003???
Dear Team DO you have a simple code for adding a combobox in datagid Thank you very much I have added a text file with some extra comments... The code I have sent assumes you want a databound combobox in the datagrid Let me know what you think and see if you can follow my code... ignore the bits where I build a DataTable... it's just so that you can see data in the table and comboboxes when you run the Form... ...Show All
Visual Studio Team System multiple workspace mapping error?
I created a basic workspace <servername>: $/ -> c:\files\src I then created a second temporary workspace VSTS_TEST: $/ -> %TEMP%\test But when I view the new workspace in Source Control Explorer, it seems to be a combination of the workspaces! If I checkout all files (* /recursive) for this 2nd workspace, it checks out all the files in both workspaces This definitely seems wrong to me (the only mapping displaye ...Show All
SQL Server Permissions in SQLExpress
Hello. I have a problem with assigning permissions in SQLExpress. First a little background. A couple of weeks ago we upgraded from MSDE to SQLExpress. The database came over fine, tables, stored procedures, roles and since everything ran ok I am sure that it preserved all the permissions from the roles. The database has two programs and two distinct groups of users that create and edit da ...Show All
SQL Server Calendar slow to load
Is anyone else experiencing performance problems with reports that use the calendar control for date parameters Whenever we load a report that uses a calendar it takes several seconds to fully load the form (you can see something like this in the status bar:"...ReportViewerWebControl.axd OpType=Calendar..."). This is not a serious problem, but if the user tries to use the control before it fully loads then the page throws javascript ...Show All
Windows Forms Save and restore Form position and DataGridView's configuration
My Application need to save and restore components when restart next time. Such as: - Change size and position of the form itself. - Change width, order of columns of DataGridView's columns. I want to save information configure into configuration file. Everybody have ideas, please show me way to do it or give some solution ...Show All
.NET Development Programming against Tuner card
Has anyone programmed against a tuner card (tv/fm) before I'm looking for some advice on where to start. The manufacturer is ProLink with a chipset of BT8x8, but the manufacturer doesn't have an API/SDK available, and all I have been able to find on BT8x8 is using V4L (Linux based driver/software) or other linux based alternatives. I've never really programmed directly against devices like this before, so I have no clue where to start looking. ...Show All
.NET Development VB Code to open a Web Form
Is there VB Code to open a Web Form System.Diagnostics.Process.Start( "http://localhost:1322/WebSite1/Services.aspx" ) This slight alteration of you code was what I needed. Thank You ...Show All
Visual Basic Question about Security Permission FileIOPermission
I generated a program to read an xml file from a network drive, and display the information in a form. The program doesn't quite work until I change the security level in Visual studio (right click on the project name under solution explorer -> properties -> security -> This is a full trust program). So now, when I complie it, it runs, reads and displays data from share drive. Then I close visual studio, run the .exe program under ...Show All
Visual Studio Express Editions Express - Free for Commercial use?
I see that Express is geared heavily toward hobbyists. I am considering looking into this for commercial use, but do not want to infringe on any copyright laws. Is Express free for commercial use Thanks for any help you can offer -M Dynes Thank you - I had searched for FAQ, and had found a number of insightful pages, but nothing with the answer I was looking for like this one. Thanks again. ...Show All
