georgem's Q&A profile
Visual Studio Express Editions Visual Web Developer and Sub Folder Applications
How do I set a subfolder to be an application in Visual Web Developer I cant seem to find the setting. (I can change it in IIS however relative links arent being created properly in Visual Web Developer) Any help is appreciated. Z Hi, The best place for asking ASP.NET questions is on the ASP.NET community site, and in the forums there. Check out http://www.asp.net/welcome.aspx tabindex=1&tabid=39 . ...Show All
Windows Forms WM_ Messages
I am trying to perform certain opperations depending on which WM_ messages are sent to the WndProc method. I found on MSDN a listing of all the WM_ messages here: http://msdn.microsoft.com /library/default.asp url= /library/en-us/vclib/html/_mfc _handlers_for_wm_messages.asp However, I cannot find anywhere that gives a listing of all the WM_ messages integer values. Is there a listing somewhere that would tell me for exam ...Show All
Visual Studio Team System Ignore HTTP 401 returns
I am writing a web test for an site that has different user roles/permissions. I recorded the test with the user with all the permissions. When playing back the script with another user I get HTTP 401 errors so the test fails. Is there anyway to ignore these so that the test passes or only call these links if you are logged on using a certain user You can set user credentials on the web test so that it is run a ...Show All
SQL Server How to register remote server? Authentication method is grayed out!
In SQL Server management Studio. I was trying to add remote server, so it would show up in registered servers. The authentication method is grayed out! T he only option to connect to the server is by clicking connect button. It remebers the old settings. I t also shows me all server databases , even I have selected my database in options... Can you please describe exact steps that you are following. Also please make ...Show All
Visual Studio Team System Team Explorer - red cross on "documents"-folder
Since installation of TFS I am unable to see the content of the documents-folder (teamexplorer) on a client-machine. There is always a red cross on the folder! If I start the team explorer on the server the documents folder is shown correctly. I tried to copy the http-url ( http://[servername]/sites/[Project ]) to an IE on a client and there the sharepoint site is shown without any problems. I did the changes required after installation of ...Show All
Visual Studio Team System How to fix this Error and Warning in EventLog of VSTS Server
Hi there, Below is the set of warning and error that I keep seeing in the event log of VSTS server, What is this related to how do I fix this Any idea Thanks, Anu --------------------------------------------------------------------- Event Type: Error Event Source: Tfs Event Category: None Event ID: 0 Date: 8/9/2005 Time: 3:58:30 PM User: N/A Computer: TEST01 Description: http:/ ...Show All
Windows Forms The solution
Hey guys, Would it be too hard to put a status indicator on the web site somewhere indicating the availability of the server. Ie, a red or green light representing the server status being available or not would be a nice feature. I for on ...Show All
Software Development for Windows Vista get XOML dynamically
How do we get XOML content of a Workflow file say "Workflow1" Scenario: i opened a new project (Sequential Console application). then "Workflow1" will automatically added to our project. take a host Application and display the xoml content of that "Workflow1" file. To show the XOML xml use the following steps: Start with a workflow project Right click ...Show All
Visual Basic Edit and Continue
Got either a misunderstanding or a bug. When I go into Edit and continue, if I try to edit a Linked Form/Module, the IDE says it is Readonly. Did I miss something in the manual, or are linked files Readonly except when they are not linked Thanks That was what I had thought. It would be nice to allow the E&C on linked modules. I have common modules for many different projects which som ...Show All
Windows Forms Article on Optimizing Localization
Hi! I have just started with WinForms and I have searched this newsgroup for localization threads, and I found this thread http://forums.microsoft.com/msdn/ShowPost.aspx PostID=38965. Is this article referenced in this thread still valuable in with Visual Studio 2005 And if so, could anybody tell me where to get the sample code from this article, the link in the web page is broken... - Cheers, Oyvind Hi Ben! ...Show All
SQL Server Proper use of Event Notifications
Hi. I'm developing an app that uses Service Broker queues to allow a customer to create "events" that fire using a timer or a query notification. When these events fire, a message is sent to a Service Broker queue for processing. Because there is much managed code involved in processing these messages, I decided to use the External Activator application and an Event Notification to process these messages. My question is "what ...Show All
Software Development for Windows Vista Dual boot vista beta2 64bit problem
I had a system with partition C windows xp 64bit partition D windows xp pro. pattion E Data. without thinking ahead I formated Partition c and installed vista beta 2 64bit in partition c. system only boots vista beta 2 64bit. How do I fix it so that I can get to partition d when booting. I have no production now. I’m sorry but this forum is dedicated to Vista development issue, not general Vista troubleshooting i ...Show All
SQL Server Unable to run reports from http://localhosts/Reports
I have recently installed SQL Server Enterprise Evaluation 180 trial version of MS Windows XP SP2 and wish to use SQL Server Reporting Services. When I attempt to run any of the sample reports from http::/localhost/Reports I get the following error message. "unable to connect to the remote server The attempted operation is not supported for the type of object reference" I am able to work with all other aspects of Reportin ...Show All
.NET Development Problem with finding record position
Hi! I am learning data access with ADO .NET. I've a problem. Here is a code for finding a record using primary key. Dim n As Integer = InputBox("Enter Salary Number:", "Search", vbOK) Dim rowFoundRow As DataRow = DsMember1.Tables("Member").Rows.Find(n) If Not (rowFoundRow Is Nothing ) Then MessageBox.Show( CType (rowFoundRow(3), String ), "Search Result") Else Messag ...Show All
SQL Server send mail task
hi. i want to use the send mail task but i want the recipient's address to be a parameter and the content of the body as well to be based on parameters. is it possible to do that using the dts if not what is the equivalent procedure in sql server to do this Thanks Make sure the value is being passed to the variable (create one) and then pass it to the send mail task using the expressions by setting ...Show All
