New2 .NET's Q&A profile
Visual C++ Building Live.com Streaming Media Libraries in Visual C++ Express Beta 2
I am attempting to build the live.com streaming media libraries, and test programs in Visual C++ Express Beta 2 using the instructions given at the URL below. http://www.live.com/liveMedia/#config-windows Each of the four libraries (BasicUsageEnvironment, UsageEnvironment, Groupsock, Livemedia) and the test programs (testprogs) has a make file. The make file for the windows environment is generated using the instructions at the URL above. I ha ...Show All
Windows Forms Any way to know when a file has been moved?
I have a file system in my app that relies on the entire computer, rather than a single folder. If a file is moved(or deleted), I need to know when and where it has been moved to automatically. Is this possible Use the System.IO.FileSystemWatcher and it has all the functionality you need. Hope this helps ...Show All
Microsoft ISV Community Center Forums Open an excel file
Hope you will help a beginner .. Here's what I want to do: In a VBA subroutine, try to open an excel file with a particular name say, P01GAB.xls. It may not be in the diretory, if not, wait for 10 seconds and try again. If so, open it and go on to the next thing. (Eventually, it will be in the directory...) So, I take it, I need some sort of error trap on the Workbooks.Open command... Thanks much. ...Show All
Visual C# Multicast delegates with IEnumator and yield return?
Hello, I am trying do set up a multicast delegate to split my yield returns for a WebTest I am writing, but only the last delegate is firing. Is this a known problem, by design, or am I doing something wrong Thank you, --ben hii all, First time I am just learning Delegates in c#. I have faced a conceptual problem. In books it is written that A Multicasting Delegate should have a return type of Void unless it will ...Show All
Software Development for Windows Vista The type 'ActivityBindExtension' could not be resolved
Hello, I am running a XOML workflow which contains an activity binding as following: < xml version="1.0" encoding="utf-8" > <ns0:SequentialWorkflowComponentBase x:Name="SecurityWorkflow" Version="1.0.0.0" xmlns:ns1="clr-namespace:MyComponents;Assembly=MyControls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" xmlns:ns2="clr-namespace:MyComponents;Assembly=MyControls1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" xml ...Show All
Windows Forms data records from oracle, insert
Hi all, I'm trying to make conecting to the Oracle server and the data don't want to show me. The table is loaded with their columms but the data doesn't want to show. I tried to view this table throw the SQL+ and data were there. And ...Show All
Visual Studio CR Web App Deployment Failure
I created a deployment project as part of my application according to the following directions. http://msdn.microsoft.com/library/default.asp url=/library/en-us/crystlmn/html/crconcrystalreportsdeploymentoverview.asp I run the .msi on a server that has an unusual configuration. The Web server dcpp131 has dual hostnames and IPs. This is done by configuring Windows Server 2000 to have two IPs. &nbs ...Show All
Software Development for Windows Vista Need to present Workflow status and flow layout in web page
has anyone built any ui controls to allow a user to view a workflow on a web page A sample has been posted by Jon Flanders than can be found at http://www.masteringbiztalk.com/blogs/jon/PermaLink,guid,28601754-c305-4597-a0a6-48f32be1eddb.aspx ...Show All
.NET Development All Windows Applications Under .Net
I am imagining a system where all the software running on it has been built on the .Net framework. Is that likely Found my answer http://channel9.msdn.com/ShowPost.aspx PostID=68302 ...Show All
SQL Server Stopping and restarting Transactional Replication
The situation is as follows: Database A is being replicated to database B on a networked server. The application vendor is in the process of doing customizations which require frequent table changes. So the vendor (who has access to the replicated DB) stops replication in order to upgrade some tables. But I am finding that either he has forgotten to restart replication or, more than likely, has broken it. So, if anyone is able to comment on a ...Show All
Visual Studio Express Editions Visual Basic 2005 Express Edition Database Explorer does not show updates to database.
I am running Visual Basic 2005 Express Edition with SQL Server 2005 Express Edition. The project I am working on has the feature which copies the Database into the Bin folder turned off. I manually copied the database into this folder some time ago. This has not been a source of problem/s for me. My application is working. I determined this by steping through the code and examining the appropriate variables. I change a table column. I t ...Show All
Visual Studio Express Editions Fix for .NET Framework API reference documentation in Visual Studio Express Editions
The Beta 2 Visual Studio 2005 Express Editions shipped with an issue that prevented the .NET Framework API reference documentation from appearing in the Table of Contents, Index, and Search Results windows for either online or local content. We have created a tool that will configure the help to display the .NET Framework API reference documentation in the Table of Contents and Index if the MSDN Express Edition Library is installed. The downlo ...Show All
Windows Forms Composite Control Child Docking
Hi! I have a composite control which inherits from System.Windows.Forms.UserControl and uses ParentControlDesigner so I can use it as a container. At the top of my control I have a panel which acts as a "header" of sorts. Below the heade ...Show All
SQL Server Generic staging design of data warehouse
I have a question about staging design using SSIS. Has anyone come up with an ETL design that would read table names from a generic table and dynamically create the ETL to stage the table. 1. Have a generic table which would have table name and description and whatever else that was required. 2. Have a master ETL that would enumerate through the table and stage all the table names found in the generic table. This way I wouldn't have to ...Show All
Visual Studio Team System FxCop 1.35 Feedback
Hi guys. Almost missed this release, downloaded it yesterday and have been playing around with it. Looks good. Here is a couple of minor things that I found: Documentation: 1. The help provided with FxCop still has version 1.32.0 throughout it. The online documentation has 1.312. Also both don't have any documentation on the new rules (ExceptionsShouldBePublic and AttributeStringLiteralsShouldParseCorrectly). User Interface: ...Show All
