Magicboy's Q&A profile
SharePoint Products and Technologies How to install additional CA site?
Hi, there. I 'm playing with Best Practice Analyzer recently releaseed. When I run it on my farm, following advice was there. Is it really possible to install additional CA sites other than that created on farm creation If yes, great! then how to do it (I think technet should mention that if that is one of best practices...) Thanks in advance/ ---- Title: Highly Available Central Administration Capability Severity: 3 Description: Only one instance of the SharePoint 3.0 Central Administration Web site exists in your installation. To make sure that you can administer the farm in the case of a failure of a server hosting SharePoint 3.0 Central Administration, you should ...Show All
Visual Studio 2008 (Pre-release) Problem sending Dataset with an 'AnyType' field.
Hi, I am currently trying to send a dataset from my client application to my service. With a 'normal' dataset where every field is of a certain well defined type, this doesn't cause any problems. When one of the fields of the dataset is a field of type 'anytype' however, things go wrong... The dataset-schema: < xml version = " 1.0 " standalone = " yes " > < xs:schema id = " QueriesDataset " targetNamespace = " http://tempuri.org/QueryDataset.xsd " xmlns:mstns = " http://tempuri.org/QueryDataset.xsd " xmlns = " http://tempuri.org/QueryDataset.xsd " xmlns:xs = " http://www.w3.org/2001/XMLSchema " xmlns:msdata = " urn:schemas-microsof ...Show All
Architecture Architecture options for running a long process from an ASP.NET website
Hi, We currently have a solution where a user can upload a file, which gets processed in an ASP.NET v1.1 intranet website The solution was designed to handle 10-100 items, but customers have (ab)used the solution to process 1000-10000 items. Processing 100 items takes less then a minute, processing 1000 items takes around 7 minutes, larger uploads take (non-linear) longer. Now besides performance tuning the processing, I want to gather feedback on what is the best strategy to take the upload and have it process 'asynchronously'. After the upload, the user would immediatly get a status page which would refresh itself (every so often). So I have a few questions about what would be the best route to go about 1) Which process to ...Show All
Software Development for Windows Vista How to access toolbar and menu subitem elements
I have obtained an AutomationElement whose type is "tool bar". This toolbar contains multiple buttons. Given this, how do I get access to these buttons That is, how to I obtain the AutomationElements within this AutomationElement (the toolbar) I am using the TreeWalker and GetFirstChild() returns null on the toolbar AutomationElement. Thanks. Hi, i think the limitation is on .NET V2.0 controls and not because of the OS. Try to create a WPF app with a toolbar and it should work. Strip controls are a known problem for UIA. I use a fallback to MSAA to access them. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Using Non-XBox 360 Controllers
As far as I can tell the XNA framework doesn't allow me to use controllers other than the XBox 360 gamepad. In future releases of XNA will the use of other controllers be possible If not, then the framework is fundamentally flawed for those wishing to make games for windows. Leo Kent wrote: https://connect.microsoft.com/feedback/ViewFeedback.aspx FeedbackID=192779&SiteID=226 (note you must ALREADY be logged into connect before the link will work!) ^^^ Please vote if you wish a way to use DirectInput devices. 5 out of 5! I did! My question for those of you making XNA games are "How many of you are only targeting Windows PCs " ...Show All
Software Development for Windows Vista Mobile center on Vista X64 RTM
Anybody get mobile center working on Vista X64 RTM I connected my Motorola Q phone to it. My Q phone got recognized but I can't sync my outlook 2007 contacts and calendars. Quite disappointed because it works on XP X64 with ActiveSync. Hello weiqj, This is a technical configuration issue, I would suggest reposting your question in the TechNet Hardware Forums at: http://forums.microsoft.com/TechNet/ShowForum.aspx ForumID=714&SiteID=17 to receive the best response as this forum is geared more towards developers. Thanks! Matthew Braun ...Show All
Visual Studio Express Editions Set webbrowser homepage.
Could someone give me an example code of how to set the webbrowser homepage by opening a properties window Similar to internet explorer, but I only need to set the homepage. If it requires me to make a new form than that is fine. I just need to know. Also, I would like to know more about how to save history of urls typed into the textbox. I want it to be a seperate history from IE. Thanks in advance. I think that you can't because the WebBrowser that comes with Visual Studio is just Internet Explorer. What I would do is set your applications home page to a database, file, or something, and then access that URL when pressing the Home Button instead of using the GoHome command. ...Show All
Visual C# Is this a bug of C# IDE
This is the scenario: Open a cs file for editing. Spliting the window. Edit the file in lower part of code window. Then try to rename a variable in upper part of window with typing. Normaly that a rename mark should be shown and with mouse click or shortcut i can activate rename action. But in this case that doesn't show any more. Even when i remove the split of file, or try with diferent variable. That behaviour is lost for good from that point on. I need to close the file and open again to have such behaviour of rename assistance from IDE. Yep, that looks like a bug (I can reproduce). I suggest you log it at http://connect.microsoft.com/visualstudio/feedback/ and post a link to your feedback here so people can vote... ...Show All
Visual Studio Could not fine CrystalImageHandler.aspx
Please find me a sloution for this error. Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Could not load file or assembly 'CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. Source Error: Line 56: </customErrors> Line 57: --> Line 58: <httpHandlers><add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.2.36 ...Show All
Windows Forms DataGridView Header in VS2005 (c#)
Hi, How do i give my DataGridView an overall Header. Ive found examples with row and column headers but i want to give it an overall header. The previous way to do it was using CaptionText for a Datagrid but i cant find a way with DataGridView. Any help would be much appreciated. Thanks. Read this post ...Show All
Visual FoxPro Printing Rich Text
Hi, all Can anyone tell me if I cam print th content of a Rich Text Box In case I can't, is there any way to print formated text (i mean, with justification, italics, bolds, etc..) Thanks a lot oRTFForm = Createobject('myRTFPrinter') oRTFForm.Show(1) Define Class myRTFPrinter As Form Height = 600 Width = 800 DoCreate = .T. Add Object RTF As OleControl With ; Left=10,Top=10,Width=780,Height=550,; OleClass="RichText.RichTextCtrl.1" Add Object ComDlg As OleControl With ; Oleclass = "MSComDlg.CommonDialog.1" Add Object cmdLoad As CommandButton With ; Top = 570, Height = 25, Left= 10, Width = 100, Caption = 'Load' Add Object cmdPrint As CommandButton With ; ...Show All
Visual C# ASP;DateTimePicker
Hellow group: i am just looking for a datetimepicker Control working on ASP not windows applic.(The calaender in asp takes a big space) thats it Thanks a lot the best place to ask would be to post on the ASP.NET forums.... http://forums.asp.net you could probably make a custom control in some way, I cannot see a datetime picker control but a calander control ...Show All
Visual C# building project having many main class
Hi I want to build a project which contains classes each of them having own main method. Is it possible for me to compile the project without specifying starting class(class with main) (i can specify starting class during execution). This is possible with Eclipse IDE used for Java. The starting class is need to be specified only during execution. Could any body help me in this Thanks Natarajan Arumugam. Hope i should be more clear. My project contains 2-3 classes having main method. Is it possible for me to build the soln ...Show All
.NET Development Is Assembly.GetManifestResourceStream culture-aware?
I am trying to confirm whether Assembly.GetManifestResourceSt ream is culture-aware. I did some tests and it looks like it is not. But some sources say otherwise: http://www.nikhilk.net/WebReso urceAttribute.aspx . So, which one is it Thank you, Alex GetManifestResourceStream just gets a raw stream to an embedded resourse, by name, in the assembly. The resource could be any embedded file, like a bitmap or a resx file. It will only get the embedded resource that you ask for. If your assembly had an embedded resource specific to a culture you'd have to specifically ask for the embedded resource to load. So, no, it's not culture-aware. ...Show All
Visual C++ How to Build C++ Program?
Hi Experts, I know the question that I am putting up is very stupid one and I am sorry for being so silly. Actually I m very new to Visual Studio 2005 environment so just trying to get used to of it. I wrote a prgram in C++ ( simple hello world) in .cpp file but I am not being able to compile and run it in IDE as build , run and other compile options buttons are dead. I can run the program in command mode but i want to run in IDE. Earlier I have worked on TurboC++ and borland butnot on visual environment. I have just saved the file.cpp and trying to run it but buttons are dead. I would appreciate if anyone of you could guide me through the build process. Take a look at the last video at http://msdn.microsoft.com/visualc/learnin ...Show All
