Blackuke's Q&A profile
.NET Development Service not available, closing transmission channel. The server response was: Command timeout, closing transmission channel
I have a shopping cart webpage that is giving intermittent errors that noone can track down. I'm hoping that someone can tell me what causes the following error message to be generated: Service not available, closing transmission channel. The server response was: Command timeout, closing transmission channel It appears that the error message gets truncated, but that's all that is returned. The error is generated during a routine which sends an email to the individual responsible for filling the order. We receive upwards of 100 orders a day, and most of the time everything works perfectly. However, occasionally we get the above error, and we can't figure out the cause. I thought it was perhaps occuring when certain items were o ...Show All
Visual Studio VS .NET 2003 debug broken with windows XP SP2/VS2005
I have recently installed windows XP service pack 2 and a trial demo of VS2005/VSTS on my PC. Now I can't debug in VS .NET 2003. I get:- "Access denied. Verify that you are an administrator or a member of the 'Debugger Users' group on the machine you are trying to debug. After being added to the 'Debugger Users' group, you must log off and log back on for the setting to apply". My MDM isn't running and when I try and start it I get:- "The Machine Debug Manager on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service." I have looked through all microsoft articles I can find and tried everthing they sugge ...Show All
SQL Server how to extract username and password from ftp connection manager?
Hi, I would like to know how to programmatically extract username and password from an ftp connection manager. Thanks. I got this code but I want to get the values of every available property in a connection manager. Please help. Thanks! For Each connMgr In myConns Dim connProperties As DtsProperties = connMgr.Properties Dim connProp As DtsProperty For Each connProp In connProperties MsgBox(connProp.Name) Next Next Hi, Thanks! I got this error when trying to retreive the value of the password property. How can I resolve this The property "Password" is write-only. This error occurs when trying to retreive the value of a property through a property ...Show All
Windows Forms ComboBox databinding & custom objects
I've spent several hours looking for an answer to my problem before posting yet another thread on databinding / combo boxes (sorry!). I have a simple form with a text box and a combo box. The text box holds the name of a template and the combo box holds a related piece of data. I started out by trying the databinding using datatables and it works fine: templateBindingSource.DataSource = sessionTemplateDT; uiTemplateName.DataBindings.Add( "Text" , templateBindingSource, "name" ); uiTheatreSuiteCombo.DataSource = theatreSuitesDT; uiTheatreSuiteCombo.DisplayMember = "name" ; uiTheatreSuiteCombo.ValueMember = "location_group_id" ; uiTheatreSuiteCombo.DataBindings.Add( "SelectedValue" , templateBindingSource, "location_group_id" ); ...Show All
SharePoint Products and Technologies Message JIT Debugger HELP
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at HP.CUE.Video.PlaybackControl.UpdateProgressBar() at HP.CUE.Video.PlaybackControl._ProgressTimer_Tick(Object sender, EventArgs e) at System.Windows.Forms.Timer.OnTick(EventArgs e) at System.Windows.Forms.Timer.Callback(IntPtr hWnd, Int32 msg, IntPtr idEvent, IntPtr dwTime) ************** Loaded Assemblies ************** mscorlib Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2032 CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll --------------------------- ...Show All
Visual Studio page count in ReportViewer-Bar -> 1 number too little
hello there. i render my reports in local mode in a WinApp. when the report got rendered in the reportviewer the report has three pages. in the status bar of the reportviewer i only see "1 of 2" pages. after scrolling or pressing the "next-page-button" the pagecount corrects to three. i suppose that the reportviewer adds repeated (repeat on each page) objects only one time, not three times like in this sample. is this possible is there an update for that We are aware of this problem and are working on a fix for the next release. If you need an update sooner than that, please contact Microsoft support: http://support.microsoft.com/contactussupport/ ws=support ...Show All
Visual Studio Express Editions Form applications and console output
Hi all, I just discovered that I'm not able to print anything on console from a project created as Win Form application. No printf(), no cout<<, neither Console::Write() works. The program is launched from a cmd.exe window and works, but some messages printed on the console never appear. Should I have to change some project settings Thanx Have a look at the Win32 API AttachConsole. You should find samples in MSDN and I bet there are some to google or search.live for. -- SvenC ...Show All
Software Development for Windows Vista Serious security concern: event log error 4201
ERROR_WMI_INSTANCE_NOT_FOUND 4201 The instance name passed was not recognized as valid by a WMI data provider. http://msdn2.microsoft.com/en-us/library/ms681387.aspx < this is the only error explanation I have found so far (it's really not very helpful) I cannot start the event log service no matter what I try as a workaround. I really don't know what caused it to stop or what is causing the error above when I try to start it, but I have a hunch it is a compatibility issue. This is a serious security concern and I need it fixed ASAP. I hope MS addresses this issue in their next update... Matrixisrl wrote: ERROR_WMI_INSTANCE_NOT_FOUND 4201 The instance name passed w ...Show All
Visual Studio Express Editions Update isn't working
I'm trying to make a program with several textboxes. I finally found out how to add a new row, however I can't seem to make the database update any rows I change. (I know about the second database in the debug folder and I have set the copy to output at copy if newer) I'm currently using the following code: Me .DagverkoopTableAdapter.Update(VerkoopDataSet.dagverkoop) I hope someone can help me with this problem Output to folder is already set to copy if newer. I have no AcceptChanges () in my program (People already warned me about this). The code that I am using is what I had seen on MSDN: Me.AddressesTableAdapter.Update(Me.FirstDatabaseDataSet.Addresses) On MSDN they also put the ...Show All
Audio and Video Development Streaming video question
Hi. We're looking to install a streaming video solution for our university campus and wondered if you can help us figure out where to start. Here are some of the requirements of whatever system we go with, Live video streaming on the web Streaming of stored video Provide authentication/authorization as to who can view what We'd like the video solution to be flexible enough to handle handheld devices/cell phones that support it, as well as the web (PC's and Macs). We're a Microsoft shop, so we have a lot of Microsoft technologies (.NET, SQL Server), already, and wondered if you can provide some guidance. Thank you. Try posting your question on the Windows Media Server newsgroup: http://www.microsoft.com/wi ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Food for thought
With the release of XNA game studio express and the forth-coming photosynth application, would it be possible to create 3d environments for use in XNA gse from photosynth This feature would be great for creating REAL 3d environments for use in games by simply using your holiday snaps!! Just an idea maybe you guys at microsoft can get your heads together on this one! ...Show All
SQL Server line to extend to edge of page when using a matrix
I have a few lines in my report page headers and page footers. On the report I have a matrix, which extends the report horizontally across two pages or more. How can I get the lines to extend to the edge of the report ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Alpha blending not working with C# and Managed Direct X 9
Hello, I'm trying to render a 2 triangle strip with alpha transparency. Here is the bitmap loading code, I have tried both methods with no luck: particleTextures[0] = new Texture(device, new Bitmap("alphatest.png"), 0, Pool.Managed); and particleTextures[0] = TextureLoader.FromFile(device, "alphatest.png", 0, 0, 1, 0, Format.A8R8G8B8, Pool.Managed, Filter.None, Filter.None, Color.FromArgb(255, 0, 0, 0).ToArgb()); This is the drawing code: CustomVertex.PositionTextured[] verts = new CustomVertex.PositionTextured[4]; verts[0] = new CustomVertex.PositionTextured(-10.0f, 10.0f, 0, 0.0f, 0.0f); verts[1] = new CustomVertex.PositionTextured(-10.0f, -10.0f, 0, 0, 1.0f); verts[2] = new CustomVertex.PositionTextured(10.0f, 10.0 ...Show All
Visual Basic HScrollBar not accepting Maximum value
when running this code, the hscrollbar will accept any value. however, once the form is finally displayed, the hscrollbar will change it's maximum value to either 0, 22, 54, or 246. in binary "0", "10110", "110110", or "11110110". i have stepped through the code with the debugger and have verified that i am specifically setting it to other numbers (i.e. 7, 31, 255, etc.). i have also specifically set hbar.maximxum = 7 for debug purposes but when the form becomes visible the hscrollbar acts as if i have set the maximum to 0. is this a known bug i have searched MSDN to no avail... For Each symbol In symbolList 'some code here hBar = New System.Windows.Forms.TrackBar() hBar.Mini ...Show All
Windows Forms cannot lauch application on other systems
Hello, I am quite new to Windows Forms programming. My problem is that I can't launch the Windows Forms applications I create with Visual Studio Express 2005 on other systems, where Visual Studio and the .NET framework are not installed. The error message I get (translated from german) is something like this: "cannot lauch the application, because the application configuration is not correct. Try reinstalling the application..." What am I doing wrong Do I have to link some libraries someway I am confused... would appreciate some help... ciao, Pascal whaouw, that was a fast answer :) You mean, that I cannot run an application developped with .NET on computers, whre the .NET Framework is not insta ...Show All
