473,788 Members | 3,101 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
985
thread by: Greg L. | last post Mar 6 '06 by: Greg L.
Hi, I'm using VB.NET, Visual Studio.NET 2003 I have a windows forms app that references a web service. In the past I was always able to debug the web service by placing a breakpoint on the line of code in the client where the web method was called, stepping in via F11, and also having a breakpoint in the asmx file for the web service...
0
916
thread by: Arne Garvander | last post Mar 6 '06 by: Arne Garvander
I need to send an XML file to a webserver without using SOAP. I tried WebClient but that didn't work. What can I try next? -- Arne Garvander Certified Geek
0
867
thread by: daykirby | last post Mar 6 '06 by: daykirby
I have a .net application that takes a couple of minutes to initialize, so I'm using the Application state to let it persist accross sessions. This is working well so far - after the first time the app is run, it starts quickly for subsequent sessions. However, it seems that when I wake up in the morning the application has ended, which m...
0
730
thread by: Secret Squirrel | last post Mar 6 '06 by: Secret Squirrel
Hi, We have a set of classes that we use to transfer data in our web services (data transfer objects). These classes are in a special project. Both our web services themselves, and our clients have reference to the assembly containing these classes. In order to use these data transfer object classes, with VS .NET 2003, we would generate...
0
989
thread by: Adam M. Rosenzweig | last post Mar 6 '06 by: Adam M. Rosenzweig
Hello, I am having a problem getting a particular web service to work on a win 2003 server. This web service does work on my XP box. The web service is written in VB.NET, and uses a declare statement to access a function in an umnanaged dll built using Visual C++ 2003. The function in the dll returns an XLOPER *, which in the VB code I...
0
1,607
thread by: Ed Staffin | last post Mar 6 '06 by: Ed Staffin
Hi, I have developed a web service for use in WSS. In Vstudio 2005 I publish the website to a local directory and in the bin directory is the dll. It's name is always App_Code.dll. Amongst other things, I have to copy this dll to the C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\ISAPI\BIN directory. I really want...
1
1,236
thread by: Gary Nastrasio | last post Mar 6 '06 by: Carl Daniel [VC++ MVP]
I have a .NET 1.1 project that I'd like to compile on Visual Studio 2005 Pro. In VS2003 I created a form and dragged the WebBrowser control onto it. This created the following code: private: AxInterop::SHDocVw::AxWebBrowser * axWebBrowser; Now, when I compile in VS2005, with the /clr:oldSyntax switch this error is coming up: ...
2
1,421
thread by: Steve | last post Mar 6 '06 by: Chris Mullins
C# I am new to C#, and new to the whole OO concepts, and so I am sure this is a very stupid question, but I'll ask anyway. When should my methods be static? I have several "Business Objects" in my app, which basically hold key functionality. For example I have an Asset class. In there I have some methods for getting various attributes of...
0
1,515
thread by: SeanGerman | last post Mar 6 '06 by: SeanGerman
Howdy, Is there a way to explicitly escape special characters (particularly & (&) and ' (')) when writing a data set with the WriteXml method? I know this is supposed to happen automatically (according to MS), but in my case, it doesn't. I'm pulling data from MS-SQL with c#, filling data tables with SqlDataAdapter and a query,...
3
1,404
thread by: Steve King | last post Mar 6 '06 by: Cor Ligthert [MVP]
I'm attempting to bind a combobox to store the values in tblProblems.VersionID and display the Version value from the tblVersions. The VersionID field is a foreign key to the ID in tblVersions. Currently I have the combobox displaying the versions in the dropdown which is what I need but when I select a different version it is displayed for...
0
1,234
thread by: Greg | last post Mar 6 '06 by: Greg
I'm writing a program which uses the ImportNode function of an XMLDataDocument. This works fine for elements which may appear once at most; however, for elements which may appear multiple times, it inserts 'xsi:nil="true"' for each of those elements, which is a violation of my schema (and logic). (The code below is for cataloging...
0
791
thread by: JackieB | last post Mar 6 '06 by: JackieB
Hello, Can anyone point me a documentation that show what kind of XML-tags are existing when you whan to modify your wsdl file? I understood that the only way to modify .NET Webservice's wsdl is to embed XML tags into code, I'm I rigth? So, any help appraised.
1
868
thread by: Nuno | last post Mar 6 '06 by: Patrice
I created a webservices that contains 2 webmethods. One returns a STRING datatype and the other returns a DATASET. When I add a web reference to test the webmethod that returns a string it works perfect but when I run the webmethod that returns a Dataset I get the following IIS error page: "The page cannot be displayed There is a problem...
0
1,138
thread by: sonyram | last post Mar 6 '06 by: sonyram
Hello, I am trying to create a consumer application (console) for a java webservice which is outside our domain. When I tried to add web reference, I was able to locate the service after I give authentication information and I was able to see all the methods. But when I tried to create proxy by pressing the "Add Reference" button, I get the...
2
1,441
thread by: ZagrebMike | last post Mar 6 '06 by: ZagrebMike
Hi, I want to create a simpleType that will constrain an element to be a date of the form dd/mm/yyyy. I have this at the moment, <xs:simpleType name="newDate"> <xs:restriction base="xs:string"> <xs:pattern
3
2,297
thread by: Ryan Liu | last post Mar 6 '06 by: Cor Ligthert [MVP]
Can someone give a sample to prevent a row from being deleted in a datatable? I tried e.Row.RejectChanges(); in dt_RowDeleting() but seems does not work. I need verify if there other data using data in this row before actually remove it from datagrid. I can certainly control with Delete button. But if I want to allow the user to use...
2
886
thread by: Herby | last post Mar 6 '06 by: Herby
My default constructors do not seem to be being called when deserializing using .NET. Consequently some of my objects that are marked are not in a initialised state? Whats going on here? Should not the default constructors be called?
7
6,757
thread by: Hardik Shah | last post Mar 6 '06 by: Cor Ligthert [MVP]
Hi there i'm trying to bind a checkbox and some date time picker fields to a dataset. this is wat i have tried for the check box but it doesnt seen to work chkObservation.DataBindings.Add("text", dsChildData, "Child.ChildObservation") SO how would i go about binding this?
5
1,562
thread by: Abubakar | last post Mar 6 '06 by: Bruno van Dooren
Hi, how do I convert std::string to char * ? regards, -Ab.
0
1,089
thread by: Murat | last post Mar 6 '06 by: Murat
I want to connect to an LDAP server (OpenLDAP) over SSL. I tried the following code: ........ ldapConnection = New LdapConnection(ldapServer) ldapConnection.AuthType = AuthType.Basic ldapConnection.SessionOptions.ProtocolVersion = 3 ldapConnection.SessionOptions.SecureSocketLayer = True
0
811
thread by: aruncg82 | last post Mar 6 '06 by: aruncg82
Hi, Can any one give me a simple way of understanding the use of IADs interface in vb.net? I don't know the .net equivalent of the following code. Set objIADsContainer = GetObject("WinNT://servername")
1
1,745
thread by: steveBelfast | last post Mar 6 '06 by: james
Having trouble installing my 180 day Visual Studio 2005 trial disk. The CD that was sent is actually a DVD not a CD. My home PC only has a CD drive. I attempted to install on an external drive using a work PC with a DVD drive and then use the external drive from my home PC. Unfortunately the install process puts files on the hard drive of the...
0
1,151
thread by: Cleyton | last post Mar 6 '06 by: Cleyton
Hello! Someone knows what is happening?... My program doesn't work running in guest account. My program is registrated in msconfig and starts with windows...Ok... So, it stays waiting for a request UDP: UdpClient listener = new UdpClient(DEFAULT_PORT); IPEndPoint groupEP = new IPEndPoint(IPAddress.Any,
7
1,265
thread by: Joăo Santa Bárbara | last post Mar 6 '06 by: pvdg42
Hi all i have a few problems with my Visual Studio ide 2005 :( is This normal ??? when i'm writing in the code page my cpu goes wild ( 100 % ) only writing when i press save my CPU goes Wild ( 100% ) for a couple time when i move a few controls in the designer it goes wild !!! and mouse pointer starts to flick.... is this all normal ???
0
1,406
thread by: Philadelphia XML User Group | last post Mar 6 '06 by: Philadelphia XML User Group
NEXT MEETING: March 8th, 6:00 to 8:00 pm A Definitive Introduction to Topic Maps with Michel Biezunski and Roger Sperberg To sign up, please visit http://www.xmlphilly.org/signup.asp There's been lots of buzz about Topic Maps in the XML community, and

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.