Michael Cramer's Q&A profile
.NET Development Validation of a xml file
Hello, I have a .xml and a .xsd file. Now I want to validate the xml against the xsd file with the new .NET Framework 2.0. I have heared that this is only with ValidationEvent possible. Can somebody paste me a link with a documentation Thank you Want to add that validationevent is just catch any errors during validation. Thanks ...Show All
Visual Studio Team System Get Latest Version not bring all the files to local computer. bug?
hello to all. in the team project that i working on i have folder named "binaries". this folder mapped in my workspace to "binaries" folder in my c:\binaries. lets assume that both folders contain the same files (synchronize). now, when i'm delete manually the files in c:\binaries (through windows explorer), i'm expect that the next time i will do "get latest version" from the TFS it will bring me the files i deleted m ...Show All
Visual C# Progress Bar
I have a progress bar whereby it should progress for every graph that is loaded.But upon executing the program, the progress bar will immediately hit 100 % even the graph had not been fully loaded. But my code is written such that the PerformStep is placed after the loading of graph. Please advice. Thanks for ( int i = 1; i <= load_graph; i++) { parent_form.flowLayoutPanel2.Controls.Add( new TrendChart (a , root_source)); ...Show All
SQL Server Problems with remote SQL 2005 server and excel as an input source
Hello, I am trying to write my first couple Integration Services packages using SQL 2005. My configuration is a workstation running windows xp professional, and a windows 2003 server that is running the SQL server. Anytime I run a package that accesses the remote server from my workstation, the job fails with an error code. The workstation cannot seem to run a package to load data to the remote sql server. Why is thi ...Show All
Windows Forms Setup - Validation and advanced configuration.
I have a forms app (just a system tray icon) that I need to install. I have several custom actions that I am going to be building and am not sure the best way to approach this. What is needed: 1) action to search for a sq ...Show All
SQL Server Making SSAS Developer Edition act like standard edition
My understanding is that the Developer Edition of SQL/SSAS contain all of the functionality of the Enterprise Edition. Is there a way to force it to act as if it were Standard Edition (and therefore subject to all of the limitations of SE) The reason I ask is that with our product we're trying to maintain compatibility with both SE and EE. I realize I can just install SE instead of DE, but if there's a way to simple toggle the behavior, that wo ...Show All
Windows Forms How to Set Quick Start Tutorial
Hello All, I want to learn about Windows Forms 2.0. Can anybody explain me how i can set Windows Forms 2.0 Quick Start Tutorials on My local machine.. Thanks in Advance Shail Hello, finally I done it. Steps are like this. 1. Install .NET 2.0 Framework SDK 2. Choose Start-> Programs -> MicroSoft .NET Framework SDK v2.0 -> Quickstart Tutorials 3. In the Web Page shown click the link " Set up the QuickStarts & ...Show All
Visual Basic how to create a new txt file at midnight each day and write to it
Hello I was wondering if somebody could help me with creating a new txt file each day at midnight with the name in the format of ddmmyy_hhmmss.txt also how to add text to it, well maybe i can do this i think, but maybe it would help confirm this bit. ikind of have the following so far, not much i know, thank you all in advance Private Sub OpenFile() ' filename = "C:\CRAPS\txt_files\" & Format(Now, "_MMMddyy ...Show All
Windows Forms Another Source Installation Issue
I am new to .NET and this is my first post to any of the forums and so I apologize if I have started a new thread when it would have been more appropiate to contribute to an existing one. My problem is that when I try to&nbs ...Show All
Visual C# Stopping a service if there's an error on startup
Hi, I've been trying to achieve this without success, and I'm sure I'm missing something that is in front of me. I'm writing a windows service that loads some configurations from an xml file and sql server, and I'd like the service to be stopped if any of those fail to complete. I already have all implemented, and got to write information on the event log to tell me where's the error, but the service keeps started. Any help Thanks in advance, ...Show All
Visual Basic Transferring Text
I'm really new to this, and I'm having a bit of troubble. I'm trying to make a button (btnTransfer) transfer text from one text box (txtComplete) to another text box (txtStart) I placed code in the button event for when its clicked as follows txtStart.clear() txtComplete.copy() txtStart.paste() The code partially works, it'll clear txtStart but only pastes "txtComplete.copy()" into the text box txtStart. Help please ...Show All
Visual C# Wave to text
Hi, I am developing an application, where i got few wav files with UK English ascent. I want to convert these files into text, could you please help me how to achive this. Thanks in advance, Prashant Take a look at the Speech SDK, click . ...Show All
SQL Server Derived Column Task failing with error 0xC0049067
I have a package that fails as soon as it hits the first Data Flow that contains a Derived Column task. The task takes three date columns and looks for a date of 6/6/2079. If it is there, it is replaced with a NULL. This task worked fine until I installed the Non-CTP version of SQL 2005 SP1, earlier today. (I went from RTM 9.0.1399 to SP1 9.0.2047)Does anyone have any ideas Here is the error I am trapping: An error occurred while evaluat ...Show All
Visual Basic Call a Query from another Query in Query Designer?
In MS Access I could have a 2nd Query refernce the first Query. In Query Designer in Studio 2005, I see no way of doing this ie: Query 2 gets all or some of it's data from Query 1 In my 2005 Project, Under Queries, I have a Query 1 and a Query 2. How do I access with Query 2 what Query 1 returns (i have it sort of working with the "make table" option on Query 1, but I dont want to clutter up the DB with temp tables!) Any help Thx! Carl ...Show All
Windows Forms Extending IssueVision / code group
Has anyone extended IssueVision and published their work If I can't find an extended version, I'll be extending the app over the coming weeks to suit the requirements for bug tracking app. I like what they've done so far, but to make it usable&nbs ...Show All
