cgillum's Q&A profile
.NET Development CanonicalizationMethod set to http://www.w3.org/2001/10/xml-exc-c14n# in .Net 1.1
Hi, I need to intergrate with a vendor that is a java shop. They require me to create a signed SOAP message and they are requesting that the CanonicalizationMethod be set to http://www.w3.org/2001/10/xml-exc-c14n# . I am working with .Net 1.1 and WSE 1 or WSE2 and when is set the signedXML.CanonicalizationMethod to this URL I recieve this error “Could not create the XML transformation identified by the URI http://www.w3.org/2001/10/xml-ex ...Show All
SQL Server FOR XML streamed?
We are trying to write an XSLT report generator that is pipelined throughout all stages. The first step in the process is to get XML out of our database. We are using 2005 April CTP. The white paper by Michael Rys in the MSDN library seems to indicate that the FOR XML streaming behavior of SQL 2000 is still present in 2005. However, it seems to hint that if you use the TYPE directive to return your XML in an actual ...Show All
Software Development for Windows Vista 16x16 windows 2000 icon glyphs remade
http://www.windowsdesktopsearch.com/screenshot/index.php a few screenshots available 16x16 windows 2000 icon glyphs remade ...Show All
Windows Forms HELP! I need a DB field to be auto-generated by code!!!!!!
I have a db that I plugged into VS 2005 b2's data source window and "draged" a table to a new windows form. I want a specific field to be programatically set for the current record. THIS DOES NOT WORK SINCE IT IS A DATABOUND OBJECT: DataBoundTextBox.Text = "Sue" How would I have to do this I don't want user input, I want a few strings to combine for this field. If you could keep this VB and not C# i would apriciate it :) Thanks Zack Owens z ...Show All
Smart Device Development NLed API : turn on and off Leds
Hello, I'm starting developpement with an industrial smart device. It's new for me to develop with smart device. This PDA run WIN CE.net 4.2. First, i want control some element as backlight and the 3 leds. I can turn off by : DevicePowerNotify("BKL1:", CEDEVICE_POWER_STATE.D3, POWER_NAME); turn on by : DevicePowerNotify("BKL1:", CEDEVICE_POWER_STATE.D0 : POWER_NAME); But my problem is with the leds, i can't make leds on or ...Show All
Visual C# Stop DELETE action
private void dataGrid1_KeyDown( object sender, System.Windows.Forms.KeyEventArgs e) { if (e.KeyCode == Keys.Delete) e.Handled = true ; } This doesn't help to stop delete action of the selected row. Is ther any other way Try this: http://www.thescarms.com/dotnet/DisallowDeletes.asp While its in VB.NET, you should be able to use the same logic in C#. Let me know if this doesn't work and I'll send you so ...Show All
Visual Studio Express Editions MDI Child Forms without border, blue box, resize buttons etc.
I fail to create a raw MDI child form without any border, maximize/minimize button a.s.o... I 'd like to create an application similar to Excel in that way that the user may open several windows using the 'new' menu item from the MDI Parent form, each window hosting tabcontrol. The standard way to create MDI Child forms works fine but I can't get rid of these top headings! A splashscreen form seems to be a good answer but I can't create ...Show All
SQL Server Sql Replication
I am creating a vb.net app for a windows ce handheld device. I am using replication to create the database on the handheld. I am getting this error when this error: An incorrect or unsupported HTTP function call was made The virtual directory was created successfully and I can connect to it. The snapshot also is working correctly. I use the SQL Server 2000 and SqlCE 2.0 Any help is greatly appreciated. Thank you in advance Ale ...Show All
Windows Forms Binding a combo box to a data set
Hi, I am trying to just list some columns in my dataset by binding it to a combo box in windows form application. I can easily do that in a web application. But really doesn't seem to work as a windows form application. Label1 an ...Show All
Visual C# urgent~~~!!!MESSAGE BOX CANNOT DISPLAY.....
" Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application" this is the error when i get while i run the apllication in the server.... is there any way to let the messagebo appear... thanks I still don't know how this is running. Is the p ...Show All
Visual Studio Express Editions Help with TCPClient Class
I am using the MSDN article and code snippet for the TCPClient class as a guide but the snippet only shows you how to get the first batch of response data from the server but I want to get all the batches to make a full HTML source for sending an HTTP Request to a server. Here's my code to get the source code for a page: Private Client As TcpClient Private readBuffer() As Byte Public strHTML As String Dim Finished As Boolean ...Show All
Visual Studio Team System Checking in/out project does not check in/out all files as expected
I am noticing that in a couple of our projects when I check in or out the entire project not all items are checked in/out as expected. This behavior does not happen with all projects. This seems to happen when I check in/out these projects from within Solution Explorer when right clicking the project and choosing "Check in" or "Check out for Edit..." We are using Team Server Beta 3 Refresh with Visual Studio .NET 2005 RTM. Does anyone know why t ...Show All
Windows Forms DataGridViewButtonColumn does not render?
What's the trick to making a DataGridViewButtonColumn render correctly in a DataGridView control I've added the column and set the text property and can even click the cell and cause the cell clicked event to fire but all I see is a blank white cell. Any ideas Thanks. >> Without visual styles the button honors the backcolor of the cell's style. If visual styles are enabled, then where does the button get the foreground and background ...Show All
SQL Server how to convert Cube to Report?
hi, How to convert cubes , which are generated by Analysis Services, to generate end user reports like pivot tables for excell, pdfs etc. by using Report server. ur cooperation is highly appreciated. Satya Hi. I also have a cube that was developed using Anaysis Services and would like to use it create reports using Reporting Services. A couple of questions: 1. How do I access the cube from Reporting Services 2. Can you c ...Show All
Microsoft ISV Community Center Forums Using VB in Excel 2003
Can anyone help me rework this code. What I need is the code to call four columns. First is a name column. Then a space then 3 numbers separated by slashes each with a different rule for coloring. So example let’s say name is Smith I want Smith 32/15/3.4 And the column where 32 comes from let’s say has parameters 20+ is green, 15-19 is black, 10-14 is red and below 10 is plum and bold. Second column number would be similar e ...Show All
