vpeh's Q&A profile
Visual Studio Team System Any document about extensibility of profile, coverage and so on?
We will try to support profile, coverage and so on , including Visual Studio Team Edition for COBOL Users. I heard that there is VS 2005 Team System Extensibility Kit , from a person in charge of VSIP , who is working for MSKK. But there is no document about how to extend Profiler, Coverage, and so on. Are there any documents about how to extend Team Edition. Best Regards Hi Shinya, Exclude (and include) command-line options: The /exclude (and /include options) take fully qualified names, with optional wild-cards at the end. Here are some examples: /exclude:Namespace1.Class1::Main - Exclude ...Show All
Windows Forms how can I know if an item exits into as string ?
Public Fields() As String = New String() {"Identif", "model", "serial", "number"} thank you You can use the IndexOf method to "search" an array like this. ...Show All
Software Development for Windows Vista WorkflowCompiler -
Hi: I am new to WWF and have written the following method to compile XOML. I have used Dharma's famous WorkflowShell as the starting point. But I do not know what to use in the WorkflowCompilerParameters when you call CompileFromSource. Are there compile options that you can pass As you can see, I am just newing the object and passing it in and it works. I would appreciate if you could provide some direction. private WorkflowCompilerResults CompileWorkflow( String WorkFlowXOML) { WorkflowCompilerParameters compilerParameters = new WorkflowCompilerParameters (); compilerParameters.GenerateInMemory = true ; ...Show All
Smart Device Development Connecting to SQL Server using Smart Device Application
Hi, I'm developing a smart device application (Visual Studio 2005 C#.Net) for a Windows CE 5.0 Device. Is it possible to connect to the sql server on the server directly using the device I don't want to create any table(s) on the device itself, just want to directly connect to the sql server over the network. If it is, is there any place that I can find sample code for it Thank you in advance, Niki Yes, it is possible and done the same way as on desktop using SqlClient. Any search engine would reveal hundreds of samples, for example: http://www.devbuzz.com/content/zinc_sqlclient_r ...Show All
Visual Studio Does VSS 2005 Internet Require a Server Share?
I'm been trying to configure VSS 2005, and thus far, where I'm at now, it seems like when prompted using the 'Add SourceSafe Database Wizard', it's asking for my http Address AND a Folder, where the folder is a server shared folder. I thought the purpose of this Internet feature of VSS 2005, was to enable TRUE Internet access to VSS I do NOT have server shares on my server, it's over the Internet, and I'd really like not to have to open up those ports over the Internet. Please advise. I've found the answer. http://forums.microsoft.com/msdn/ShowPost.aspx PostID=115726 ...Show All
.NET Development Tcp buffer
Hi, Client applications for my application are sending about 1500 short messages/second via Tcp sockets (local sockets, I mean on local host). Besides, my application is running on more than 60 PC, routing commands also via Tcp sockets. I fight againt my colleagues (programmers of these client applications) asking for using ACK but they did'nt want. So, I rely on the Tcp buffer and read (and handle commands) as fast as I can this Tcp stream. What is the best way to read a Tcp stream Should I try to read faster and put commands in a queue I fear that I will just move the problem and will have a very big queue. Thanks in advance for your he ...Show All
SQL Server Query cost
In many cases, I am finding that SQL Server 2005 generates the same plan as SQL Server 2000, but the SQL 2005 costs are orders of magnitude greater than the SQL 2000. Also, the execution time and cpu time shown by SET STATISTICS IO/TIME on are greater in 2005 than they are in 2000. Are the costs not comparable across the two versions Sharon Sharon, The cost calculation is different in SQL Server 2005. Cost is now calculated by the number of ticks (based on memory, io and context switch cost). So that may explain the cost difference. I'll try to see if I'm getting the same behaviour with statistics ...Show All
Visual Studio Express Editions Q: how to set a break
hi, when you have a great amount of regular processes its some how freez your project and doesn't show the reslt untill it all done for example Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click For i As Integer = 1 To 1000 For S As Integer = 1 To 1000 Label1.Text &= (i + S).ToString & vbNewLine Next Next End Sub so how can i set a restrect for this process not to continue unless the label show the result , or to wait 1 second between one proccess and another is there any idea thx If it's a Windows For ...Show All
Visual Studio Team System Using Fx-Cop for First Time
Hi Everyone, Recently i had downloaded, Fx-Cop 1.32 on my machine and .NET 1.1 framework is installed. I want to know how can i create my own Rules and Naming or Coding Conventions and then use them in Fx-Cop, my conventions or rules could be little different from usual Microsoft Conventions, but thats requirement for my code. i did see , a provision to " Add Rule " but when i clicked on it......in the file browser, i am asked to select a " .dll " OR " .exe " file.....which, i think , must contain my own custom rules or conventions......if thats the case then how do i create my own dll or .exe cont ...Show All
Smart Device Development registry viewer
I'm looking for the successor to eVC's "Remote Registry Editor", in VS2005. It is hidden very well... As a side, I haven't been able to make the remote registry viewer work at all under Vista. ...Show All
Visual FoxPro cannot generate an exec file
I just finished a large project and tried to generate an .exe file from it. I encountered the following problems. BUILD EXE FROM ..... issued from the Command Window gives me a series of errors. The first one is entirely unexpected. It claims that a file "inpARR" could not be found. When I click on "locate' it offers me a file dialog box to find it. I definitely do not have any reference to a file by this name anywhere in my project. There are a few places where an array "inpARR" is used. There is no line number or procedure to locate the source of this error and it is a pretty daunting task. I combed the whole pr ...Show All
SQL Server Synchronizing Data (Error)
- Synchronizing Data (100%) (Error) Messages Failure to connect to SQL Server with provided connection information. SQL Server does not exist, access is denied because the SQL user is not a valid user on the SQL Server, or the password is incorrect. HRESULT 0x80004005 (29060) The operation could not be completed. I have got this error when trying to create the SQL mobile replication using SQL 2005 CTP. The publication was created successfully, as well as the web synchronization setup, snapshot agent running fine. I am using annonymous login option, is that sth to do with the IIS user profile configeration I am really stuck...could so ...Show All
Windows Forms How did they achieve the Windows XP Look?
Does anyone know how they got the controls on the forms to take on the Windows XP appearance. For instance the combobox controls take on a flat border style appeareance which isn't even a DropDownStyle option. All the controls seem to take on this flat style appearence, is there a global setting for the control styles or somthing ...Show All
Windows Forms 4 panel in one windows form with splitter
I develop Windows Forms Application with VS.NET 2005 BETA 2.. I wanna fill one windows form with 4 panel and 3 splitter..Every splitter can change only neighbour panels' size.. I made it with docking ability of windows controls..But the problem is "I couldnt easily access their real time Height properties..For example when u set Dock property to DockStyle.Fill, Height Property is meaningless..Question is clear: Which approach is the best way to solve this problem ... 1) Dont use dock properties..Control splitter event and manually fill form with 4 panel .. 2) Use dock properties .. (Eat your brain ) ...Show All
Windows Forms How do you catch MS Word Events?
Hi All, I have an application that uses MS Word. The application loads a word file does some processing to its contents then displays the file to the user. At this point the file in in word and the user can save and exit out of the application. How can I catch these events as I want to store the contents and/or the files created. Basicaly, is there a way I can catch events like save, close, exit etc. I am using ' Microsoft.Office.Interop.Word.Application' in a VB.Net app in VS 2003. I am open to radical solutions. Maybe I should ditch the word file and use RTF, if so any suggestions/examples on how. Danny <quote> Maybe I should d ...Show All
