osydney's Q&A profile
SQL Server Flat File Destination
I have a red link from my OLE DB Destination to my Flat File Destination. I'm not sure why it's read but the OLE DB shoves some data into a table. I want to then take that data and move it into a flat file using the flat File Destination step but when I run my project, it shows the Flat File Destination Step green but my flat file shows nothing at the end. I'm not sure what I'm doing wrong but the line linking the two is still red ...Show All
.NET Development How can I call .NET 2.0 components from .NET 1.1?
Is this possible As a workaround, I tried to make a .NET 2.0 component COMVisible, and add it as COM reference from a VS2003 project, but doesn't works. Thanks, Ricardo Stuven. We had success with the following approach: http://dotnetjunkies.com/WebLog/saarc/comments/135635.aspx Parker Whittle ...Show All
Visual Studio Tools for Office Security policy does not permit customization to run
screenshot I have no clue what to do to solve this problem. It's a VB.Net 2005 application that starts a Word document (also created with VB.Net), which in turn load a normal Word document and fills in the CustomDocumentProperties. Both apps work as they're supposed to, but when they have to work together, I get this security warning. I tried the text below, but there is no simple Properties window (only that complex s ...Show All
.NET Development Class Library version questions
I would like to create a Class Library for work. I will be putting in data access, error handling, .... other generic classes Now how is the versioning handled Such as lets say I have a class library called Test.dll, and three programs call that Test.dll. Now I make a change to the Test.dlland recompile it, do all three of the programs referencing the Test.dll need to be recompiled to use this Test.dll Or what is th ...Show All
Visual C# Custom control draws incorrectly when moving another window over it.
This issue has seriously frustrated me. I am overridding OnPaintBackground to draw a gradient background in my custom control. It resizes great - very smooth, no flicker. When I try to move another window across it, it will repaint itself repeatedly... but it will repaint the area that was hidden by the window as if it was the entire control. So if I am starting the gradient from blue to green...When I move a window over half of the control, an ...Show All
.NET Development SQL in Visual Studio 2005
I am using Visual Studio 2005 Express Edition. I have a windows form that gets info from a database. And outputs. I want to make a search capability that a user can input in a text box and the SQL query checks the database for the right row in the database and output the results chosen. In this case, docName and docLocation on my form. My SQL query for the search is not working properly. SQL statement: SELECT ID, docName, d ...Show All
Visual Studio Tools for Office Long Time to Open an Xml WordML
I've got a WordML document that is very big (60.000 Kb: about 600 pages). If i open this document, Word take a very long time to open it. If i save this open document in Word format (".DOC") and re-open it, the opening is faster. Do you know why Is it possible to set some property o Word Application to reduce this time thaks in advace! Paolo Hi Paolo, This question is not related to ...Show All
Visual Basic Multilanguage Application
Hi everybody, I need to develop a multilanguage application. I don't mean VB & C#. I need one application that provides a german, french and english text. I have done already a ml application. But it was an ASP SQL server solution. Now I'm working with VB.Net. There were some threads with a similar question, but I need quite the basics. I'm sure there is a solution that is now available in VB.Net without a database. Thanks for your hellp. ...Show All
Software Development for Windows Vista WinFX Crashes
OK. Just installed the November CTP's and installed all of them. Everything seems to "work", but I can only get the WPF samples to run about 1 in 5 times - and when they do run, they crash very quickly. Almost all of them do this, no matter how complicated they are. Such as, when I run the "sample viewer" app, sometimes it will actually start up just fine, and I can start to navigate around. But usually within a minute or so (or a bun ...Show All
Visual C# Alternative to Global Variable
I am working on a database application that will operate in two modes. "Server" mode when it is connected to the network, and "Local" mode when it is not. I already have a function that determines if the PC is connected, but I am unsure of where to store the results of this function. My instinct is to store it in a global variable (field)... however from what I read on C#, the use of global variables is not recommended becaus ...Show All
Visual Studio Team System TF30068: An exception has occurred in a TF component: Could not load 'microsoft.visualstudio.coverage.analysis'
Hi, i've just installed TFS beta 3 + TFS Client using TFSSETUP account :), after logof and login with my admin account i'm getting this errors in MS Error Reporting: Application: VSTF Coverage Analysis Error Description: TF30068: An exception has occurred in a TF component: Could not load file or assembly 'Microsoft.VisualVtudio.Coverage.Analysis, version=8.0.0.0, Culture=neutral, PublicKeyToken=some numbers' or one of its dependencies. ...Show All
SQL Server Can't install SSIS on an XP machine
Hi all, Why would I not be able to install SSIS on an XP machine The option is grayed out. As a matter of fact, all the options are grayed out, save for the client tools. I'm using the September CTP. Thanks in advance, Anthony Rizzo, MCSE, MCDBA What SKU or Edition are you attempting to install Which options are grayed out Was SSIS already installed on this machine ...Show All
Visual C# Using fields as parameters in a method
I have a requirement in a project to build a history. No biggie, but there are dozens of bool fields and processing each one is very time consuming. My approach is to add a field name to an arraylist when the property is changed. OnSave() or Dispose() I look into the object and check to see if the field list is empty or not. If not, I process the list looking at each item comparing it to a clone of the original object so that only true change ...Show All
.NET Development Newbie-What is the proper way to handle special characters in XML?
I'm having a problem with single quotes in my XML document. I have Xml that resembles something like below: < xml version="1.0" encoding="utf-8" > <root> <MyText>Text contain's a single quote</MyText> </root> This content resides in a file and when I extract the xml and pass it to a stored procedure, instead of the entire xml being sent to the stored procedure, it is being truncated because of ...Show All
Visual Studio Express Editions Error when starting Visual Webdeveloper Express ?
Hi there, I'm getting the following error when i try to start VWD Express : Package Load Faliur Package 'Visual Studio Explorers and Designer Package' has failed to load properly (GUID = {8D8529D3-625D-4496-3DAD630ECC1B}). Please contact package vendor for assistance. Application restart is recomended, due to possible enviroment corruption. Would you like to disable loading this package in the future You may use 'VWDExpress/resetskippkgs' to re- ...Show All
