Home All Groups Group Topic Archive Search About

.NET Framework

microsoft.public.dotnet.framework
Score PrintPreview extremely slow with Samba printers
Lars - 12 Aug 2006 7:38 PM - 1 message
I am using Microsoft .NET (2.0) PrintPreviewDialog and all works well when the Windows default printer is set to a local printer or a network printer on a Windows server, but if I set it to a Samba network printer, it ...
Score How to unescape HTML string?
Sebastian Mark - 12 Aug 2006 7:02 PM - 2 messages
I have a simple question, is there an easy way in .NET to unescape HTML characters? for example I have a string "Siebel Analytics Sr Consultant-"Partner w/ Deloitte & have the oppty to become a Partner"" ...
Score Need quick lookup like Hashtable, but don't need to store value
illegal.prime - 12 Aug 2006 6:22 PM - 9 messages
Hey all, I seem to recall stumbling across a class that is exactly the same as Hashtable, except lacking the Value portion.  I need something that works just like the Hashtable, but that doesn't store a value (in ...
Score Exec distribution issue....
stepanokim - 12 Aug 2006 11:24 AM - 5 messages
I developed a exe application written in C#, using remote SqlServer2000. I have three users (three workstations) need to use this application.  All are in the same network domain. I want to install this application on the file server, so to speak, on the ...
Score Exception Management
Ginny - 12 Aug 2006 1:05 AM - 5 messages
The .NET architecture guide says that "Exceptions need to be serializble in order to flow upstream accross tiers". Why? Cant we simply throw excpetions to the calling code even if it is in a diffent component in a differnt layer ...
Score Layer boundary??
Ginny - 12 Aug 2006 12:39 AM - 2 messages
We know that there are layers in our application design (presentstion, business & data) but what exactly is a layer boundary?? ...
Score Lack of OO support for stateless programming
Chris Mullins - 11 Aug 2006 10:13 PM - 12 messages
I tend to build high performance system, and when doing this stateless programming is at a premium. This often means all of the public methods on a class are defined as static. I often find that the .Net framework has poor support for doing this. ...
Score Display device list
ThunderMusic - 11 Aug 2006 7:16 PM - 6 messages
Hi, I want to have a list of the display devices available on the computer, just like the Settings tab do in the desktop properties... What I need is the DeviceID, it's rectangle(left, top, width, height) and if it's active or ...
Score Gridview formatting
Arne Garvander - 11 Aug 2006 6:21 PM - 1 message
What is wrong with my dateformat? <asp:BoundField DataField="BatchDate" DataFormatString="{0:MM/dd/yyyy}"  HeaderText="Batch Date" /> My datatype is datetime i.e. I was expecting 01/01/2006 but I get 01/01/2006 12:00:00 am. ...
Score "Fix this Application" Problem
Jeremy - 11 Aug 2006 5:17 PM - 4 messages
In the .NET Framework 2.0 Configuration, I have added an application to configure. When I tried to "Fix this Application", it did NOT respond. I remember that the 1.1 "Fix this Application" works. Is there any way to ...
Score Windows service on a cluster
ThunderMusic - 11 Aug 2006 3:00 PM - 5 messages
Hi, We have many servers setup as a cluster. When one server crashes, another one take the relay... We want to know if it's possible (I suppose it is) to make a Windows service developed with .NET 2.0 work in a cluster ...
Score why one icon, but not another?
HockeyFan - 11 Aug 2006 1:49 PM - 1 message
I've been attempting the use of GetManifestResourceStream to pull in an icon to my application.  Using one icon, this returns a good strm that I can use to access the icon.  WIth another icon, it returns Nothing. ...
Score Event not firing
pbaugh - 11 Aug 2006 11:02 AM - 6 messages
I've got the following code for a datagridview :         private void grdMain_MouseDown(object sender, System.Windows.Forms.MouseEventArgs e)         {             Console.WriteLine(e.X.ToString() + ", " + e.Y.ToString()); ...
Score DateTime problem
JFieseler - 11 Aug 2006 10:08 AM - 3 messages
Hi all, in a huge project i have the following problem. I create an object which contains many public members (i know that this is not correct, but it is a single use migration program). The members will be filled from database tables. In the fill method i see in debug mode the ...
Score Exception thrown in .NET call to Active Directory
Will Robinson - 11 Aug 2006 12:31 AM - 1 message
Hi, I have a customised SharePoint portal running .NET 1.1 code, and interfacing with Active Directory. The following error is being generated, and I'd love any pointers as to a permanent resolution. The exception is thrown only intermittently, and can be resolved with either an IISreset or by recylcing ...
Score Windows Mobile 5.0 & Compact Framework
NormD - 10 Aug 2006 8:58 PM - 5 messages
(I could not find a forum specific to the Compact Framework so I'm trying this.  If you have a better place to suggest please let me know.) We did some test programming a while ago using the Compact Framework for ...
Score ClickOnce automation
chris.thistlethwaite - 10 Aug 2006 7:45 PM - 2 messages
Greetings, I have a question about ClickOnce and daily builds. Currently all our software is housed in TFS, and we have a daily build that dumps everything into a nice, neat directory. Now here comes the science. I want to automate ClickOnce so that after the build, it then creates the ...
Score What is SyncRoot?
Bob Altman - 10 Aug 2006 7:11 PM - 10 messages
Some classes (in particular, the Hashtable class) expose a SyncRoot property.  The help for that property states (in part): Derived classes can provide their own synchronized version of the Hashtable using the SyncRoot property. The synchronizing code must perform operations ...
Score Ensuring that it is safe to exit
Mike - 10 Aug 2006 5:02 PM - 3 messages
Greetings, We have a synchronization scenario where we would like to ensure that it is safe to exit the main application before actually exiting. The scenario consists of one or more timers (or threads) that are running that are in mid-stream doing their assigned tasks, such as, for ...
Score How to maintain user.config settings when upgrading?
davepkz - 10 Aug 2006 3:52 PM - 4 messages
I have a basic question about managing user.config settings: In my C# app, I save the user's preferences to the config file.  But each time I release a new build of the app, something in .NET creates a ...
Score Accessing timeout property of formsauthentication
Eric - 10 Aug 2006 3:40 PM - 1 message
If one wants to do their own FormsAuthentication cookie/ticket instead of using built in features, how do we access the timeout property? That is, in: FormsAuthenticationTicket ticket = new FormsAuthenticationTicket(1,         "userName",         DateTime.Now, ...
Score Code documentation practices
maflatoun - 10 Aug 2006 3:19 PM - 3 messages
Hi everyone, Our company is growing rapidly and I have been hiring people to help me out with our ASP.NET development. I like to put in place some code documentation standards. I've been reading a little on what is required ...
Score Creating a video manipulation program with .NET?
Dave - 10 Aug 2006 3:18 PM - 3 messages
I want to create a little video manipulation app. in .NET.  It has to load/play/save video and do some basic image manipulation.  I want to avoid commercial (ie. not free) libraries.  Does anyone have links to information ...
Score Why Visual Basic 2005 does not let refactoring as C# does?
arielqs - 10 Aug 2006 2:53 PM - 4 messages
...
Score How to embed a excel workbook in a web page for read-only??
ka1cqd - 10 Aug 2006 2:45 PM - 1 message
I need to embed a excel workbook in a table on a web page.  The workbook contains data links to a historian database that are read as the workbook is loaded.   Therefore using ADO.NET or other things like that, won't work ...
Score Word Automation, reading word document in XML format
R1gg4 - 10 Aug 2006 2:35 PM - 1 message
Hi all, I currently have a VB.NET application that interfaces with Word 2003 to produce documents from templates substituting the data in the template to form the document. This is all working including substituting images. However it is very slow as it uses the Word Object model to directly control ...
Score DataGridView Programmatic Sort
pbaugh - 10 Aug 2006 12:42 PM - 2 messages
Hi folks, The facts : 1) I've got a forms application that has a datagridview. 2) The datagridview is bound at runtime to a datatable object. The problem : The default sort is great on all columns but one. On that column I want ...
Score Compare Two Strings
Twinkle - 10 Aug 2006 11:47 AM - 3 messages
HI guys             i have two strings .in first string a word file is there and the second string a html file is there.now i want to compare to ...
Score Loading Assemblies
Neil58 - 10 Aug 2006 3:41 AM - 3 messages
The following code when run generates a file not found exception: AssemblyName aName = new AssemblyName(); aName.Name = "Martee.Entity"; Assembly assembly = Assembly.Load(aName); on the other hand, this runs OK: Assembly assembly = Assembly.LoadWithPartialName("Martee.Entity"); Martee.Entity is in the GAC, but Load doesn't seem to be able to find it.  ...
Score Threading Callback
Devron Blatchford - 10 Aug 2006 2:29 AM - 9 messages
Hi there, I am new to threading/callbacks etc and am having some trouble that I hope someone can help me with. The below class seems to work ok until I handle the CallbackEvent and try to update a control in the main form. I get: ...
Score AGAIN: updating the registry without rebooting the operating system
Anil Bakirci - 9 Aug 2006 11:52 PM - 6 messages
How is this possible ? Some control panel items provide an apply button that instantly resets the registry change and continue with the changed settings. Here is the example : right click on the desktop -> (display)properties ->desktop than if i select any color (let's assume black) and click on the apply ...
Score Help with regular expression
Bob - 9 Aug 2006 11:46 PM - 4 messages
I have numbers I am trying to match, for example: input = "1.2.3.4" pattern = @"\d+\.\d+\.\d+\.\d+" But the problem is, three of them are optional and it is important which ones get matched.  The numbers need to be matched like this: ...
Score Plug & Play event detection in windows xp
sturnfie@gmail.com - 9 Aug 2006 8:01 PM - 1 message
I am attempting to write an application that forces a USB device through all possilble (statically known) enumeration modes.  My approach is as follows: 1. Use WMI to pull a collection of all currently attached USB devices and scan for specific vendor and product id combinations (this tells me ...
Score Strange behavior when Removing a TabPage
erikssonjimmie@hotmail.com - 9 Aug 2006 5:40 PM - 1 message
ref class TabPageInfo { public:     System::Drawing::Size        m_orgSize;     System::Drawing::Point        m_orgLocation;     String^                m_name; ...
Score Getting the handler of an event with Reflection
Charles Bazi - 9 Aug 2006 5:17 PM - 6 messages
Hi, I have a base UserControl named UserControlEx. I have created an event, and a dummy handler. Then I create several UCs with UserControlEx base. Some of those have a handler for my custom event, others, no... I manage to have the list of events with EventInfo, but I'm unable to ...
Score How to use the AppDomainSetup.SetConfigurationBytes
Antonio - 9 Aug 2006 3:51 PM - 2 messages
I wrote a unit test for load an App.Config file from a string:         public const string Config =             "<configurationx>" +             "  <appSettings>" + ...
Score GetType not working on custom assemblies in .NET 2.0
Gabe Covert - 9 Aug 2006 3:41 PM - 2 messages
We have just migrated to VS 2005 and .NET 2.0, and are having some problems wth GetType and a custom class whose assembly resides in the GAC. In 1.1, we could call, for example: System.Type.GetType(""ElanHomeProject.ElanControl.ElanKeyPad.Z100, ...
Score update von registry
Anil Bakirci - 9 Aug 2006 3:11 PM - 6 messages
How can I update the registry, after i change a key value to take effect ? There is nothing usefull in Microsoft.Win32.Registry und Microsoft.Win32.RegistryKey. Wie kann man in .NET ein Registry-Update machen ohne den Computer neuzustarten ? ...
Score Can't see "Windows Form Designer Generated Code" in VS2005
v.maggs - 9 Aug 2006 2:44 PM - 2 messages
Folks,   I am developing a Visual Basic Windows application using Visual Studio 2005. For some reason I do not see any of the code that is normally generated by VB. Is there some setting I need to check somewhere in the IDE? ...
Score IMessageFilter
newscorrespondent - 9 Aug 2006 2:42 PM - 2 messages
I set up an IMessageFilter in an attempt to trap the WM_QUIT message from a plain C# windows forms application. I never get the WM_QUIT message. How come? I also get a number of messages that are way outside of the windows message ...
Score Using SerialPort With DialUpNetworking Protocol?
David White - 9 Aug 2006 2:33 PM - 1 message
Dick (or anyone else), My .Net 2 application filters serial communications data and i/o by sitting between a virtual serial port ([link]) and the .Net 2 SerialPort class. It is regularly trying to transfer settings, data, and events back and forth ...
Score Service packs for Windows contains .NET Framework 1.1?
Leszek - 9 Aug 2006 1:52 PM - 2 messages
Hello! Which SP for Windows 2000 contains .NET 1.1? I found, that 2003 by default contains 1.1, but i need information about Windows 2000..... I cannot find any informaitons.... Leszek ...
Score ReferenceEquals
Spongebob - 9 Aug 2006 1:12 PM - 6 messages
Hi ! I come up from a raw C/C++ background and since the pointers in C# are not so powerfull, i have some diffuculties to understand whats going on behind on ..NET platform. So my question is: "How can I understand if two references are pointing to the same ...
Score Strange character transformations
CyberSpyders - 9 Aug 2006 1:02 PM - 2 messages
Hi, I have an ASP.Net website, which allows users to upload a file which is then inserted into a database. This is all fine until it reads a line with the string +Anu in it. It transforms this to this char  É»  (which, if Googled for, is ...
Score .NET 2.0 Install Cheker
Matt - 9 Aug 2006 12:47 PM - 7 messages
hi, dont know if any one could help me. but i need a way to find out if .net 2.0 is installed before running the setup.exe file.. is there a small .exe some where that can pop up a message box if .NET 2.0 ...
Score WinFx: WPF Dynamically build UI
LOBOMINATOR - 9 Aug 2006 11:35 AM - 9 messages
Hello EveryOne, I'm currently playing a little bit with the new wpf in Visual Studio 2005. I was pretty excited about the posssibilities you have with XAML. I was wondering if it would be possible to dynamically build up a client's UI? ...
Score AccessViolationException openning Excel Work Book
hSiplu - 9 Aug 2006 8:43 AM - 1 message
hi, can anyone tell me why the folowing statement throws an AccessViolationException ? my developing pc is WinXP Pro with MSOffice2003 and the release version runs on Windows 2000 Pro with Office2000 while my client can't change his configuration. The Debug version does not throw the exception but ...
Score Possible to read meta from assembly without loading it?
MariusI - 9 Aug 2006 7:38 AM - 2 messages
I was wondering if its possible to extracts metadata from an assembly without loading it. For example: consider an app which loads dlls from a specified directory and is only interested in dlls from a specific vendor. Can I retrieve this information on a file-level. I could of course create a ...
Score .NET Runtime 2.0 Error - I need more details...
Ben - 9 Aug 2006 1:39 AM - 6 messages
When an asp.net exception occurs, an event is logged.  The event that is logged has lots and lots of details, app domain, trust level, virtual directory and the execption information w/stack trace.  Man that's good stuff. ...
Score How do I get control when the close box is clicked?
newscorrespondent - 8 Aug 2006 11:04 PM - 8 messages
I would like to display a form to get some cleanup instructions when an app ends. From the Application.exit method my dialog flashes and leaves. Is there any way to capture the event before it is too late to show a form? ...
Score Application Block Upgrade
Alex - 8 Aug 2006 9:48 PM - 1 message
I need to upgrade .net 1.1 to 2.0, and I'd also like to upgrade the application blocks that we use(data and exception). We currently reference the 1.1 versions from the GAC, and I'd like to keep it this way for the 2.0 ...
Score Remote DB Access Security
Roman - 8 Aug 2006 9:31 PM - 2 messages
I have set deployed my application in shared hosting environment. I have, currently, configured connection to remote sql server db in web.config. My concern is, 1) Since db username/password is in web.config, is there a way for ...
Score unable to start debugging on the web server, access denied
netmeister - 8 Aug 2006 9:31 PM - 4 messages
I've just installed visual studio.net 2003  and get access denied when I try to debug my vb.net project.  I've read all the mdsn articles and serched google about how to configure the browser and corrupted web.config file and ...
Score problem to read binary data
Quinn - 8 Aug 2006 7:56 PM - 1 message
Hi all, I have some binary files in the following format: text line 1 text line 2 .... text line N end of text single in binary 1 single in binary 2 single N EOF what I want to do is, to read text line by line until reached "end of text", ...
Score Using generic printer
Jean Paul Mertens - 8 Aug 2006 3:45 PM - 8 messages
Hello, Is there a way to send a string of text to a generic tekst printer under ..NET. Somethings as in the good old days File f = Open("LPT1"); f.Writeline("Blablabla"); The goal is to use an old lineprinter as a log printer printing out each ...
Score System.Management not found
sturnfie@gmail.com - 8 Aug 2006 3:38 PM - 1 message
Hey all, I am hoping this is something simple, but I am at a total loss to figure out what it is.   In a C# application I am writing, the following is my "using" header block: using System; ...
Score System.Management not found
sturnfie@gmail.com - 8 Aug 2006 3:37 PM - 6 messages
Hey all, I am hoping this is something simple, but I am at a total loss to figure out what it is.   In a C# application I am writing, the following is my "using" header block: using System; ...
Score Uninstalling .NET framework 1.1
A Wilhelm Scream - 8 Aug 2006 2:55 PM - 3 messages
I recently noticed, while uninstalling some stuff, that I have both ..NET framework 1.1. and 2.0 installed. Is it safe to uninstall 1.1? ...
Score Multi Tier applications
Saeid Bagheri - 8 Aug 2006 12:43 PM - 3 messages
Dear friends I want to know a bout multi tier applications, whats the meaning of layers, for example whaty is Data access layer? i cannot understand the concept. is layes just specific classes ? of different projects? what is the benefit? ...
Score gridview control parameters
Mike P - 8 Aug 2006 11:17 AM - 1 message
I am using control parameters to filter my gridview, but they do not work properly.  What I am trying to do is filter the gridview based upon 4 variables, and if any of the variables is not entered by the user, I ...
Score How to create a dbm file from DataTable
ore.ber - 8 Aug 2006 10:35 AM - 1 message
Is there a quick way in the framework to create a dbm file - directly off a DataTable Object ? (or maybe from a DataSet Object) Thanks in advance, Ore Berkovitch. ...
Score .NET initializing error
John - 8 Aug 2006 9:27 AM - 1 message
This post is informative. I recently faced a major problem as my application were sometime running and sometimes not with the error .NET initializing Error: cann'ot find the proper version... After weeks of madness, i found the problem : There is a virus called Sality that modifies the PE header, and creates ...
Score HELP!!! DOGS IN CHINA
Cookie - 8 Aug 2006 1:18 AM - 1 message
This picture outs tears in your eye...:'(:'( [link] [link] [link] ...
Score HELP!!! DOGS IN CHINA
Cookie - 8 Aug 2006 1:18 AM - 1 message
This picture outs tears in your eye...:'(:'( [link] [link] [link] ...
Score ASPDBNET.MDF
rgelfand2 - 7 Aug 2006 10:51 PM - 3 messages
Do you need to have sql server 2005 installed for this db? If not, how do you connect to it using non- windows integrated authentication? Thanks in advance ...
Score Constructor on type 'System.Resources.RuntimeResourceSet' not found
Alan Pretre - 7 Aug 2006 10:11 PM - 1 message
Our application has received this exception.  It is a Win32 service that runs 24/7.  The app has been in the field at various sites for about 3 yrs and we have never seen this error until now.  Does anyone have any insight? ...
Score Help with date.addHours()
VR - 7 Aug 2006 10:08 PM - 3 messages
Hi all, I'm sure I'm missing something while dealing with dates in my code.... If anybody could give me a clue... Here's the code: dim dt1,dt2 as dateTime dt1 = new dateTime(2006,1,1,22,0,0) ...
Score Hosting WinForms in IE
Andreas Draheim - 7 Aug 2006 9:56 PM - 1 message
Hi all, I try to get the quickstart from the .NET 1.1 hosting a WinForms Control in IE running in .NET 2.0. But I cant get it going. ([link]) ...
Score .Net 2 SerialPort Class Questions
David White - 7 Aug 2006 9:31 PM - 6 messages
Hello, I am working to port an existing application from .net 1.1 to 2.0 and we hope to employ the new SerialPort class. In our application, the SerialPort class instance is "wired" to a virtual serial port that is Win32-based. So when ...
Score ANN: VistaDB 3.0 world's first managed SQL database for .NET and Compact Framework
VistaDB - 7 Aug 2006 7:57 PM - 1 message
VistaDB 3 CTP has been released as the world's first fully managed SQL database engine for Microsoft .NET, Compact Framework, Windows Vista and Mono. Unlike the new SQL Everywhere, .NET developers can use VistaDB 3.0 to build 100% managed WinForms and ASP.NET database applications that run on desktops, mobile devices and web servers. VistaDB's small 600KB assembly includes a built-in ADO.NET Provider, which means that VistaDB can be embedded into any .NET application. VistaDB 3.0 also makes mobile development and deployment easy since the same VistaDB 3.0 assembly will run on all mobile devices. Read more: [link] ...
Score On the 15th Day of The Israeli Aggression : A total of 958 deaths since the beginning of the war....
LEBANON - 7 Aug 2006 7:25 PM - 1 message
On the 15th Day of The Israeli Aggression : A total of 958 deaths since the beginning of the war, over 3,369 wounded, 915,762 Displaced, and the world is still silent! THIS IS THE LEAST WE COULD DO FOR : LEBANON! Look at those pictures [link][link][link][link][link][link][link][link][link][link][link][link][link][link][link] Tell your friends about what is going on! ...
Score basePageType issues in web.config file
Suresh.Eddala - 7 Aug 2006 7:03 PM - 1 message
Hi,   I have added base class to all my pages in App_Code folder,  and then added following line of code in web.config file.       <system.web>         <pages theme="Blue" pageBaseType="ThemedPage" /> ...
Score System.Configuration moved out of System.dll // Any others like this?
sloan - 7 Aug 2006 5:07 PM - 1 message
Most of us probably encountered the Warning 1 'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by ConfigurationManager.AppSettings' error when first coding up some 2.0 code. Here is a url to the description. ...
Score Windows Taskbar height
digitalshehan - 7 Aug 2006 4:34 PM - 1 message
Does anyone know how to get the height of the taskbar in Windows XP? Thanks! ...
Score Atomic transactoions vs Compensation
Ginny - 7 Aug 2006 3:31 PM - 2 messages
Hi, If we cannot implement atomic transactions we need to implement compensating methods and processes ?? Why?? Does compensating here mean simple error handling and a manual mechanism to roll back the state of a process?? I read abt compensation in BizTalk, is it simialr ?? ...
Score Huge problem consuming .net event in JScript code
Lambuz - 7 Aug 2006 11:44 AM - 4 messages
Hi all, I've got this problem. I've to implemente a solution like the example in [link], but I can't configure correctly the example. Every time I click on the textBox a System.Security.SecurityException ...
Score CF 2.0 Control's Region
Allen Bradley - 7 Aug 2006 8:51 AM - 1 message
I see that Compact Framework 2.0 support Region Class, but Control or Form Class haven't a Region Properties. How can i use Region for drawing Controls?? Best Regards ...
Score Simple Query Not Executing
Water Cooler v2 - 7 Aug 2006 7:24 AM - 4 messages
Dang! A *simple* query doesn't run on my machine. I wrote a Data Access Layer (DAL) in a dll that I am testing with the help of a console application. Here's the code. I am damn sure that my code is fine. I think my ...
Score How should a Windows Service stop itself?
Dave - 7 Aug 2006 4:52 AM - 13 messages
I have written a multi-threaded Windows Service in .NET.  During startup of the service I need to check for some condition and stop the service if the condition is not met.  What is the best way to do that?   Due to time ...
Score Parsing HTML table
Gil Lapid Shafriri - 7 Aug 2006 3:25 AM - 2 messages
Does  anyone know if there is a .NET api to parse HTML tables ? Thanks, Gil ...
Score Resgen /str - Issue generating C# resource wrapper classes.
Andy B - 6 Aug 2006 11:38 PM - 2 messages
Hi All, There seems to be a "feature" when using the resgen /str option to generate C# wrapper classes for the resource. The generated code which links the resource manage to the resource does not specify the resgen output file but instead forms the resource name from the ...
Score Configuring tableadapters after doing "minor changes" to the database table
eblanco - 6 Aug 2006 5:18 PM - 1 message
Hi all, It seems that when you change a table and make some minors changes to it, the tableadapter does not update when you re-configure it. What do I call "minor changes"? Setting a column as an identity column without changing the datatype. ...
Score Rewardign system with SMS?..
hin2 - 6 Aug 2006 4:12 PM - 3 messages
Dear readers, How to design a system with SMS where the system has to send a SMS and receive SMS...wht type os systemshould i develop?...a web based or a stand alone type?....pls do let me know as soon as possible... ...
Score XMLSerializer and NameTable Entries
Fratt - 6 Aug 2006 3:35 PM - 1 message
I'm using the xmlSerializer that serializes/deserializes an xml document.  I ran the xsd.exe codegen tool against the schema.  It appears that when I go to deserialze my type for the first time that the xmlSerializer loads ALL ...
Score Globalization and localization
Ginny - 6 Aug 2006 9:34 AM - 2 messages
WHat is the difference between Globalization & Localization? ...
Score CookieContainer containing commas workaround
cmklar - 6 Aug 2006 6:20 AM - 3 messages
I'm working on a spider, which has to crawl a certain site, one of the cookie they are sending down contains some commas in the cookie value part, and this seems to make trouble while coding in dotnet. I'm having difficulties in both directions; when getting the cookie ...
Score Event Handling
GVN - 6 Aug 2006 6:18 AM - 2 messages
Hi All,   Can anyone explain me the lifecycle of event handling. How the .NET framework handles event handling?     Thanks,    GVN ...
Score POST request frow windows app??
Brad - 6 Aug 2006 5:19 AM - 4 messages
I'm in the processing of upgrading some VBA code that sends a POST-AUTH request to a secure server (credit card authorization to a payment gateway)  then parses the return.  I'm trying to figure out how to do ...
Next »