Wally_West's Q&A profile
SQL Server Deployment question: SQLDB - SSIS on different boxes with SQL Agent for scheduling
I am interested in how you guys are deploying your packages. I am running SQL Server Integration Service(SSIS) and SQL Server Database Service (SQLDB) on different boxes. I can't have SSIS installed on SQLDB box because in my prod. environment, the DB box has *just* DB - no services or no other fancy stuff. So far so good. Now, if I want to schedule the SSIS packages (deployed on MSDB) to run periodically, I need to create a ...Show All
Visual C# AspNetSqlProvider
I have an error when i am try to make web partzone without using sqlexpress I want to use sqlserver2005 entreprise when i am try to create AspNetSqlProvider test failed and i have this error (An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Networ ...Show All
.NET Development system.net.mail Attching file gets locked
Hi, I'm having a problem when I send an attachment using system.net.mail, the file gets locked so that I cannot delete it until the application has finished. I found an article ' Re: Delayed send with smtpclient in .net 2.0 ' that details a similar issue and have followed all the advice in it but i'm still having locking problems. Here is my code Dim smtp As New SmtpClient(lSMTPServer_Address, lSMTPServer_Port) Dim file As Integer ...Show All
Windows Forms Open the Research Pane in Office 2003 using C#
Hi, I'm stumped on how to open the research pane programmatically using C# when opening or creating a new document via code. Any Suggestions Thanks S. more specifically, when opening or creating an MS Word document. ...Show All
Windows Forms Filtering Datagrid in a Master/Detail relationship.
Gurus, I am pretty new to the .NET stuff, so please excuse me if this seems too easy. I have a master/detail relationship in a dataset bound to two datagrids. Works well as it should. Now I need to provide a filter option on the master&nbs ...Show All
Visual Studio 2008 (Pre-release) Control for numberic input
How to allow to input number only into textbox Howevver I want this control allow to input integer number, float number, key controls. Please support the C# code for this control if anyone has. Thanks :) Take a look at the ConnectedData/BindValidation sample in the SDK. It should be easy enough to change the ValidationRule to do what you want. Michael ...Show All
Visual C++ Is it possible to use [SuppressUnmanagedCodeSecurityAttribute()] in MC++ code
If this is possible please show me the correct syntax. (I am getting a compile error that says 'empty attribute argument list is not allowed') If it is not, then what would be the recommend replacement in C++. Thanks [ System . Security . SuppressUnmanagedCodeSecurityAttribute ()] should work. ...Show All
Visual C++ system() command
Does VC++ support a system call command that is similar to system() in Unix If so, what is it Pls email your reply to lenaserg at hotmail.com The following thread may be helpful: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=384296&SiteID=1 ...Show All
Visual Studio Express Editions Default Browser
How do you get the default browser to open with a url without using the webbrowser control. You used to be able to do it in vb6. Or how do you get the webbrowser control in visual studio 2005 beta to show anything I put in webbrowser1.navigate( http://msn.com ) for instance and it shows a page that is an error page saying it cant find the server. But IE starts fine out side of Visual Studio and finds the server all the time. that's exactly ...Show All
.NET Development Data adapter problem
I have followed the EXACT instructions on using the queries generated when dragging tables onto a form and having VS2005 auto create all bindings and queries. I have also followed the exact instructions on updating a data adapter from the dataset that is holding (successfully I may add) using the generated "update" query. Even when following all of the instructions from the very first step I still cannot get the data to write to the ac ...Show All
Visual Studio Passing custom objects to t4 templates
This question has been asked before but I have a new twist for you. Looking to pass my own custom objects to a t4 template by calling TextTemplateAction from within my own Action class. The problem is that TextTemplateAction.Configure() takes a StringDictionary for the template args. Are there any other ways to pass this along I've basically done the following 1. Set up a RecipeArgument based on my custom objects type. 2. Specified th ...Show All
Visual Studio Express Editions Activation
Hello everyone This may seem like an extremely daft question but, I've just installed VWD and i've activated it, and i remember seeing this page http://lab.msdn.microsoft.com/express/register/ and as you can see it says that there are a few books that i can view. great i thought, One thing where are they and how do i get to them Sorry for this. thanks Tom I have the same problem with "VWD 2005 Express Edition Beta 2". I need the ...Show All
Software Development for Windows Vista Media Center
I installed and validated Windows Vista 5270 today (Jan 2, 2006). When I tried to load Media Center I got the message "This trial version has expired and can no longer be used." If I reset the computer date to Dec 31, 2005 or earlier, Media Center loads OK. Seems like the expiry date for Media Center in CTP build 5270 has been set to 1/1/2006. Are there any other programs in 5270 that share this problem, and will we be getting updated ve ...Show All
Visual Studio Express Editions Classes for multiple card games using the Card Game Framework?
Hi All- What would be the best way to set up a game that had multiple choice in the type of card game Would I set up a class for each type of game like a class for five card draw, a class for seven card stud Or is there a better way Thanks in advance, Mac You could have a generic Card class that sets up a framework for the other card games to follow. class CardGame { public abstract Card ...Show All
SQL Server Neither the partner nor the witness server instance for data...
I am getting this error while trying to setup mirroring. "Neither the partner nor the witness server instance for database "shop" is available. Reissue the command when at least one of the instances becomes available. (Microsoft SQL Server, Error: 1431)" I am just using principal and mirror server, there is no witness server. I have tried fully qualified name and ip for the servers also. I can connect from the principal s ...Show All
