473,750 Members | 2,209 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET Framework Forum

Microsoft . NET Framework - Ask questions about Windows Communication Foundation(WCF), Windows Workflow Foundation(WF), applications (web, server, smart clients, console and database).
0
885
thread by: Cinderella | last post Feb 16 '06 by: Cinderella
Hi, I am trying to connect to a Web service that uses SOAP Extensions. Normally from a Windows app I would use the <soapExtensionType> elements in the config file to reference the DLL containing the SOAP Extension. With a mobile app I don't have a config file. Any ideas on what I need to do to access the web service? Many Thanks in Advance
1
1,382
thread by: Steve Barnett | last post Feb 16 '06 by: Steve Barnett
Anyone know of an equivalent product to NDoc that works with VS 2005? I have a (very) small budget, so the cheaper the better. The latest NDoc fails to cope with VS2005 solutions and I can't see any development going on. I'd love to have a go, but doubt I have the skills necessary. Thanks Steve
2
1,483
thread by: Travis | last post Feb 16 '06 by: vinu
Hi , I use C# to create a dropdown list in the web page and I place some code in the SelectedIndexChanged event. But when I click on the list to select certain job to perfom , there is not respoand at all ... what else should I set ? Travis Tan
3
4,073
thread by: Jack | last post Feb 16 '06 by: RYoung
I am trying to receive xml files on my server which are posted from another server using http post. I need help in designing a receiver which will accept this xml file and send back a success message back to the sender. Can someone give me some code examples on how to design this piece? I am having difficulty proceeding with the design here....
1
1,117
thread by: vanisathish | last post Feb 16 '06 by: Bruno van Dooren
Hi, I have doubt in implementing COM+ ActiveX Server EXE written in VC++. These methods will be called from ASP pages. Now simultaneously when more than 5 users access the method, the response becomes slow because the access to methods are synchronised by locks inside. Actually these methods are supposed to return XML DOM objects. Is there...
1
2,130
thread by: Mario Vázquez | last post Feb 16 '06 by: Martin Honnen
Hi everybody, I've just learned how to attach a CSS file to a simple XML document with: <?xml-stylesheet href="css_file.css" type="text/css" ?> It is possible to incrust the CSS definitions in the same XML? Regards, MVR
8
1,385
thread by: wolf_y | last post Feb 16 '06 by: spiff
Firstoff, I'm a SAS programmer, new to XML, and was assigned the task of designing a process to validate customer submitted XML files. As the frontend of a database loading process we plan to use XMLSpy When a file fails validation, we want to return it with sufficient information for accurate correction. I just learned from Altova's tech...
0
1,079
thread by: pradeep_TP | last post Feb 16 '06 by: pradeep_TP
hello all, I am planning to develop a web service which has a timer.I am planning to create different threads within that timer elapsed event. Each thread would make request to different web sites to check whether they are running or not. I want to know is it a better idea to create threads from within teh timer elaspsed event. thanks...
0
838
thread by: Jason Myers | last post Feb 16 '06 by: Jason Myers
Hi I've just wtritten a desktop app using VB.NET 2005 Express Edittion. It makes use of the MS Word 10 Com Components, andsome ZIP libraries that I have. I need the appropriate DLL's to be built into the solution so that when I install on another machine in my organisation, it will also install those DLL's if not found on the users machine....
3
1,178
thread by: Mikolaj Machowski | last post Feb 16 '06 by: George Bina
Hello, I am looking for tool to query Schema/RNG files to find: - all elements of current dialect - allowed children of given element - allowed attributes of given element - values of that attribute TIA
0
1,472
thread by: batista | last post Feb 16 '06 by: batista
Hi there, I'm developing a website that is in 2 languages english and arabic. Now I wanted to have fixed header scrollable datagrid. For scrolling i found a solution which works fine. But for fixed header I found a solution that is using CSS expression,plus some style properties, as follows.
0
1,311
thread by: serge calderara | last post Feb 16 '06 by: serge calderara
Dear all, Let say that I have developped a web service which is host on Server1. Then one of my customer will like to used that service in its own web site which is not based on .NET platform. As far as I have understand I need to proceed as follow : - Create a proxy class with WSDL.exe tool - I can then compile that class in an aseembly...
1
6,657
thread by: Dave | last post Feb 16 '06 by: Josh Twist
Calling an external webservice, sometimes we get "operation has timed out." the full stack trace is below (I've just replaced personal info). The webservice provider suggested it timed out trying to connect to their service which may be related to network issues. I don't see that information in the stack trace. How do you even begin to...
0
1,170
thread by: Lloyd Dupont | last post Feb 16 '06 by: Lloyd Dupont
In the same OnPaint() method I could mix GDI+ and GDI drawing. I have some hard to track nasty bug that appears sometimes (mainly when I print) and I wonder if any of the things I do are not exactly proper..... If you've some comments about the code below, speak up! The GDI part is done in managed C++ and I initialize and end each GDI...
0
821
thread by: GeorgeAtkins | last post Feb 16 '06 by: GeorgeAtkins
All I want to do is publish an online form, have the user fill it in and e-mail it for later inspection. But all that usually gets sent is the data. I want the entire form, with all of the labelling and layout, as well as the entries, submitted. How can I do this? I thought I could do it using Adobe PDF Professional, but you also have to get...
3
1,162
thread by: Jan Eliasen | last post Feb 16 '06 by: Luke Zhang [MSFT]
Hi I have a friend who is programming a WinForms solution, and he would really like an event on the MonthCalendar control for the double click. Is this possible? Thanks in advance Eliasen Jr. representing himself and not the company he works for.
0
783
thread by: micro_bug | last post Feb 16 '06 by: micro_bug
As we know, for display, we can call CreatePatternBrush() to create a 8pixel * 8pixel to fill a region. It is perfect for display in the display device and some printers. But In some high-res printer, the fill pattern is printed as gray. (the fill pattern is printed so densy that it looks like a solid gray block, for example, some HP printers...
0
383
thread by: Daniel | last post Feb 16 '06 by: Daniel
ADO.NET Failed to load msxmlsql.dll How to fix this error? System.Data.SqlClient.SqlException: Failed to load msxmlsql.dll. at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() am i missing something that needs...
5
1,431
thread by: hilz | last post Feb 16 '06 by: Joe Kesselman
Hi all I have this situation where I have an xml file similar to this: <Root> <MyElement year="2004"><Amount>10</Amount></MyElement> <MyElement year="2004"><Amount>11</Amount></MyElement> <MyElement year="2005"><Amount>15</Amount></MyElement> <MyElement year="2006"><Amount>4</Amount></MyElement> <MyElement...
0
292
thread by: James D. Marshall | last post Feb 16 '06 by: James D. Marshall
I have a need to turn a windows app into a console app. That being said, in the windows form, I use the server explore to make the connection to a server, but I have not figured out how to programmatically for use in a console app. -- James D. Marshall can't is a four letter word, it carries with it implications of desires,
2
4,446
thread by: quat | last post Feb 16 '06 by: Tamas Demjen
I am getting the error: error C4368: cannot define 'd3dPP' as a member of managed 'FormEx::Form1': mixed types are not supported I am trying to mixed managed and unmanaged code (d3dPP is unmanaged, where the form is managed). Can I not have an unmanaged instance in a managed class?
0
1,135
thread by: John Bailo | last post Feb 16 '06 by: John Bailo
Order me up a plate of Kim Chi: http://times.hankooki.com/lpage/tech/200602/kt2006021517494311780.htm Korea Plans to Build Linux City, University By Kim Tae-gyu Staff Reporter "The Korean government plans to select a city and a university late next
1
2,026
thread by: Anthony Yott | last post Feb 16 '06 by: RYoung
Folks, I have a ASMX Web Service (.Net 2.0) and I'm NOT using WSE. I would like to retrieve the incoming SOAP envelope body (raw XML) inside one of my web method calls but I'm not sure how to do this. I need this information for auditing/tracking purposes. I would appreciate any suggestions, code samples or links. Thank you in advance,...
10
3,002
thread by: Kurniawan | last post Feb 16 '06 by: hilz
Xml is very amazing technology! generalism is his power. I have create called XML resume. that it may be good for you who want to apply for job. you can design a web with your resume without putting your data one by one. just use template of XML. you can save your collection of resume and display it one by one. you can check to my site....
1
1,095
thread by: shrajan | last post Feb 16 '06 by: shrajan
Microsoft Technologies versus Java Who will be the final winner?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.