tomas77777's Q&A profile
SQL Server How to Get Error Output from and OLE DB Command Destination
I have a data flow that takes an OLE DB Source, transforms it and then uses an OLE DB Command as a destination. The OLE DB Command executes a call to a stored procedure and I have the proper wild cards indicated. The entire process runs great and does exactly what is intended to do. However, I need to know when a SQL insert fails what record failed and I need to log this in a file somewhere. I added a Flat File Destination object and configu ...Show All
Visual C# opening text files in browser through hyperlinks
Hi I am using a ultrawegrid which has a column which contians names of text files which are present in D drive of server. I am able to create a hyperlink to the file by appending the absolute path in asp 2.0 (.net 2005). But when I click on that link the file is not opening. I want to open the file on whose name the user clicks, in a new browser window. Can anybody help me on this Sohan Hi I ...Show All
Visual Studio Source Safe Analyze
We are using the VSS 2005 Beta with about 10 local users and 3 remote user. Looking from the VSS Admin GUI, we see that nobody is Logged into the Database, but when we try to run Analzye -f it complains that someone is logged in. Where can I see all the machines logged into SourceSafe The remote people are using the VS 2005 Beta with the Internet plugin. These people never seam to show up in the list of users logged in. How can I determine if th ...Show All
SQL Server copy database from sql server 2000 to 2005
I am trying to copy a database from 2000 to 2005 using the copy database wizard. I am a sys admin on both the source and destination server and am using the windows auth method and sql management object method. I am not copying any database objects. Following is the report: Any suggestions Performing operation... - Add log for package (Success) - Add task for transferring database objects (Success) - Create ...Show All
Windows Forms Groupbox not retaining dimensions when inheriting tab control on form.
We are inheriting a form that has a tab control with one tab page (base form), then when we add tab on a form that inherits the base (Child form) and place an anchored groupbox on the 2nd tab; save it, close it and reopen the form... the groupbox is shrinking and not retaining the size that we set it to. Code is below: Note: It seems that it works OK with just the tab control on the base without any tab pages. BaseForm: < G ...Show All
Visual Studio Team System Changing Levels,Report Options, Altering existing rule
Hi, I am using VS2003 and FxCop 1.32 . I have following questions 1. I have created custom rules, but i want to ask whether it is possible to alter/modify existing rules 2. Can i change default levels of errors/warning like If i want to change Critical warning to warning .. how can i do it 3. Is it possible to log some specific messages to a different xml report in one run 4. I have added words in CustomDictionary. ...Show All
Windows Forms draft fonts in Crystal Report 9 VS .NET?
how can i have a draft font in crystal reports for .net everytime i print with draft fonts it always shows up as arial pls help me! Hi, Hmmm. quite interesting. I've encountered the same problem before, but the error there was that the default windows printer wasn't set to the printer being ...Show All
Visual C++ Refering API Dlls
Hi, I have a very basic doubt. I'm having a static api dll and a header file for its function prototypes. how can i call it from a vc++ project. (I need very basic information like where to change the configuration to include that dll to project)... Advance thanks... Muthu R. Krishnan You terminology "static API dll" is confusing. Is it a static lib, or is it a DLL DLLs expand to Dynamic-Link Libraries, and are not stati ...Show All
Windows Forms This error comes in win 2000 but not in Xp!!
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle) at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean sync ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Specular reflections aren't working right
I'm having a problem with specular reflection. It flickers as I move around my object. Sometimes when I'm looking at a face, and I swivel the camera just a few degrees, I get specular reflection. When I swivel a few more, the reflection is gone - leading to the flicker. But specular reflection is only based on the position of the camera, not the direction it's lookin ...Show All
SQL Server Help with DTSInstall.exe
All I need to do is copy a deployment package that I created with Visual Studio 2005 to another server location, installed in that server's file system (not msdb). I am hoping to use a simple deployment script, but I can't find any info on how to call dtsinstall.exe to automate this for me. I keep reading references to this utility, but how does one use it in silent mode and send it parameters At the command prompt, typing dts ...Show All
Visual Studio 2008 (Pre-release) InfoCard UI fails to start
This is in my event log. you should reference System.ServiceModel and System.IdentityModel.Selectors. You don't need a reference to Microsoft.InfoCard assembly. Cheers, DonRajah ...Show All
.NET Development Events in Generic List
In a C# program I've been working on, I have a class that makes use of a couple of generic lists to store some data. When the form that displays the database is closed, I do a check to see if the class is dirty. I've got some properties set up for the singular values so that when they changed, the dirty state gets updated, but I haven't got the lists updating the dirty flag yet. The way that I'm looking at doing it is attaching an event handler ...Show All
Visual C# Accessing Sharepoint Site Collection & getusagedata (cannot access sharepoint config db error)
I'm creating a windows forms application to access the usage data using the getusagedata method. Note that all this works on a developement server. On the production server, when I attempt to either create a new site SPSite("typed the url here") or create a spglobaladmin(returns yes for isglobaladmin), create a virtual server for the globaladmin, then try to perfom anything at the site level(count etc..) I get the following error: Microsoft. ...Show All
Visual Basic BackgroundWorker - How to run 100 of the same process simultaneously
Hi, I need to run 100 of the same processes simultaneously - just passing in one parameter which will be different for each instance. I was looking for how to do this with Background worker - does anyone have any similar examples Regards Michael Green Overview of Background worker Components http://msdn2.microsoft.com/en-us/library/8xs8549b.aspx Background Worker Class Contains examples ...Show All
