Michael Xing's Q&A profile
Visual Studio Team System Service Unavailable - install didn't really work?
Hi folks, i'm trying to add a new team project in VS2005 and i get some errors. anyways, after trying to debug the problem, i've just noticed that i cannot even access any web pages that have been created by the TFS install. for example, people are saying to goto something like :17012/" href="http:// :17012/">http://<servername>:17012 and i always get 'SERVICE UNAVAILABLE' error. :( i checked the website in IIS and it's set for port 17012. um ... please help! i'm not sure where to start what have i done wrong ;( I've also noticed bucket loads of errors in my event log.. Event Type: Error Event Source: W ...Show All
Visual Studio Team System Team Project Creation Faild- not able to connect to the SQL Reporting Services at http://192.168.0.1:8080/
Installation: ------------ SqlServer 2005 (command line install) SharePoint Service SP1 (command line install) patched with Security Update for Windows SharePoint Services (KB887981) http://www.microsoft.com/downloads/details.aspx FamilyId=6BB93661-0CE7-46CF-B8BB-55546B58A2F2&displaylang=en TFS Beta3, single server Some other facts: ----------------- Reporting Services function well at http://192.168.0.1/Reports and http://192.168.0.1/ReportServer When I browse http://192.168.0.1:8008, I receive en error You are not authorized to view this page However, the information returned from http://192.168.0.1:8080/Services/v1.0/Registration. ...Show All
SQL Server SQL Mobile 2005 Merge Replication with SQL 2005 x64
I am having trouble with getting Merge Replication up with a new SQL 2005 x64 Server. I already have it running smoothly with SQL 2005 Mobile and SQL 2000, but I want to migrate the backend to SQL 2005. There is a front end server running IIS 6.0 on Windows 2003 x86 Standard (Server A) with SSL required and Basic Authentication set as the only authentication method (default Domain and Realm are also set). The backend server is running SQL 2005 x64 Standard on Windows 2003 x64 Standard (Server B). The mobile devices are running Windows Mobile 5.0 with SQL 2005 Mobile (Client). From both a standard Windows XP ...Show All
Visual Basic How To Embed Audio Files
How can I embed audio files wav, mp3 within a program EXE so the file cannot be stolen or distributed seperately. Thanks. ...Show All
Visual Studio Express Editions Need a 'for each' type statement to deal with resources
I am trying to say something like: For Each i As System.Drawing.Bitmap In My .Resources do something Next Which, to my learned forum associates, obviously does not work Suggestions please! (The resource files are actually GIF files, which seemed to GetType to 'bitmap') If you resources have a consistent naming convention then you can use something like the following code to programatically access the the resources to retrieve them Simple Code here which will assign resources called Image1 and Image2 to some pictureboxes called Picturebox1 and Picturebox2 on the form. This is probably the basis o ...Show All
SQL Server Cannot change default server port 1433 on SQL Server 2005
Hello, On SQL Server 2005 Dev Ed I have disabled all protocols except TCP IP. With Sql Server Configuration manager, I have set the server port to 1450 (in sql server 2005 network configuration) and the client port to 1450 (in Sql Native Client configuration). The result is that I cannot connect anymore to my local server. I get the following error: Cannot connect to ... Additional information : ...TCP provider, error 0 - no connection could be made because the machine actively refused it ... Moreover, when I run netstat during the connection I see a SYN to port 1433 which would tend to suggest that despite my configuration SQ ...Show All
Software Development for Windows Vista Error: EventDeliveryFailedException ?
I have got a dual WinForms/ASP.NET workflow application working, except for raising events to workflow from ASP.NET. The events work ok if raised under WinForms app, with DefaultWorkflowScheduler. Under ASP.NET I raise the same event (same code in same DLL) I get the error below. The ASP.NET code raising the event is this: ASP.NET Code: '...Get the GUID of the task Dim ID As String = Me.GridView1.SelectedRow.Cells(4).Text Dim instanceID As New Guid(ID.Trim) 'get WF runtime and service Dim wfr As WorkflowRuntime = Global.ASP.global_asax.workflowRuntime Dim ccwf As CreditControlService = Global.ASP.global_asax.c ...Show All
Windows Forms ToolStripDropdown programming
Hi, Is there anyway to know what item was clicked There is no "IndexSelected" property for ToolStripDropdonw. The only way I can image to do is: Instead of one event of ToolStripDropdonw, to create event handlers for all ToolStripMenuItems and check the items' name to get which item is trigging the events. This way is very inconvenient. Better way to do this Thanks. Unfortunately, not all items have a Checked property, which makes a CheckedChanged event not suitable for the ToolStrip/ToolStripDropDown. However you can sync the ItemClicked event on the ToolStripDropDown and get e. ...Show All
Visual C# need to encrypt dataset output PRIOR to writing to xml file
how could I do this http://www.codeproject.com/csharp/cryptoxml.asp hth, ...Show All
Smart Device Development Smartphone device debugging problem with VS 2005
I have just setup VS 2005 beta 2 and I'm having trouble debugging native C++ apps on my smartphone device (even the simple one created by the New Project wizard). The error I get is: Unable to start program '%CSIDL_PROGRAM_FILES%\TestApp\TestApp.exe'. Operation not supported. Unknown error: 0x89731102. Obviously I can't find any info about error 0x89731102. Now, I can debug on the emulator, both for smartphone and pocket pc, and I can also debug on my pocket pc device. I can also debug on the smartphone device with EVC 4 from the same machine so I know the phone itself is setup correctly (all the right certificates and whatnot). *And* I can ...Show All
Visual Studio Express Editions [Resolved] Completing Installation for Visual Web Dev.?
Never mind, seemed I found out how to solve it a bit by accident, o well Hi! Glad to hear you've answered your own question ;) 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 . HTH, PEte ...Show All
.NET Development Createing a SQLDependency on a QUEUE rather than a Table?
I am looking to create a SQLDependency on a queue rather than a table. The goal is to create an event driven notification to a middle tire object (rather than a polling notification). Using the SQLNotificationRequest, I can create a notification that monitors a specific "notify-queue" for a "QUEUE_ACTIVATION" event. This event is fired when a message arrives in a "targetqueue", and the event notification is placed in a Notify-Queue. I want to do the same thing with the SQLDependency object, but I am not sure I can. I can configure the SQLDependency object to monitor a specific "notify queue" : ...Show All
Visual Studio Express Editions Mdiparent - Is this bug solved?
I've an mdiParent (maximized) with X children (maximized). The mdiParent contains a menustrip. I load the children into the parent. The first time when I load a child into the parent, the menustrip hides a part of the child. When I minimize the parent and then maximize it, the position of the child is correct (below the menustrip). The same problem: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=180826&SiteID=1 Please do not post duplicate posts. If your question has not received any replies it is most likely because nobody that can give you an answer has replied to it yet. Have some patience. Your other p ...Show All
.NET Development combine and manipulate multiple fields from DB record, into a new textbox???
hi dudes and dudettes (apologies this thread is repeated in vb expess forum - not getting any interest ) i'm just starting out with database stuff. i've got my databse table (using the descriptive method so the output appears in textboxes) and a binding navigator added to a form and i want to combine about four fields only from my current record into a new textbox to combine them with some autogenerated (by my ap) html tags. the idea with the app is to have the current record in the database in view on the left of my form with all fields on show. To my right of the form is a big multi-line textbox where i want the app to grab f ...Show All
SQL Server Reporting Server error
When I log onto the homepage of my reporting server I get a big RED "X" in the upper left hand corner with the word "Error" . There is nothig in the event viewer to indicate a problem. I have looked at the IIS permissions and they all appear to be set properly. Are you trying to connect to <servername>/Reports or <servername>/ReportServer What version are you using Have you checked the RS logs in ...\Program Files\... ...Show All
