Dylan Rolfe's Q&A profile
Software Development for Windows Vista Windows SDK for Vista RTM won't install on RC1
I downloaded the new SDK for Vista RTM as DVD image and burned to a DVD. Tried to install on Vista RC1 5600, but Setup.exe fails with "unspecified error". I had the SDK for Vista RC1 previously installed, but completely removed it before attempting to install the new one. I also cannot reinstall the RC1 SDK now. Same error. What do I do now Can you please send me your log That will help me track down what's going on. ...Show All
Visual C# Unable to copy file during build
When I try to build my solution I often get this error: Unable to copy file "obj\Debug\MyProjectXXX.dll" to "bin\Debug\MyProjectXXX.dll". The process cannot access the file 'bin\Debug\MyProjectXXX.dll' because it is being used by another process. The project it's trying to build is a class library referenced by a couple of other projects in the solution. The solution builds fine the first one or two times after opening Visual Studio, but after that the only way I can get it to build is to restart Visual Studio. Any ideas what's wrong Thanks This is just a reference problem. That file is holded by some project as a file reference. Even when you don't do that, some tim ...Show All
Windows Forms Module msxml6.dll failed to register.
I have a Windows Forms solution with many managed projects, and a few unmanaged projects. I have a deployment project that works, except that it gives an error "Module (app directory)\msxml6.dll failed to register. HRESULT -2147023782..." If I hit continue, the installation finishes, and the application works fine. How can I get rid of this error The MSXML6.DLL file does not appear in the list of files for Application Folder, although it is a dependency of one of my unmanaged projects. The target machine has the XML6 Parser installed, so I don't need Visual Studio to deploy that file. Dave Karthikeyan U wrote: Try this. Open File sytem editor of the Setup project., set 'Register' proper ...Show All
Software Development for Windows Vista ManualWorkflowSchedulerService, Event and HttpContext in ASP .Net
hi, I'm trying to write a Pageflow in ASP .net with a workflow but I've got some issues using the ManualWorkflowSchedulerService. Here is how my program work: -I launch a workflow with a HandleExternalEventActivity -When i click on a button in an ASP .Net page, it sends a ChangePageRequest (my event) - the event is received by the workflow and then a CallExternalMethod sends the url of the next page to the web site. the problem is that when i don't use the ManualWorkflowSchedulerService, when i try to use HttpContext.Current.Response.redirect(url), Current is null. According to this thread: (http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=346551&SiteID=1), i must add the ManualWorkflowSchedulerService 1) What i have understood is ...Show All
SQL Server Document Map
Problems with Document Map creating a side scroll to get to Up/Down Scroll for the Map itself. There are two scroll bars once you side scroll over in the map window. Anyone seen this or know how to fix Or Anyone know how to change any of the properties on the Document Map or map window Thanks!!!!! It is a known issue for which we have a repro for. Unfortunately there is not a very good workaround other than simply dragging the frame containing the document map larger. ...Show All
Windows Live Developer Forums Multi point route
Hi, Simple question...is it possible to have a route with multiple stops on it. I don't want to just go from A to B, I want to go from A to B to C to D. Is there something I'm missing or is this a fundamental omission Hope someone knows Cheers I asked the same question some time ago (Mid July 2006). apparently the VE devlopment team are considering this feature for a future release - until then, it is not possible. I notice that Yahoo.beta now allows up to 24 route waypoints and of course this is support in the mappoint.webservice. ...Show All
Visual Studio How to get started?
I installed Sandcastle, which is supposed to be a VS 2005 add in I don't see it in the list of available add ins, nor is my menu any different. How do I get started with it Sandcastle itself isn't an add-in, it's a set of standalone command-line tools. You can get more information about it from http://www.sandcastledocs.com . I believe there is an add-in available though I haven't used it. My help file builder available at http://www.codeplex.com/Wiki/View.aspx ProjectName=SHFB contains both a GUI for managing and building the help files with Sandcastle as well as a console mode builder that can be integrated with the build in Visual Studio. There's a help file included that can help you get started wi ...Show All
Community Chat Microsoft Network Minitor
What would the pattern be that I need to use in network monitor to capture port 443 I hope I can send an alert when ever network monitor matches the criteria that I specify in the pattern. I do not know what to put in the pattern field value. Any ideas Thks This isn't really a hot technology. For further help you might want to check out the TechNet forums or newsgroups. http://forums.microsoft.com/technet http://www.microsoft.com/technet/community/newsgroups This is close to HTTPS monitoring, it is HTTP. http://technet2.microsoft.com/WindowsServer/en/library/8d13fef7-8aad-4097-90d6-91272f391fee1033.mspx mfr=true ...Show All
Visual Studio Team System Internal Error! Failed to acquire a ReaderLock
I get this error message at the end of a webtest. Any ideas as to why That helps a lot actually. I figured that is what was meant by reader lock, but I was wasn't sure. Thank you very much. ~Todd ...Show All
Visual Studio Team System Team Build - Build Passes on Developer Machines and Fails on Build Server
When our developers build the solution on their workstations the build completes just fine. However, when a build is performed on the build server there are errors. This typically involves places where attributes are added to methods. The type that is being passed as a parameter is part of the same solution and the project has a valid reference. All project references are standard copy local=false and nothing needs to be installed to the GAC. [XmlArrayItem(Type = typeof(TypeSerializer))] public List < Type > JournaledTypes Debug.txt from Build Server (None of these errors occur on the developer machines) Solution: Sodexho.sln, Project: SetupHelper.csproj, Compilation errors and warnings Setup ...Show All
.NET Development UdpClient in two threads
HI, I'm trying to use the same UdpClient instance in two different threads. The first is continuously blocking on a Receive() method while the other uses the Send() method to send data to another host. The problem is that I can't use Receive() and Send() methods simultaneously in different threads. When I try to Send(), the thread that is block on Receive() throws a SocketException saying that an existing connection was forced to close by remote host. Any help Thanks, Spulit I gave up using UdpClient and started using Sockets but I came up with the same problem. I have a like this (simplified version): class SocketRW{ public: SocketRW() { // Initialize socket; }; send(){ socket->BeginSend ...Show All
Visual Studio Team System Power Toys failed to install
Hi! Installation of power toys on my machine failed . The last view lines of the verbose error log are (if needed the whole error log is available): .... MSI (s) (34:C0) [08:09:57:677]: Executing op: ComponentUnregister(ComponentId={2DD323FA-3D9C-437B-BEAB-C516C569B2DB},ProductKey={C802488F-CB5F-48BE-BBD2-0C0F9E290E63},BinaryType=0,) MSI (s) (34:C0) [08:09:57:677]: Executing op: ComponentUnregister(ComponentId={98E68F3A-42CE-4CBB-ADF5-6C936BB7A9AA},ProductKey={C802488F-CB5F-48BE-BBD2-0C0F9E290E63},BinaryType=0,) MSI (s) (34:C0) [08:09:57:677]: Executing op: ComponentUnregister(ComponentId={91438838-2D70-44D4-ABB9-9F4F3D236C52},ProductKey={C802488F-CB5F-48BE-BBD2-0C0F9E290E63},BinaryType=0,) MSI (s) (34:C0) [08:09:57:677]: Executing o ...Show All
Windows Forms Dataview
A question please. Can a dataview select the columns of a Datatable For rows is: mydataview.RowFilter = "field=" & cboSujet.SelectedValue.ToString but for columns Thanks... Thanks. I want to filter the number of the columns of my dataview. Example I have a Datatable with 4 columns, but I only want 2. I assign my Datatable to my dataview. After that, can I filter the number of the columns of my dataview Thanks... ...Show All
Visual C++ Help with a project
I'm currently taking a C++ class, and we just learned about if, else and else if. What we were told to do was make a program that "Create a program that asks the user five math problems. You can make them as simple or as difficult as you want. Give the user a chance to type in the answer and calculate whether or not they got it right or wrong." and also "Praise them for a correct answer, but be gentle when they get it wrong. If they got it wrong, then supply them with the correct answer. After they have been asked five questions, print out the total number of correct answers." and to do that we should "Ask the questions in your main function, but use a single secondary function to get their response, see if they ar ...Show All
SQL Server running ssis package with ssis run time compoenents and sql server 2000...
Hi Jamie, thanks. I have similar concerns. Do you have any links or infromation pages that we can read through and provide it to our DBAs. Thanks, $wapnil spattewar wrote: I have similar concerns. Do you have any links or infromation pages that we can read through and provide it to our DBAs. About what exactly ...Show All
