Aspded's Q&A profile
Windows Forms cruisecontrol, msbuild, obfuscate, clickonce
I'm looking to setup an integrated deployment scenario using cruisecontrol. I would like the build process to build the release version, obfuscate the code (including dependant project dll's) using Dortfuscator CE and finally publish the app for Clickonce deployment. Does anyone have any info on how to set this up You could use a script calling the mage.exe to configure a ClickOnceDeployment. (For info take a l ...Show All
SQL Server Problems with SQL Task
Hi! I have a problem running a package and one of its SQL Tasks. This is the action the task performs: DELETE FROM Fac_Vendita WHERE Data >= I pick the value from a variable I get from a previous task, and I map it in the new task like this: Variable name: User::dur Direction: Input Data Type : DBTIMESTAMP Parameter Name: 0 I get this error: DELETE FROM Fac_Vendita WHERE Data >= " failed with the following error: ...Show All
Visual Basic how to Count the filled rows in the DataGrid
Hi, Please can some one help me to know "How many rows are the datagrid filled with " Thanks a lot Use the .rowcount property of the datagrid or the .count property of the datasource of the datagrid ...Show All
Microsoft ISV Community Center Forums Programatically Changing Excel Default Delimiter in VB.NET
Hi, Is there a way you change change the default delimiter used by Excel when saving the spreadsheet as csv file format in VB.net I change the default delimiter from "," to "|" in: >Custom Control > Regional and Language Option > Customize button > Numbers tab > List separator It only works if I save it manually. However, when I attempt to save the spreadsheet into CSV in vb.net, it revert ...Show All
Visual Studio Team System How to Publish Test Results with out using Build.
Hi, We are using VSTS 2005 and TFS Beta3. I want to know whether we can publish the test results with out using the Build. If it is please mention me the steps how to implement them. In order to publish the test results what are the requirements. Please help me by providing some information about these questions Thanks. One option is to install the big build tools and create an Empty class library, and build that with team build. That wa ...Show All
Visual C# MouseMove event on a parent panel
Hello, Here's what I'm trying to do. I have a panel the size of my application window. I want the panel's MouseMove function to be called when the mouse moves over it. This part works beautifully. However, when I add a small child panel to this panel, the original MouseMove event doesn't fire when the mouse is over the child panel which is over the parent panel. It only fires when I move the mouse over part of the parent pa ...Show All
Visual C# using the TabControl (Custom?) from the IDE...
Does anyone know if there is a way to use the TabControl (I'm not sure if that's even what it's called) which contain items such as the ToolBox, Solution Explorer, Class View, Properties, etc. Hi I think you need a Spliter.... it is avalible in the Windows Forms Tab page in the tool box by default ... Its work like a Framed page in HTML ...Show All
Visual Studio Changing AssemblyInfoTask properties for a single csproj?
I'd like to be able to fix the AssemblyVersion differently for different projects on my dev-machine. Let's say I have ApplicationA with version 1.0.0.0 and ApplicationB with version 1.3.0.0. To get this to work I assume that I could use a PropertyGroup in the csproj file for these two applications (as they reside in different solutions). So basically I'd like to add the following to the csproj file for ApplicationB: <PropertyGroup&g ...Show All
SQL Server sQL server 2005 beta 2 installation
Hi, I am trying to install sqlserver 2005 beta version but the installation failed due to the following error. Could someone let me know how to get rid of the error. TITLE: Microsoft SQL Server 2005 CTP Setup ---------------------------------------- SQL Server Setup could not connect to the database service for server configuration. The error was: [Microsoft][SQL Native Client]Named Pipes Provider: Could not open a connection ...Show All
Windows Forms MDI and child forms
All the forms I place in the MDI are the same size. I am trying to figure out how, when a form is placed on the MDI, no scroll bars appear or rather, the child form fits perfectly in the MDI, has no scroll bars and also, the background of the MDI can not be seen around the edges of the child form. I can do a lot of resizing and make the MDI background the same color, but seems to me a lot of trouble. And, using VS.Net 2003 and C#. Th ...Show All
SQL Server database diagram in sql 2000
how do you create a dataase diagram in sql 2005 express.. trying to work on an existing sql 2000 database diagram when we right click it . we encountered an error. or how can we move an existing sql 2k database diagram to wotk with sql server 2005 express as client.. The system cannot find the specified path exception from HRESULT 0x800700002 (Microsoft.VisualStudio.VSHelp80) thanks how do you create a dataase ...Show All
Visual C++ How can I do ATL/WTL programming under VC 2005 Express?
I try to use WTL under VC 2005 Express, but when I compile a simple project, it told me, missing "atlbase.h" file. so I download Windows 2003 SP1 Platform SDK, but after I installed, I found the ATL in Platform SDK is only version 3.0(found in atldef.h) ///////////////////////////////////////////////////////////////////////////// // Master version numbers #define _ATL 1 // Active Template Li ...Show All
.NET Development SMTPClient Problems
Just converted my vs.net 2003 project to 2005. Changed to system.net.mail. I get the following error when i get to the send command - {"Command not implemented. The server response was: Command not Supported"} Here's the code. Dim ErrMail As New MailMessage( New MailAddress(cVariables.UserEmail), New MailAddress(MailTo)) With ErrMail .Subject = subject .Body = Message End With Dim MailClient As New SmtpCl ...Show All
Windows Forms Tab control shortcut key
How can you set a shortcut access key for each tab of a tab control Using the & sign like you do for labels and command buttons doesnt work,(it just puts the & in the text). Also Im using vs 2005 C#. Thanks, I just came across some code that Sets up shortcut keys for the .NET tab control private void frmReceiptWare_KeyDown(object sender, KeyEventArgs e) { &nb ...Show All
Visual Studio Express Editions Using a array of classes? (Or something like that)
Okay, I do this very easily in Java and Javascript, but cannot seem to get it working in Visual Basic. Here is how I'm current doing it: Public Class extList Private name As String Private dir As String Private propertyValues As String() Public Property extName() As String Get Return name End Get Set(ByVal value As String) name = value End Set End Property Public Property extDir() As String Get ...Show All
