walterd's Q&A profile
Windows Forms Eumerate Sub-Folders
All, I am trying to write something that you can point it to a directory, ex. c:\library, and it will tell me what the sub-folders are in that directory. The reason that I am doing this would be to create something of a dynamic library. I am looking to have each sub-directory be put into a treeview control as categories. Then when you ...Show All
.NET Development Error: Unable to open shim database
I get this kind of events logged in the eventlog: Source: .Net Runtime Type: Error Unable to open shim database version registry key - v2.0.50727.00000. Is this 'normal' behaviour or is there a misconfiguration. I have this messages on Windows 2003 Server, on SqlServer2005 boxes as well on TFS app tier and Terminal Server running VS2005. Strange thing is: everythings seems to work OK... Rene According to Jesse it is only an access permission issue on one ore more registry keys. If you run Registry Monitor (download from www.sysinternals.com ) (no install required, but run it as Administrator) you can find ...Show All
Visual Studio Team System Problem while creating a New team Project
Hi all , My siteurl is http:\\tfs-app.default.aspx. Inside this site I created a subsite called TestDemo. I have created New Team Project Named TestDemo. When I Right click the Project and show project site. Its shows my sharepointsite(i.e http:\\tfs-app\sites\TestDemo) Problem 1: I have created another Team Project Named TestDemo1 as specified in above step. When I right click project and show project site. It's giving the following error. Er ...Show All
Windows Forms Commercial apps w/ WinForms
Have any commercial apps been written using the .NET framework and WinForms I'm thinking about writing an application using WinForms, but I'm not sure whether users are ready to swallow the .NET framework as part of the install. I'm also not sure whether WinForms is ready for "prime time". Thanks. Darrin Smith We already have developed ...Show All
Visual Studio Express Editions Function help needed...
I known that what I want to do is possible... i just dont know the commands. Here's what I want to do: ------------------------------- Find all files on the users computer Open every file and search for a text string... ------------------------------- Please help. Ok, i found some code , but i dont understand what the 'paramArray' is. It keeps giving error. Dim filePaths As String filePaths = My .Computer.FileSystem.GetFiles( "C:\" ,FileIO.SearchOption.SearchAllSubDirectories, ParamArray wildcards( "*.*" ) As String ) MessageBox.Show(filePaths) ...Show All
Visual Studio Express Editions sql commands in visual basic express 2005
hi im trying to use a delete command to delete data from table1 if its in table2 my command is delete table1 from table1, table2 where table1.test = table2.test please help i keep getting delete is not declared so i tryed this Dim delete As New SqlCommand() delete table1 from table1, table2 where table1.test = table2.test now i get delete isnt an expression please help willing to change anything to get this to work Hi, your delete-statement is wrong. The syntax is: DELETE FROM table_name WHERE column_name = some_value from http://www.w3schools.com/sql/sql_delete.asp this page ( http://www.w3schools.com/sql ) may be very ...Show All
Visual Studio VS2005 Debugger Freezes
The debugger takes too long to break or step into anything in certain C++ files (could be the files with STL code in them, other files seem not to have this problem) I'm receiving the popup message: "Microsoft Visual Studio is waiting for an internal operation to complete" after a while waiting and after switching the windows while debugging a program. As other message in the forum suggested, I already tried to repair my VS install, but that didn't fix the issue. After digging a little I found the debugger seems to be locking while waiting for a reply for a request sent by OLE. I am guessing I hit a bug in VS debugger, ...Show All
SQL Server Error 29503 - SQL Server 2005 DB Engine install Fails
Hi, I've just tried to install SQL Server 2005 Standard and I'm getting an error that I can't find any information on. In the log, I find Error 29503. A message after it indicates that it couldn't start the server. In the setup, I'm getting the error when it is trying to start SQL Server and it can't. I've tried to go to the services window to manually start the engine, but immediately after it starts, it shutsdown again. I read the help file in MSDN that is also included in the error details regarding manually starting the service. It indicates to use the Configuration Manager, but at this point in ...Show All
SQL Server pipeline
Hi, I want to incorporate this code but I dont know how to import Microsoft.SqlServer.Dts.Pipeline in an Integration Services Project template. I was thinking of putting this code in the script task but still, I cant import Pipeline. Add reference list does not have it as well. Please let me know how to incorporate this code. Thanks! Code: if (ComponentMetaData.RuntimeConnectionCollection["SourceFileConnection"].ConnectionManager != null) { cm = DtsConvert.ToConnectionManager(ComponentMetaData.RuntimeConnectionCollection["SourceFileConnection"].ConnectionManager); if (cm.CreationName == ...Show All
Software Development for Windows Vista Rule Conditions against custom activities and XAML activation - how should I achieve this?
If I have a simple custom activity and I generate a XAML only workflow with a rule condition that references the activity then how can I use XAML activation to execute the workflow Here's the workflow <SequentialWorkflowActivity x:Name="xyz" xmlns:ns0="clr-namespace:ABC.Workflow.Common.ActivityLibrary;Assembly=ABC.Workflow.Common.ActivityLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/workflow "> <ns0:ConsoleWritelineActivity Message="test" x:Name="consoleWritelineActivity1" /> &l ...Show All
SQL Server SQL Express Capabilities
From the TechEd that I saw about a month ago, it seems that SQL Express is going to support having a Report Server installed on it. That is great. What I don't know yet is what exactly the capabilities will be. I have already been to this link ( http://www.microsoft.com/sql/2005/productinfo/rsfeatures.mspx ) which does provide some detail, but it is a month and a half old. By today's standards that is sometimes an eternity! Has there been any newer information released I'm specifically interested in whether or not the Report Server installed on SQL Server Express will support extensibility. ...Show All
Visual FoxPro Setting up relationship in prg
I need to set up a realtionship in a prg and I'm not quite sure how. table1 has fields UID1, A, B Table2 has fields UID1,UID3 Table3 has fields UID3,name the relationship from 3 to 2 is 1->many the relationship from 2 to 1 is one->one I want to look from 3 to 1, filtered on table1.A == "aflag" this is what I tried USE c :\table1. DBF SET FILTER TO A = "aflag" INDEX on uid1 TO tmp select 2 USE c:\table2 . dbf index on UID3 to tmp2 set relation to uid1 into table1 SELECT 3 USE R:\Abacus\law3. DBF set relation to uid3 INTO table ...Show All
Visual Studio Team System Can't Fully Install VS 2005 Team Suite Beta 2 with SQL 2005 Express.
Hello Everyone MAy someone help me to resolve this problem The problems happen since, I uninstall SQL 2005 Beta 2 Release last friday. Right now, I can't get any SQL 2005 install on my workstation, and I don't what cause the problem at all. Microsoft SQL Server 2005 Express Edition April CTP: [2] Error code 1603 Tim Since the best people to solve this are over in the SQL Server forums, you should probably see the posts there about SQL Server install issues: http://forums.microsoft.com/msdn/ShowForum.aspx ForumID=95 ...Show All
Visual Studio Express Editions Were do i create a menu?
Were do i create a menu |: tnx In the design view, you drag over a menu from the list of components in the toolbox. Then you just click on menu items and type to add them, and set their properties as you would any other item on a form. ...Show All
SQL Server rtrim function
hi, for example; select field1 from table field1 value=codesample I want to change field1 value with rtrim function than field1 value must be codesam. How can I do: Hi, sorry but I didn't understand your request, what do you want to achieve, could you please describe this again HTH, jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
