Ting_MS's Q&A profile
Visual Studio Team System Enterprise Templates
Hi, I have installed Visual Studio 2005 Team System (Beta 2). I'm wondering if the "Enterprise Templates" are included in this version If so, how do I access them Thanks. Regards, Mikael Mikael, VS 2005 does not contain the same ETP-based enterprise template projects that you saw in VS 2002 and VS 2005; however, the same type of experience is available through Solution Folders. You can apply po ...Show All
Windows Forms Datagridview onMouseClick onMouseDoubleClick
Hello all, I have a custom DatagriedViewCell and i want different actions if the User clicks or doubleClicks on the cell. But only the event OnMouseClick will be processed. Without any action at the onMouseClick event (msgBox here) the Program steps into the OnMouseDoubleClick event. What to do The e.clicks property is always 1. cu phil Protected Overrides Sub OnMouseDoubleClick( ByVal e As DataGridViewCellMouseEve ...Show All
Game Technologies: DirectX, XNA, XACT, etc. How to scroll a 2D background
Well, I've been searching the web and I cannot find a single example of someone scrolling a 2D background using Managed DirectX WITHOUT using the deprecated DirectDraw. I can already scroll a background using DirectDraw, but I'm trying to be a good boy and stop using the deprecated code. I've been struggling to figure this out for myself, but I'm just not understanding what techniques and objects I would use to scroll a 2D background. If so ...Show All
Smart Device Development Network Timeout 2005 VS Beta DE
I successfully connect to the Internet using 2005 VS beta DE, however, if left idle, the DE appears to disconnect and can no longer navigate to different websites. I poked around the registry and found the setting: hklm\comm\parms\allowsuspend set to 1 vs. the default listed on msdn as 0. Should this setting be set to 0 to disable suspend Is there any other reason why a connected DE might suspend/disable network connectivity & ...Show All
SQL Server Remote Connection to file-based Express DB
Hi, This might be obvious - but if so I've missed it so far. Is it possible to connect remotely to an Express database used in a website which is created in the App_Data folder by VWDEE 2005 and attached by filename As far as I can tell these databases don't have a name and aren't mounted until an attempt is made to access them. I certainly can't see any sign of it in SQL Management Studio. Thanks, Dale ...Show All
Software Development for Windows Vista Why this exception been thrown?
When I raising a workflow's event, it throw this exception: System.Workflow.Activities.EventDeliveryFailedException:Event"ClinicWorkflowRegistrationDistributed"oninterfacetype"Tosoft.HAP.Service.Workflow.IClinicWWFDataExchangeService"forinstanceid"fc862a48-f935-4d5f-9d9d-6520f11c8a24"cannotbedelivered.--->System.InvalidOperationException:Queue'MessageProperties InterfaceType:Tosoft.HAP.Service.Workflow.IClinic ...Show All
SQL Server Cannot figure out how to write this script?
Hi was wondering if somebody could help on this one. I have a table called LocalisationText and a field called "ResourceText".After localization bad data went into the ResourceText field (double and triple quotes instead of singles). EG Entrada ""{0}"" en ubicacion """"{1}""""" 在或大 ""{0}"" 的命令出 User Post Code Group of Type ""{0}"" is ""{1}"" Now I have been asked to write a script that converts all the double/triple quotes preceding ...Show All
Windows Search Technologies WDS not indexing email
WDS is not index my email. I'm using Outlook 2003. In WDS I went to custom folders then to outlook. When I looked at the outlook subfolders there is a warning sign next to the two mailboxes I have opened with a message that the outlook mailboxes I selected is populated by an add-in program. I disabled all outlook add-ins restarted the computer and outlook. Then reindexed and still no email indexed. I'm using the Symantec AV 8.1 corp version. Tha ...Show All
.NET Development SQL Connection Problem
Hi, I have an ASP.NET 1.1 and MSSQL 2000 installation hosted with the same provider. Normally, I have no trouble connecting to the database, but roughly once per day, I get an exception train that starts with a 'General network error'. Mysteriously, this usually seems to happen at roughly the same time each day. My connection string and the code causing the exception are given below (values replaced by 'X'). I am sure you will agree, they are ...Show All
Visual C# how can I put in a procedure to download a file
I have been searching and searching - but it is hard to find anything useful when the key word is "download" Anyway here is what I would like to know how to do If I have a WebSite created in VS2005 and I add a button to Default.aspx, I would like to have a file to be downloaded on the user's computer in a directory that they choose. I would think that this should not be too hard but I just can't seem to find out how to do this n ...Show All
SQL Server WWW Service overload when trying to print a rs2005 report
Hi When I try to print a very simple report with rs2005 via the print button on the http://servername/report/pages/... website, it says "printing" but nothing happend. When I look at the server (win2003 SP1 + latest hotfixes) the www and sql2005 (SP1 CTP installed) services eat up 100% cpu for ever. I get no error messages neither in the rs log's nor in os application or system log. With profiler I found out, that there must be some lo ...Show All
Visual Studio Express Editions Debug as Admin
hi there, I usally work without admin-rights but I am developing an application wich needs to be started with this admin-rights Is it possible to debug the programm with admin-rights Absolutely! In fact, most people find it more difficult to debug when they don't have admin rights, since admin rights by default have all of the permissions that are required to do most debugging tasks. ...Show All
SQL Server Error updating data in table that uses a trigger?
Hello. I am new to SQL Server Management Studio 2005 and am using it to connect to a database on another machine running SQL Server 2000. Everything seems to work well, except when I try to edit table data on a particular table that has an update trigger associated with it. I am receiving the error: ------- The data in row 1 was not committed. Error Source: Microsoft.VisualStudio.DataTools. Error Message: The row value(s) update ...Show All
Visual Basic Refactor and Module?
Started today my first experiences with VS2005 Beta2. I also installed the Refactor! AddIn and tried with the most simple project: A console application! Extracting a method was not possible. I think the reason behind it is that the wizard creates a Module, not a class. (With a Windows application all went ok. Great product by the way!) Strange, it now works. The only difference I see is the fact that the first, ...Show All
Visual Studio Team System Problems with "duplicate" user
I have a weird setup where which is causing me issues and I wondered of you guys had seen this and whether the problem has been fixed. I'm running Beta3-Refresh. I have a domain with an account called student, this account has a password (also student, but that is irrelevant I believe). I have a PC in a workgroup. That PC has two local accounts, one of which is also called student, this time with no password. I'm not sure that having no ...Show All
