Software Development Network Logo
  • Visual C++
  • Windows Vista
  • Microsoft ISV
  • Architecture
  • Game Technologies
  • SQL Server
  • .NET Development
  • Visual C#
  • Visual Basic
  • Smart Device
  • Visual FoxPro
  • VS Express Editions
  • Visual Studio
  • Visual J#
  • Windows Forms

Software Development Network >> cheariot's Q&A profile

cheariot

Member List

SneshaA
Steve_King
evali
GiampaoloSanRemo
dundret
tc ace
Paolo Ponzano
Stefan Keinitz
evoltix
cristof
jackzar
Fakrudeen Ali Ahmed
Sriram Rajamanuri
edgtr
isha_2
gisgeezer
Shabaneh
Jay Wise
Christian Morel
Irfan Khalil
Only Title

cheariot's Q&A profile

  • Windows Forms Global Right Mouse Click at Design Time

    Is it possible capture the right mouse click popup and add items to it   I saw the DesignerVerb, but that's only for that particular control.  Basically, if it's possible, I'd like to capture anytime a System.Windows.Forms.Control is clicked on.  Is that possible   Add-in   :~  Ok, so the magic answer to this ended up being, usin ...Show All

  • SQL Server FTP task fails when run as a scheduled job

    I've created an SSIS package that retrieves a file from an FTP site.  When I create an SQL Agent job to run the package on a regular basis, it fails.  It seems that the password isn't kept (even though I set Remove Passwords to FALSE).  I've looked at the connection string in SQL Agent, and it seems to be missing key information, like the user name and password, but it is unclear what the correct syntax should be.  The error messages are completely unhelpful. Thanks, Warren The default security.protectionlevel property for packages is EncryptSensitiveWithUserKey. When SQL Agent calls a p ...Show All

  • .NET Development http channel registering

    Hey everyone, I just want to ask a question about the registration of the http channel in config files. I have just fixed a bug in my application where I was getting an error saying that I cannot register the http channel more than once. I understant what it is saying, but I dont know why it would be trying to register it twice in the first place. In my wen.config file (im creating a asp.net app here) I have some elements that define the http channel. Am I correct in saying that everytime a page is loaded the web.config file is loaded and the http channel is registered If so why doesnt it error at this point In my app I have 2 apps, Ap ...Show All

  • Visual Studio Tools for Office Deploying Outlook Add-In (after following tutorial Part 2)

    First off, it's worth saying that VSTO 2005 is excellent both as a product and as supported by all of the great articles and samples. Office has become a very important Hosting environment for enterprise applications and VSTO (and the community) is exactly what we need. I just finally got my Outlook Add-In to work with one-click deployment, but I needed to customize the SetSecurity project referenced in the Part 2 Walk-thru. I added a "trustTargetDir" parameter and when "trustTargetDir" is true, then the AddSecurityPolicy method uses "FullTrust" o the targetDir. In my case, I'm using Redemption.dll beca ...Show All

  • SQL Server Time series calculation

    Hi, is this "best practice" (adding a separate dimension for time series calculation, like described here: http://blogs.msdn.com/bi_systems/articles/187639.aspx ) still valid for SQL 2005 Or is there any better solution for that I simply don't want to write one MDX per time series calculation (YTD, MTD, ...) per measure... Thanks, Hi Thomas, This SQL Server Magazine article discusses the approach to Time Intelligence taken in the AS 2005 Business Intelligence Wizard: http://www.sqlmag.com/Article/ArticleID/46157/Analysis_Services_2005_Brings_You_Automated_Time_Intelligence.html >> June 2005 ] Anal ...Show All

  • Visual Studio Team System "No engine was able to load target DCHInstall.exe."

    I've downloaded the FxCop 1.32 Build: 50628.0 from your web site. Following error occures when I add the VC++ based project to the target. "No engine was able to load target DCHInstall.exe." Application was developed on following environment. Microsoft .Net Framework 1.1 Version 1.1.4322 Microsoft Developer Environment 2003 Version 7.1.3088 I do not see the reason for this error and hence don't know how to get rid of it. David's right on the money here: FxCop can only analyze the managed elements of a mixed mode c++ binary (or an entirely managed assembly generated by the c++ compiler). VS2005 Team System ships with a differen ...Show All

  • Visual Studio Express Editions vcsetup does not install.

    It gives me the error message, "..../vcsetup.exe is not a valid Win32 application." And I am using Windows XP. Hi, I am having the same problem. I just posted a message before finding your message. Did you ever get this resolved Thanks! ...Show All

  • Software Development for Windows Vista Problem Using ifElseactivity in an Embedded workflow designer

    I'm trying to use a ifElse activity in an embedded workflow designer ( Workflow Designer Control Example   downloaded from here: http://www.windowsworkflow.net/Downloads/Examples/Workflow%20Designer%20Control%20-%202005-09-24.exe ) I added a IfElse activity and then select one of the branches. In the property window I select a System.Workflow.Activities.Rules.RuleConditionReference Condition and then when I try to edit the Name   property of that condition (pressing the "..." button) I receive this error: Value cannot be null. Parameter name: activity If I do exactly the same in Visual Studio, I get a Select Rule Condition Form I ...Show All

  • Visual C# Logging Feature w/o passing a streamwriter

    I have written a program with several classes, and several methods that objects of each class performs. Now, I want to create a detailed logging feature, that will produce a single text file each time the program runs. I want to be able to add log entries from any method in any class in the program. What I don't want to do is, for each entry, open the file, write the entry, flush, and close the file. I also don't want to pass a streamwriter to every method. I thought of one way, because this is a console app. I could just push all logging messages out to the console, then simply call the program with a DOS redirect. I was hoping for somet ...Show All

  • Windows Forms Default Value for the Custom Cells Controls

    Hi all, We just posted two new whitepapers about building custom cells and columns for the DataGridView control: Building a custom RadioButton cell and column for the DataGridView control ( Source and Sample Code ) Building a custom NumericUpDown cell and column for the DataGridView control ( Source and Sample Code ) The docs, source code and sample code are under http://www.windowsforms.net/WhidbeyFeatures/default.aspx PageID=2&ItemID=13&Cat=Controls&tabindex=5 Enjoy! -Regis Microsoft Windows Forms team This post is provided "as-is" I'm using the Cal ...Show All

  • Software Development for Windows Vista Tips For Resolving WWF Build Errors - Beta 1

    So the WWF tools for VS.NET 2005 have some 'issues' that can rear their head as strange build errors. The symptom is that your solution, which has no syntax errors at all, sometimes fails to build and just spouts random bollocks. What seems to be happening is some wierd caching of types by the designer- reason being is that the designer has to build your custom activities at design time so that you get a nice design experience. So here are a few tips if you are seeing wierd build errors. #1. If you are closing VS.NET and/or your solution, make sure that all designer and code documents are closed. #2. If it's behaving strangely have ...Show All

  • Windows Forms viewing changes in datagridview

    using vb 2005, i have a datagridview setup through the wizard. The datagridview is strictly for viewing purposes only, no editing is done via the actual datagridview. All changes are done via code, however then the datagridview does not reflect the changes until i restart the application. How do I get the datagridview to refresh with the new data that was entered via code thanks to anyone who will try to help. Hi! You'll have to refresh the data source with which you are filling/databinding the datagridview. It could be datatable in dataset and you may be filling it using data adapter or table adapter ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. directsound q

    if i have a directsound buffer, how do i play it twice at the same time caz if u go: buffer.Play(); buffer.Play(); the second Play call doesnt do anything caz the first one is still running For each sound you want to play simultaneously you create a SecondaryBuffer All the secondary buffer will mix inside the PrimaryBuffer automaticly and you normally don't fill directrly the primary buffer To see if one of your secondary buffer run you check it's status (Play,Pause, Stop) Before you stop it to restart the sound of that buffer ...Show All

  • Visual C# C# Class Factory Design Pattern ,Where from I can get free free resources???

    Hi I want to explore my skills in c# class factory design pattern . Please help me and provide some free resources. best regards ashok kumar roy The Patterns and Practices team also has a Factory Design Pattern Whitepaper available at: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnbda/html/factopattern.asp . Thanks, Dan Fernandez C# Product Manager   ...Show All

  • Visual Studio Team System Small Orginizations [RUP OR MSF]

    What do you people think …For Small Business…organizations having lesser number of people on hand What is the best way to adopt Process Improvement MSF or RUP I would suggest MSF for Agile Software Development but then I am biased. However, I will present my argument for it. The MSF approach minimizes the amount of overhead necessary to develop and ship a product. When MSF is combined with Visual Studio Team System, the overhead becomes even smaller. Since MSF is agile, it allows maximum flexibility for the team. I invite you to take a look at the latest version (an even newer version will be available on the MSDN web site next w ...Show All

©2008 Software Development Network