ashish tiwari's Q&A profile
Visual Studio Team System Installation on PDC
Hi, Is it possible to install the Application Tier on the domain controller itself If yes, do I still create the user tfsservice and tfcsetup or can i use the administrator directly What are the cons of doing this(vsts + pdc) in one server. Thanks Joey Yes, both App Tier and Data Tier can be installed on the domain controller. On the dual-server topology, you should use domain accounts as the TFSSETUP, TFSSERVICE, and TFSREPORTS accounts. ...Show All
Windows Forms Using ClickOnce with Window Services
I created a Windows Service and I want to deploy using ClickOne. Is this possible ClickOnce is targetted towards deploying isolated per-user applications. It cannot be used to deploy Windows Services. You will need to use Windows Installer for this. ...Show All
Visual C++ is it x64 (?)
Hi, I have a AMD opteron machine on which i have installed Windows 2003 server. The systems information displays it to be a X86 Based PC!. Also programs compiled on visual studio 2005 Beta2 for x64 fail to run on the same machine. Message from one of my test programs.. "C:\MntFSWin64\Hex_dump2\Hex_dump2\x64\Debug>.\Hex_dump2.exe The image file C:\work\imk\MntFSWin64\Hex_dump2\Hex_dump2\x64\Debug\Hex_dump2.exe is valid, ...Show All
SQL Server SHOWSTOPPER!!!!
Hi, Currently, with the setup that I downloaded off of the MSDN library, I ran the default.htm to install SQL Server. I get the error wit hthe splash.hta etc. I went around those to trun the Setup.EXE from the SQL SErver x86 folder and the setup runs fine. It also allows me to choose the installation path for Various components. HOwever, each tiem I choose D for the components, it seems like there is alot more getting installed on the C drive. ...Show All
Visual C# Active Directory Events
Hello. I need some help with Active Directory changes tracking. I find an example in MSDN, but it's in C++. So... How can I track changes from C# Has someone example code for this or similar task Thanks. Did you find out how you detect who made the changes Is there a similar attribute to 'modifiersname' in AD that can be retrieved Cheers Steve ...Show All
Visual Studio Tools for Office VSTO Editions
Doesn't VSTO come with VS 2005 Professional I downloaded the VS2005 Pro DVD from MSDN and didn't find the installer for VSTO. Thanks. Mike, I have a MSDN subscription and have downloaded and used VSTO. Other employees in my company do not have a MSDN subscription and would also like to start using VSTO. They have already purchased VS 2005 Professional. All we can seem to find is for them to purchase the ...Show All
Software Development for Windows Vista Delay activity - 60 days timeout perid error
Hi , I have delay activity that is set on period of 60 days. Code for timer initialization: daWaitingForDocuments.TimeoutDuration = TimeSpan .FromMinutes(60*1440); //60 days Value from quickwatch inspector: daWaitingForDocuments.TimeoutDuration {60.00:00:00} System.TimeSpan this code is inside constructor, and it doesn't throw exception. But when state machine workflow enters state with delay activity it throws exception Ti ...Show All
Visual Basic Windows Forms Gridlines
Hi I've just installed Visual Studio and opened up a new project in Visual Basic mode, but the windows form has no gridlines on it. I've searched through the menus and help, but can't find where to turn these on. Please help! Ben That did it. I also hadn't realised VS needs to be restarted in order for the feature to be activated. Thanks for your help! Ben ...Show All
Visual C# API
Does anyone know where I can get examples of c# code using winAPI I tried using the msdn but since Im a beginner to any kind of programming language, it seems they cater mostly to higher level programmers, either that or I couldnt find the beginner's section. Thanks http://samples.gotdotnet.com/quickstart/howto/doc/Interop/PInvoke_Simple.aspx ...Show All
SQL Server About Login Account
Hi everyone, I have a simple question for you which is too important for me. My question is about logins in my own(local) server. I know that my local server(my computer's server) has to default login account which are called sa and BUILTIN/ADMINISTRATOR. While I am using my own server, I do not know which default login account is used by my Server since I use windows authentication while connecting to the Server. Another question is that while ...Show All
Visual C++ How can I solve below template partial specialization problems?
I want to specialize template when return type is void. ========================================== template <char const*& T, class U, class X> class CSpecialize { public: CSpecialize(X (U::*pfunc)()) : m_pFunc(pfunc) { } X (U::*m_pFunc)(); }; template <char const*&T, class U> class CSpecialize<T, U, void> { public: CSpecialize(void (U::*pfunc)()) : m_pFunc(pfunc) { } private: void (U::*m_pFunc)(); }; ...Show All
Visual Studio Tools for Office Word Publish: The Web server does not appear to have the FrontPage server extensions installed
1- A word Project 2- A Web Project (Visual Studio Web Server not IIS) 3- Publish the word project to the VSWeb (it is running, you know, it can be tuned on and off). Unable to publish, error: Word Publish: The Web server does not appear to have the FrontPage server extensions installed That is a typical none sense that can be only done by a Microsoft developer, usually it is like that: 1- ...Show All
Visual C++ MFC app with Windows Forms and User Control - what am I missing?
Background: We have a large legacy app written in native C++ (VC6) and MFC. We are doing some major enhancements that require a bunch of new and revamped UI's, and have decided to do the new UI work with Windows Forms. The app has been moved to VS2005 and updated to build with /clr - so far, so good. I have created a new Windows Forms dialog, and am able to launch it and interact with it just fine - looking real good. Here's the problem: ...Show All
SQL Server Standard Classes not understood in report server
I created a new page in report server directory which has the following line ConfigurationManager .AppSettings[<key] The page throws error that it cannot understand "ConfigurationManager". I thought if my application was running under .net 2.0 framework, these classes are readily available I'm unclear about where exactly you're using this code Did you put a standalone ASP.NET page in the reportserver v ...Show All
SQL Server dtsx Fuzzly Grouping Package
I have SQL 2005 Developer edition and wanted to play with the Fuzzy Grouping featutre. I have created a package where I have a datareader source, fuzzy grouping, and SQL server destination. When I try to run this package I get the errors: Error: The product level is insufficient for component "Datareader Source" [1] Error: The product level is insufficient for component "Fuzzy grouping" [12] Error: The product level is insufficient for component ...Show All
