| Thread | Last Post | Replies |
|
| forms authentication | 16 Aug 2006 14:34 GMT | 1 |
I installed visual studio 2005 and created a website. I turned on the forms authentication and allowed the system to create the aspnetdb.mdf file for me under the App_Data directory. Everything works fine locally running the site locally with the sql server express edition. ...
|
| Windows Service that is listening | 16 Aug 2006 14:00 GMT | 4 |
I'm trying to create some kind of agent. It will be a Windows Service, that will listen on specific port and doing specific job sended to him. Can someone give me links to informations how do this? What I must find in internet, that will help me in building it?
|
| Alternative for the Shell command | 16 Aug 2006 12:42 GMT | 1 |
I am using Microsoft.VisualBasic.Interaction.Shell to shell out to an external file. Is there another or better way to do this that is not VB specific. Thanks,
|
| DeSerialization callback and member objects | 16 Aug 2006 12:22 GMT | 4 |
I have a serializable class that has a NameValueCollection as a member object. As part of the deserialization process, via a callback during deserialization, the class needs to call various methods on the NameValueCollection. This is currently failing due to the internal
|
| Validate XML before using it | 16 Aug 2006 09:11 GMT | 4 |
I am receiving XML (not a full document, just a node tree) from a remote party and then inserting it into my bigger XML document using XmlWriter.WriteRaw(). The problem is that sometimes the XML from the remote party has invalid characters (such as \x17, \x08, etc). It is a ...
|
| Lack of OO support for stateless programming | 16 Aug 2006 08:48 GMT | 11 |
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.
|
| how to obtain regional settings | 16 Aug 2006 05:03 GMT | 1 |
Is there a way in the .NET framework to determine Windows Regional Settings? Items like Dimensions (CM or Inches), decimal symbol, digit grouping symbol, time formats, date formats, etc. I've done some digging, but come up empty.
|
| Listing the dlls used by a .NET app and static linking | 15 Aug 2006 20:43 GMT | 1 |
Is there a tool that lists out all the .NET framework dynamically loaded libraries that are going to be loaded by a .NET exe? Also, is there an easy way to statically link a .NET application so that the .NET framework doesn't need to be installed on the target
|
| Please help - Error 1335 when installed .net framework sp1?!?! | 15 Aug 2006 19:57 GMT | 1 |
I cannot get past this message when trying to install SP1 for .net framework usingXP pro. Error 1335 : The cabinet file "PCW_CAB_NDP" is corrupt and cannot be used.
|
| How to read large text file ? | 15 Aug 2006 18:01 GMT | 2 |
Hi, All I have text file ASCII with record length of 388 bytes, no record delimeter and size of the file is 562477780 bytes and 1449685 records all togeter. How can i read such file record by record ?
|
| XlsTransformation generates InvalidProgramException | 15 Aug 2006 16:11 GMT | 1 |
I get following errors from my webapplication after running the code when strXmlData string is about 60kB. Smaller one run fine... Where is the transformation limit? It is problem in NET20 - transformation ran without errpr before upgrading the code.
|
| Hex numbers in NullReferenceException error message | 15 Aug 2006 15:11 GMT | 2 |
My app is reportedly throwing an exception with the following error message: A managed NullReferenceException occurred at Application ::Run+Oxf Application::Run+Oxf delcollectForm::Main+Oxa
|
| Exception Management | 15 Aug 2006 11:23 GMT | 4 |
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 in a differnt machine on the newtork? I think it is ...
|
| Threading Callback | 15 Aug 2006 07:43 GMT | 8 |
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:
|
| .NET Runtime 2.0 Error - I need more details... | 15 Aug 2006 07:31 GMT | 5 |
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. When a compiled app, say a console with one line of code ...
|