tayoga's Q&A profile
Visual Studio SandCastle and Private Methods
Sandcastle in generating documentation only for the publci methods .Is there a way to document the private methods. Please let me know SqlNEw Hello Anand, The use of MRefBuilder.exe dll /dep:dep /out:out /namespaces- /internal- is throwing me an error that "unrecognized option". I downloaded the latest CTP. Here is the line I am using MRefBuilder "dll path" /out:reflection.org /namespace- /internal+ Please let me know if i am doing something wrong here. Thanks!! SqlNew ...Show All
.NET Development who can i use single folder to upload to website using the same folder
Hi, Does each website that we need to host on a hosting server need a root folder Is there any way that i can not place my Precompile files on root and make them working as we do in clasic asp. As we upload many website on sigle hosting location but in different folder Can we do this in case of .Net. Some time when i just want to host my Test WEBSite i need to find a location where i should host it. Because place where already a .Net site hosted have its own files on root to run the website properly. Kindly help me out. Thanks in Advance. with regards NooraliChagnai. They each need their own root folder (IIS virtual directory). This is needed because you need to configure what Application Pool they will run under, wha ...Show All
Software Development for Windows Vista Test Case 13 for Vista Certification
I'm looking at Test Case 13 which says: Verify application's installer contains an embedded manifest. (Only applies to applications that are using a non-self-containing bootstapper or chainer to install the app) Anyone know what exactly a "non-self-containing bootstrapper or chainer" means I am familiar with what a bootstrapper is, but I'm so sure sure about the context here. Can anyone enlighten me So if I understand this requirement correctly we have to embed a manifest in our setup.exe created through build of a Visual Studio setup project. Is this correct I have tried to do this as a post build step: "C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin\mt.exe" -manifest "$( ...Show All
.NET Development How to binding dabase table with DataGridView on special condition?
Hi I have two dabase tables table1 ComputerName PrintType PrinterName Discription PC1 Big_Invoice Big_Invoice Big invoice Inventory Big_Invoice Big_Invoice big invoice PC1 Small_Invoice Small_Invoice small invoice Inventory Big_Label Big_Label 4"X2" big Label Inventory Small_Label Small_Label 4"X1" small Label PC2 Small_Invoice Small_Invoice small invoice PC2 Big_Invoice Big_Invoice Big invoice PC3 Big_Invoice Big_Invoice Big invoice PC3 Small_Invoice Small_Invoice small invoice table2 PrintType ComputerName ...Show All
Windows Live Developer Forums MSAJAX 1.0 conflict with V4 API. Sys.InvalidOperationException. V3 API is fine.
Hi Guys, Been trying to use the new V4 API in my application but I get this error when I call the LoadMap method function GetMap() { map = new VEMap( 'myMap_myMap' ); map.LoadMap( new VELatLong(53.278353017531821 , - 2.153320312500008) , 5 , 'h' ,false ); ***** Get the error here when I call LoadMap. Microsoft JScript runtime error: Sys.InvalidOperationException: Object Microsoft already exists and is not a namespace. Can anybody please help me to find the problem. V3 of the API still works fine without any problems. If I remove AJAX references from my page the error goes away. Unfortunately, I make heavy use of MS Ajax 1.0 and can't get around it. thanks, SoS ...Show All
SQL Server Updating non-clustered index
Scenario: SQL Server 2000 SP4. A simple table with 2 columns: Column1 is an INT, clustered index Column2 is an INT, non-clustered index. Insert some rows into the table. You want to update one row in Column2: UPDATE [whatevertable] SET Column2=1234 where Column2=0. Assume one row is affected. Question: Why should the above update involve updating the clustered index (look at the suggested query plan) - I actually thought this simple operation would not involve the clustered index, at least as long as page splits are left out of this little exercise. I hope someone can shed some light on this. Thanks Henrik Simply put, the clustered index rows contain all columns from the table; i.e. the leaf level nodes of the b-tree are the d ...Show All
Software Development for Windows Vista architectural questions
Hi I'm new to WWF and WCF and I have some architectural questions. If the anwers are already published, if you could point me toward the literature, I'll thanks you and apologize in advance for the duplication. I have a fairly straighforward sequential workflow to build and deploy that is stimulated by a variety of external applications and will run without intervention over several days. My current thought is to build a Window Service that in OnStart() opens a WCF ServiceHost and calls a separate class that implements the ServiceHost's ServiceContact to start the WorkflowRuntime and maintain a reference to it in a private static variable. External processes can then call into this class through the WCF ServiceHost interface to initi ...Show All
Visual Studio Team System TFS Warehouse, NullReferenceException in ProcessOlapNoTransaction
Hi, I have many of the same event log entry on my TFS server, occuring hourly, that don't match any of the other problem/solution combos I've seen online for the same error code. Can someone please have a look and help me to resolve this problem. Let me know if I should post more information. Thank you, - Jason Here is the error: Event Type: Error Event Source: TFS Warehouse Event Category: None Event ID: 3000 Date: 20/12/2006 Time: 9:14:53 AM User: N/A Computer: BENJI Description: TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC ...Show All
Game Technologies: DirectX, XNA, XACT, etc. The Unofficial "Hooray I'm Done With my DBP Game" Thread
When you get done with you game and sumbit it, crow about it here. A little over 24 hours left until the deadline and I'm so amazed I'm done, so much better than college Thanks to ZMan for his help, good luck all. I'll post the source code for my submission once the deadline hits. Bill Almost done with mine but I'll have to wait until tomorrow night to upload it. It's pass midnight right now and I need sleep. ...Show All
Visual Studio 2008 (Pre-release) Vertical Text Alignment in Textblock -- Dynamic Sizing
Is there a way to align text vertically (i.e. centered) inside a textblock It seems that it defaults to aligning to the top, and I can't seem to find a way to change it. Thanks in advance! Following up on this issue (I did make the transition to Buttons), I have been trying to allow them to size themselves to fill the space. Given my constraints of: The # of rows & cols are not known until runtime, The buttons must placed in the grid at the initialization of the program, and The grid may need to be re-generated multiple times during runtime, I have found it very difficult to do so. My problem is that the grid is not actually sized to the parent object (it appears) until it is ...Show All
Software Development for Windows Vista Getting error to start workflow runtime
Hi, I'm working with WF 2.2 and asp.net 2005 as a host application. I need to persist my workflow in database so I've used sql 2005 express. My webconfig file looks like < configuration > < configSections > < section name = " WorkflowRuntimeConfig " type = " System.Workflow.Runtime.Configuration.WorkflowRuntimeSection,System.Workflow.Runtime, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 " /> </ configSections > < appSettings /> < WorkflowRuntimeConfig > < Services > < add type = " System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService, System.Workflow.Runtime, Version=3.0.0.0, Culture=neutral, PublicKeyTo ...Show All
Windows Forms Webbrowser Help needed
Hey i was wondering how do you open IE's Internet options from my own browser and also how can i keep the text in the url box updated each time i go to a new url Just one other thing dose any one know how i can open i new window in my own application . cheers thanks. Hi, you can add the following line of code to access Internet Explorer Options Shell("rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,0", 1) ...Show All
Visual Studio Express Editions Carot Position in a TextBox
Hi all! I'm having a bit of a problem with a textbox - I need to get the position of the caret in a textbox called TextBox1. The reason for the above is that I want to insert some text at this position. I've tried everything I could think of, so I'd appreciate any help. Thanks in advance! Johannes Hi Thanks for your reply, however, I'm still having problems. I've tried the TextBox1.Text.Insert(Me.TextBox1.SelectionStart, "this") to insert the text at the carot's position, but that does not insert the text. Any suggestions Johannes ...Show All
SQL Server Transact-SQL
Whats the best Transact-SQL tool to use Define "tool". Most everyone just uses the management studio (2005) or query analyzer (2000) rather than using any third party tools. Just for sending batches of statement it is great. There are some add-ins, like Red-Gate's tools as well to enhance it with code formatting, etc. It is the only tool that I use. Are you looking for something more than what those tools give you ...Show All
Visual Basic Please help me I'm trying to load repeating images
Hi all, what I'm trying to do is load a pink square(image) then a green square(image). and I also want them to be numbered. I thought that maybe I could use a label or image map but I'm really unsure. I thought that I could use a loop but I don't know how to load an asp:Label control inside VB script. Can someone help me out. I'll take anything. cheers George Have a look at the repeater class. This should do it for this scenario. ...Show All
