473,799 Members | 3,065 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).
2
1,789
thread by: Des | last post Feb 24 '06 by: Tom Williams
I have tried various configurations of putting todays date into an sql Server 2000 database The field is set to Datetime Length(8) it displays 01/01/1900 after insertion What I have is Dim Created as date Created = Convert.ToDateTime(Now()).ToString("dd-MM-yyyy")
0
1,051
thread by: Stylus Studio | last post Feb 24 '06 by: Stylus Studio
Hi Everyone, A new XML tutorial by Dr. Kay was just released, "Buiding XML Workflow Applications". Dr. Michael Kay argues that the bulk of the application logic required for typical XML workflow applications can be written in high-level XML processing languages, notably XSLT and XQuery, with individual components linked together in a...
3
1,117
thread by: **Developer** | last post Feb 24 '06 by: academic
When I reset my Toolbox I get many tabs. These are from my own projects. In Vs2003 they were under a tab I created One tab for each control I've programmed. I've deleted all those tabs but if I reset they return.
1
1,073
thread by: Scholar | last post Feb 24 '06 by: Tom Williams
Hi; what is Sql Server Picture save and Picture read .
0
872
thread by: Daniel | last post Feb 24 '06 by: Daniel
how to forcfully kill a running process by executable name with a .net application?
0
2,321
thread by: lalberti | last post Feb 24 '06 by: lalberti
Somehow my ASPNET_WP.EXE couldn't start anymore. The two error messages related to this from the event viewer were: Event Source: ASP.NET 1.1.4322.0 aspnet_wp.exe could not be started. HRESULT for the failure: 80004005 Event Source: ASP.NET 1.1.4322.0 aspnet_wp.exe could not be launched because the username and/or password supplied in the...
1
1,671
thread by: Daniel | last post Feb 24 '06 by: Jon Skeet [C# MVP]
Exception of type System.OutOfMemoryException was thrown. this error is occuring when on arbitrary threads in my .net windows service. There is 2 gigs of memory on the machine and this .net windows service only uses 50 megabytes. What could be causing this? how to fix?
0
1,994
thread by: bbalet.free.fr | last post Feb 24 '06 by: bbalet.free.fr
The “Add Web Reference” Visual tool generates bad classes (from WSDL schema) for ComplexType containing only one element (wsdl.exe and wseWsdl3.exe tools have the same problem) : if a ComplexType A contains only one element, the tool don’t generate a class for the ComplexType A. It generates a class only for the element type (B) included...
3
10,023
thread by: Fergal Moran | last post Feb 24 '06 by: Fergal Moran
Hello Guys I'm a C++ programmer moving to C# and I'm trying to do something which I regularly do in C++ and am wondering why it doesn't work in C#. Basically in C++ I can do something similar to the following class A{ public: virtual void foo()=0;
0
1,235
thread by: bbalet.free.fr | last post Feb 24 '06 by: bbalet.free.fr
The “Add Web Reference” Visual tool generates bad classes (from WSDL schema) for ComplexType containing only one element (wsdl.exe and wseWsdl3.exe tools have the same problem) : if a ComplexType A contains only one element, the tool don’t generate a class for the ComplexType A. It generates a class only for the element type (B) included...
0
1,491
thread by: bbalet.free.fr | last post Feb 24 '06 by: bbalet.free.fr
Hello, Anyone succeed to make work a .Net WebService client WSE with WSS4J (I always get the error message 'Signature Verification failed') ? On the server my WSDD config is: <deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"> <globalConfiguration>
0
1,053
thread by: Dave | last post Feb 24 '06 by: Dave
I noticed if I access a web service such as: https://MySite/WebServices/Service.asmx In the View Source, the Invoke button wants to submit the form to post to just "http". How do you preserve the "https" since I'm accessing a secure ..asmx? Thanks.
7
5,591
thread by: Rasmus | last post Feb 24 '06 by: Kinlan
I need a way to extract css class names from a css file. Therefore I’m looking for a CSS Parser, preferably freeware and written in C#. Anybody know of such one?
2
13,057
thread by: Arnie | last post Feb 24 '06 by: Gregory Gadow
We have noticed that the FileSystemWatcher is not reliable. It is not easily repeatable but sometime it fails to catch file system changes. When it gets into this state it doesn't recover unless a reboot is done. The problem is only seen when multiple files are copied to the system in quick succession. Once the watcher misses a file *any*...
1
884
thread by: shadow | last post Feb 24 '06 by: Frans Bouma [C# MVP]
I installed .NET first, and then installed an earlier version of MSDN. Now in my .NET project, when I highlight something and click F1, nothing happened. But I can start MDSN seperately. Looks like these two are not linked together. What should I do? Thanks a lot.
2
2,228
thread by: Lu Prodesso | last post Feb 24 '06 by: Vadym Stetsyak
Hi all, I received a number of header files of several years old in C , now I want to use this code in c#. What are the steps I need to make? Can I compile it into a DLL with c++ and use it in c# somehow(.net 2005) ? must I convert it to cs files ? Is there a tool available ? Maybe examples ? Many many and even more thanks, -- Lu
2
1,987
thread by: Gregory Gadow | last post Feb 24 '06 by: Gregory Gadow
The TabControl that shipped with .NET 2.0 is seems to be buggier than dog droppings in high summer. Among several complaints, the tabs themselves look horrifically ugly when their pages have the focus, at least when run on Windows XP. I need to create a form with several tabbed pages and would really like something that at least looks likes...
0
1,347
thread by: jahartMU | last post Feb 24 '06 by: jahartMU
I'm working on an MS InfoPath project that requires authentication, and was less than excited to learn that I can't send signature pad captured data from InfoPath to Access. Love those unexpected Microsoft data type interactions. The signature pad (InterLink ePad) provider's tech support suggested using a web service, and since then I've...
1
1,196
thread by: Hardik Shah | last post Feb 24 '06 by: Sebastian [IG&A::]
Hi, I want to use various formating on text box , like text box gets only neumeric value, or text box can get only no of character. etc. Any hints will be sincerely appreciated. Hardik Shah.
2
1,034
thread by: Ravimama | last post Feb 24 '06 by: AMDRIT
Hi All, I have not yet seen Visual Studio 2005 and I could not collect much information on this. I just want to know whether Visual Stdio 2005 is enhanced Visual Studio ..net 2003 or is it Enhanced Visual Studio with Visual Basic 6.0. Is it ..net or the traditional Visual Basic 6.0 + with added features. Thanks.
1
948
thread by: Sebastian [IG&A::] | last post Feb 24 '06 by: Sebastian [IG&A::]
I have a WinForm app which uses some config files stored where the APPDATA environment variable points at. I works just fine at the development environment but I have some issues at ptoduction, figures! The thing is that not every client can access that folder and it is not a permission issue, every user is an administrator of his own...
2
1,329
thread by: Des | last post Feb 24 '06 by: Des
I am trying to connect to SQL Server. I have written some pages that have got the line Dim strConn as String = ConfigurationSettings.AppSettings("Thermos") There is a valid line <add key="Thermos" value="server=(local)\NetSDK; database=Thermos; integrated security=true;" /> In web.config This is working fine. What I want to do is move...
4
3,057
thread by: jdhavo | last post Feb 24 '06 by: jdhavo
Just a quick question. Does this mean that an XmlTextWriter cannot be used in a webservice? Is there some special coding required to use this class?
1
2,864
thread by: louis_la_brocante | last post Feb 24 '06 by: louis_la_brocante
Dear all, I am having trouble generating a client proxy for a webservice whose methods return a "complex" type. The type is complex in that it is a class whose members are a mix of primitive types and of more elaborate classes implementing IXmlSerializable. The resulting WSDL file for the webservice has two separate schemas in its <types>...
0
5,115
thread by: Richard Gregory | last post Feb 24 '06 by: Richard Gregory
Hi, I have the wsdl below, for an Axis web service, and when I select Add Web Refernce in Visual Studio the proxy is missing a class representing the returnedElementsType (see reference.cs below the wsdl). This complex type is a collection of another complex type(elementType), and the Reference.cs has an array of these rather than the...

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.