473,811 Members | 3,467 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
1,062
thread by: RKM | last post Mar 9 '06 by: RKM
Hi All Following error is coming in particular web application during loading / login process. background----- we have 3 ip segment 172.26.1.x 172.26.2.x 172.26.3.x.
1
4,499
thread by: Mike McAllister | last post Mar 9 '06 by: Luke Zhang [MSFT]
Is there a way to force SmtpClient.Send to respond to the remote server's 220 message with HELO instead of EHLO? System.Web.Mail worked fine in 1.1 for me on many SMTP email servers. However, one of the servers that has always worked, doesn't now with System.Net.Mail. I have tracked it down to an issue where the SMTP Server is...
0
1,002
thread by: Thirumalai | last post Mar 9 '06 by: Thirumalai
Dear friends, We have developed an application in Visual studio 2005. We have 2 things, Webservice and Application setup. Both are configured on the IIS of our webserver. When I am giving the url for eg http://systemname/applicationname I am getting the error
1
1,205
thread by: mohammed | last post Mar 9 '06 by: Peter
Form authentication works great on my laptop localhost however when I upload the form to IIS dev server login fails even with the right userid and password. My connection strings are fine and my remote aspnetdb.mdf has the correct data. What am I missing?
0
910
thread by: Jasmine | last post Mar 9 '06 by: Jasmine
Hi, I have a java servlet "receivefile" in the web server, the user will submit file to the servlet address, i.e ,https//cschool.com/servlet/receivefile?type=en, the servlet will place the file to a directory. is it possible to convert the servlet to asp.net 2.0 web service ? How the web service catch the file? any sample or idea will...
0
1,399
thread by: Ken Arway | last post Mar 9 '06 by: Ken Arway
GotDotNet has just posted my XSL/XPath tool, ComXT (COMbined Xml Tools): http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=AC6259D9-F7B3-47AA-8ACF-A2D6D0899C38 It does XSL transformations, XPath queries (both nodes and evaluations) with namespace support, Xml stats, and simple formatting. Both the transformations and...
2
1,588
thread by: Paolo De Nictolis, Eng. [441410] | last post Mar 9 '06 by: Dimitre Novatchev
Hello everybody, from what you know, what is the best online tutorial for this two technologies?
0
915
thread by: Filippo Bettinaglio | last post Mar 9 '06 by: Filippo Bettinaglio
C# 2005 I have a window form control embeded in a HTM page. How can I access to some HTLM fields in the page? or better... How can I access to the DOM of the HTML page? Many Thanks, Filippo
1
2,411
thread by: 2005Newbie | last post Mar 9 '06 by: Brooke
In .net 2003 there were folders located at Common7/Graphics for icons, bitmaps, etc. Where is it for .net 2005? Thanks,
0
1,019
thread by: Dave A | last post Mar 8 '06 by: Dave A
Hi, sorry for the repost. I received absolutely no response. Someone must have solved this. I have a client who is behind a socks proxy. How do I get web services to tunnel through a SOCKS proxy? Only HTTP proxies seem to be supported. I am on .Net 2.0
0
987
thread by: Siew-Ming | last post Mar 8 '06 by: Siew-Ming
Hi, Try to figure a way to turn off a folder Read-only property for a specific folder (Windows 2003) at multi sites. When we do our application upgrade/patch, we manually turn off the Read-only for entire folder in order to load the new files then set it back Read-only after installing upgrade/patch. Learned VB.net before and have...
0
1,460
thread by: JP | last post Mar 8 '06 by: JP
Is there a way to temporirly disable the X button (close) on a MODAL window in the web browser? We have cleanup code that needs to run after the user closes the modal window. This works fine if the user closes the window via a button I have placed on the page. If the user tries to close the window via the "X", then popup blockers potentially...
7
5,978
thread by: Marcin Rzeznicki | last post Mar 8 '06 by: marcin.rzeznicki
Hello, Do you think it is legitimate practice to mix GDI+ and GDI calls (via Get/ReleaseHDC()) in paint event of a control? I've heard there is possibility of performance loss while "locking" Graphics object which is done as a side-effect to GetHDC() call - could you confirm? Another question that comes to my mind when planning mentioned...
0
1,134
thread by: CLEAR-RCIC | last post Mar 8 '06 by: CLEAR-RCIC
I wrote some code that creates a user account in Active Directory. I set the password to the word "password" like so: myNewDirectoryEntry.Invoke("SetPassword", "password") myNewDirectoryEntry.CommitChanges() I want to force the user to change his password to a new password on his next logon. Anyone know how this is done?
3
21,732
thread by: Asfar | last post Mar 8 '06 by: Bruno van Dooren
I am having an error when compiling an C++/CLI application. This application uses a dll MFC extended dll. The error message is Error 1 fatal error C1189: #error : Building MFC application with /MD (CRT dll version) requires MFC shared dll version. Please #define _AFXDLL or do not use /MD C:\Program Files\Microsoft Visual Studio...
2
1,147
thread by: davidw | last post Mar 8 '06 by: davidw
Hi, I want a xsl so I can categorize a flat xml, like this: <field name="a1"/> <field name="a2" merge="true"/> <field name="a3"/> <field name="a4"/> <field name="a5" merge="true"/> <field name="a6" merge="true"/> <field name="a7"/>
0
1,009
thread by: jwtulp | last post Mar 8 '06 by: jwtulp
Hello, I have a question about XmlSerialization. I have a class with a private field called createDate of the type DateTime. In the constructor of my class I use DateTime. Now to create a timestamp that is assigned to the field createDate. Because I want to encapsulate as much as possible of my class data and don't want clients of my class...
1
1,174
thread by: Dino | last post Mar 8 '06 by: Joerg Jooss
Hi, I am trying to create a web page that will download multiple files to the client on one request. can not find anything on the net. can someone direct me to were i can find samples/info. Thanks
1
1,256
thread by: Gustyn | last post Mar 8 '06 by: Gustyn
I have line of code that was originally written prior to .NET 2.0 as follows: Foreach int i in Items. The problem is it keeps throughing an exception about unsafe thread access. I have read how to fix this using the check to InvokeRequired property but am trying to figure how to apply it when using the foreach command since I have to use...
2
1,585
thread by: PK9 | last post Mar 8 '06 by: Jim Hughes
I'm looking for the steps or code examples of how to create an excel file (and write to it) from a C# Windows application. This seems simple, but I haven't found anything useful yet. Any information is greatly appreciated. Thanks, Paul -- PK9
0
2,036
thread by: utkarsh | last post Mar 8 '06 by: utkarsh
Hi All, I have a DLL contains two classes, first one which is to be serialized and other one is a UserControl class have code to serialize as below:- class XYZ: System.Windows.Forms.UserControl { public XYZ() {
0
1,182
thread by: Betty Harvey | last post Mar 8 '06 by: Betty Harvey
Happy 2004! I hope everyone had a great holiday and will have a good new year. The next meeting of the XML Users Group will be held on Wednesday, March 15, 2006 at the American Geophysical Union (AGU) at 2000 Florida Avenue, N.W., Washington, DC 20009-1277. The meeting starts at 7:00 p.m. and usually last approximately 2 hours. If...
0
346
thread by: Amol | last post Mar 8 '06 by: Amol
Hi all, I have a case where I have a element that can appear under multiple elements e.g. <AppFunctions> <UseTemplate name="1"/> <MethodSet name="2"> <UseTemplate name="3" /> <MethodCall name="4" /> </MethodSet>
1
2,696
thread by: Shawn | last post Mar 8 '06 by: Robert Wilczynski
I have installed WSE 2.0 SP3 and if I right-click my project in VS 2003 I get the option "WSE Settings 2.0". I don't get this option in VS 2005. Does this mean that WSE 2.0 is not compatible with VS 2005 and .NET 2.0 ? Thanks, Shawn
2
5,911
thread by: Chris Stankevitz | last post Mar 8 '06 by: Chris Stankevitz
Hi, MSVC 7.1 .net 2003, native c++. I received this runtime message today for the first time in my life (and I've used MSVC for a long time): Run-Time Check Failure #3 - The variable 'doCancel' is being used without being defined. The word "defined" should say "initialized". The code that triggered it looked a little like this:

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.