Software Development Network Logo
  • Visual C++
  • Visual FoxPro
  • .NET Development
  • Smart Devicet
  • Visual C#
  • Microsoft ISV
  • SharePoint Products
  • SQL Server
  • Visual Studio
  • IE Development
  • VS Team System
  • Windows Forms
  • Visual Basic
  • Windows Vista
  • Audio and Video

Software Development Network >> A.Arora's Q&A profile

A.Arora

Member List

aeonblaire
jakeb16
David Joyce
Joe Lucas
David Hubbard
Sniper167
FasT
ShayEr
MyoZaw
KitWest
windoze
Matt Stum
Poolius
ccote
Dave Waterworth
Deza
joeydj
Wellnow
SQLHelpFTS
jhansen
Only Title

A.Arora's Q&A profile

  • Silverlight (formerly WPF/E) Web Application templates for VS Express?

    Hi, just wondering if there are any templates available for VS Express On the homepage of one of the downloads specified in the Release Notes it is stated that "To fully enable Web Application Projects in Visual Studio 2005, you will need to first install Microsoft Visual Studio 2005 – Update to Support Web Application Projects , then this add-in. Visual Studio 2005 Web Application Projects are not supported in Visual Web Developer Express Edition." Is there perhaps a way to register the template by hand The installer for the VS template states that it "ended prematurely because of an error", probably because of the the missing "Web Application Project" add-in. Suggestions anyone /Simon ...Show All

  • Visual C# Can I see settings, and add an exception (a port number) to the windows firewall from C#?

    Can I see settings, and add an exception (a port number) to the windows firewall from C# To control Windows Xp Firewall Pragmatically use Windows Firewall API for more info look at i think you will find your anwer in this article look at the code also Windows XP SP2 Firewall Controller   Windows Firewall Reference ...Show All

  • Visual Studio Team System Unit tests not run when building ASP.NET site

    Hey. I just created a team build for an ASP.NET site with unit tests. However, the tests are not run and I'm not sure where to begin looking. Could anyone help me out The BuildLog.txt states: Target CoreTest: Creating directory "C:\DailyBuilds\Tove\ToveDailyBuild\BuildType\..\Sources\..\TestResults". __________________________________________________ Project "C:\DailyBuilds\Tove\ToveDailyBuild\BuildType\TFSBuild.proj" is building "C:\DailyBuilds\Tove\ToveDailyBuild\BuildType\TFSBuild.proj" (RunTestWithConfiguration target(s)): Target RunTestWithConfiguration: TestToolsTask MetadataFile="C:\DailyBuilds\Tove\ToveDailyBuild\BuildType\..\Sources\Ebutik\Ebutik.vsmdi" TestLists=& ...Show All

  • Visual Studio Express Editions LDAP Authentication

    hi all, i want to create a login form to my windows application that takes username and password and looks to Active Directory to authanticate the user. I think i could use LDAP but how thnx.. private void button2_Click(object sender, EventArgs e) { DirectoryEntry theEntry = new DirectoryEntry("domain\\serverName", textBox1.Text, textBox2.Text); object theObject = theEntry.NativeObject; DirectorySearcher theSearcher = new DirectorySearcher(theEntry); theSearcher.Filter = "(SAMAccountName="+textBox2.Text+")"; theSearcher.PropertiesToLoad.Add("cn"); SearchResult theResult = theSearcher.FindOne(); if (theResult != null) ...Show All

  • Visual Studio Can Shapes that house/own other shapes?

    Hi All, I am trying to figure out if this is even possible Can a shape own or be a compartment of other shapes Thanks This has been raised before. You might find the following post helpful: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=807805&SiteID=1 ...Show All

  • SQL Server VERY large binary import/export headache

    Hi, I am currently importing (and exporting) binary flat files to and from Db fields using the TEXTPTR and UPDATETEXT (or READTEXT for export) functions. This allows me to fetch/send the data in manageable packet sizes without the need to load complete files into RAM first. Given that some files can be up to 1Gb in size I am keen to find out a new way of doing this since the announcement that TEXTPTR, READTEXT and UPDATETEXT are going to be removed from T-SQL. I had a quick foray into SSIS but couldn't find anything suitable which brings me back to T-SQL. If anyone knows a nice elegant way of doing this and is prepared to share, that would be grand. Thanks for your time, Paul SqlServer 2005 has a new .write extension to the UPDATE s ...Show All

  • Visual Studio Not able to compile the C# code in VS2005 with crystal report included in the project.

    Hello, I create a new project and add a new item to it which is a crystal report. Then when I compile , I get the following error without adding a single word of code: Error 1 Assembly 'CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' uses 'CrystalDecisions.Enterprise.InfoStore, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' which has a higher version than referenced assembly 'CrystalDecisions.Enterprise.InfoStore, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' c:\Program Files\Common Files\Business Objects\2.7\Managed\CrystalDecisions.CrystalReports.Engine.dll WindowsApplication2 Warning 2 Reference to type 'CrystalDecisio ...Show All

  • SQL Server IDENTITY_INSERT On/Off in sql compact

    Hi, Im working in a project that uses sql server compact. While migrating some data from another database I needed to "Turn off" the identity insert : SET IDENTITY_INSERT <tablename> OFF and set it back to "ON" after the migration was completed. Unfortunately SQL Server Compact is giving me the following error: There was an error parsing the query. [ Token line number = 1,Token line offset = 5,Token in error = @@IDENTITY_INSERT ] Im i doing something wrong or this instruction is not supported by the Compact edition. Does anybody knows another way to do this Thank you Alexander75 My samples use native code, but you can use the .NET CF clas ...Show All

  • Visual C++ New Class instance in newly created VIEW

    Hi, I am using VC ++ 5.0 and working on Document/View architecture. I have declare one class instance in the private members list of My CDiagView (i.e. CFormView) class. e.g. //CDiagView.h Class CDiagView : public CFormView { private:        MyClass *my_class; .......................................... ...................... } And in //CDiagView.cpp I have written following in the OnInitialUpdate() . my_class = new MyClass(); Now everytime I create new view, it will create new instance of MyClass but unfortunately it is replacing the old instance for previously created CFormView. Result of that when I call any method of MyClass then it is returning the value for ...Show All

  • Visual Studio 2008 (Pre-release) Capturing a Click Event.

    Has anyone had any success with capturing a "click" event on an image created on a Canvas I see various properties for MouseUp, MouseDown, StylusUp, etc... But how about a good old-fashioned Click or DoubleClick Or must I capture and handle both mouse down and mouse up (and Mouse out to cancel the mouse down ) you can use mousedown/previewmousedown event for click the following post shows doubleclick http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=247698&SiteID=1 ...Show All

  • SQL Server DMX Query for regression coefficients

    How do I write a DMX query to return the coefficients of the independent variables in my regression equation Thanks, Carrie Assuming your model name was "cp" and your attribute name was "IQ", I think this is the query you want select FLATTENED NODE_CAPTION, NODE_NAME, ( select ATTRIBUTE_VALUE AS mean, [VARIANCE] as [variance] from NODE_DISTRIBUTION WHERE VALUETYPE=3) as stats from cp. content WHERE ATTRIBUTE_NAME='IQ' ...Show All

  • Visual C++ Is the Components and Controls Gallery gone?

    Hi, I am new to Visual Studio 2005. I couldn't find the handy Components and Controls Gallery, which was available in Visual Studio 6, through Projects -> Add to Project -> Components and Controls. Is it gone If so, how do I accomplish the tasks that I could with the Components and Controls Gallery, like adding an ActiveX control, a popup menu, or a splash screen Thank you all for your attention. Eddie I remember vaguely Components and Controls Gallery but I think that now you can use the Toolbox to achieve the same thing. While you are in the dialog editor you can right click Toolbox and select "Customize Toolbox..." options. You'll get a dialog with couple of tabs where the second ta ...Show All

  • Windows Search Technologies How remove exclusions after upgrade to v3

    After upgrading to OL 2007, I was 'forced' to upgrade WDS from 2.x and as has been documented I now have less flexibility in choosing what will be indexed. So be it for the moment at least... But some old OL 2003 folders in a local .pst file I chose NOT to be indexed by WDS 2.x are still excluded in 3.x, with no way to edit them ! How can I make changes to this custom exclusion list now I have WDS 3 W The Outlook team, when building in search into their product, decided that only the stores can be indexed or not, and not at individual folder levels. When searching a store, Outlook will either perform a fast search if the store is indexed or a slow search by scanning (grep) every email if it is not i ...Show All

  • SQL Server Single to Multi-value parameter passing

    Hello, I am creating a drill through report in which I am selecting a single month from the main report. When I pass this month, I would like the secondary report to select all the preceding months (i.e to set YTD for secondary report) e.g. Primary Report - March selected from the drop-down Secondary Report - Jan, Feb, March should be selected. Any help will be appreciated. FYI - I am using an Analysis cube as my data source Thanks If you want to just display the month/year in the drop-down that is fine, but it is probably easiest to actually store and operate off of a full date from the first report (i.e. 1/1/2006, 2/1/2006, etc.).  This simplifies your filter in the secon ...Show All

  • SQL Server Need help on COM-based Custom Conflict Resolver

    Hi everyone, I am working on a COM-based custom conflict resolver (vb.net) for a merge replication problem that I am having. This is what I am trying to accomplish. 1. Have a Last_Upd_Dt column. 2. When there is a conflict between publisher and subscriber on a column, the winner is the most recent date in Last_Upd_Dt and want the value for that column from that source. 3. If there is no conflict on a column and the column was updated by either the publisher or subscriber, I want to keep the change made by the publisher or the subscriber. (i.e publisher made change in col #1, subscriber made change in col #2, no conflict, the resulting row will now have the col #1 value from publisher, col # 2 will have value from subscriber. Essentially ...Show All

©2008 Software Development Network