| Thread | Last Post | Replies |
|
| Session Times Out but still logged in with login control? | 28 Nov 2007 20:36 GMT | 4 |
I have a couple items I keep in session variables (using server memory) that I can't pass across the address line. I've done everything I can find to extend the sessions as long as possible but eventually the session will time out. I didn't want to use SQL to hold my session ...
|
| Question about Windows workflow foundation in n-tier application | 28 Nov 2007 18:54 GMT | 1 |
I've got a general question concerning Windows Workflow foundation. In samples in books on WF the workflow activities typically show user interface directly to the user when the activity need to communicate with a human.
|
| Version.Build | 28 Nov 2007 15:53 GMT | 2 |
Why do My.Application.Info.Version.Build & My.Application.Info.Version.Revision always return zeros? I ahve numbers in the Publish tab of the windows application, but I can't seem to report them on my spalsh screen.
|
| Need help with .NET Reflection | 28 Nov 2007 11:09 GMT | 2 |
I was working with loading .Net Assemblies through reflection to get the list of all the classes along with their Methods and Properties from any given module. I am using native .Net method Assembly.LoadFrom(assemblyPathName) to
|
| Wpf/net 3.5 /VS2008 - Binding to Ado.net dataTable problem | 28 Nov 2007 06:29 GMT | 5 |
because there are no managed news group for window presentation foundation and one has told me I can use this, here my problem: Here a litte code with a sample program - simple program which binds to an
|
| When to use variables, objects and CTYPE? | 28 Nov 2007 02:57 GMT | 2 |
Under what conditions "must" you use "CTYPE" when working with variables and objects?
|
| Framework 2.0 SP1 | 27 Nov 2007 20:33 GMT | 2 |
Anyone know if/when SP1 of the framework will be released via Windows Update and WSUS? Mike Ober.
|
| Where to dispose what | 27 Nov 2007 17:16 GMT | 4 |
Can you please give simple examples of objects that would be disposed in both of the below commented sections. E.g where should SqlConnection, SqlCommand, DataSet, File, Label, collection objects go? private override void Dispose(bool disposing)
|
| Using CSharpCodeProvider to create MANY assemblies | 27 Nov 2007 17:01 GMT | 7 |
I am planning to use the CSharpCodeProvider to generate some compiled functions in my app. In my current implementation, All of these functions are generated in one swipe... thus they all invoke the compiler once, and create only
|
| appconfig | 27 Nov 2007 14:36 GMT | 4 |
I have no idea why I get error message An unhandled exception of type 'System.Configuration.ConfigurationException' occured in system.dll Additional information: Unrecognised configuration section AppSettings
|
| Laptop screen stays off during startup | 27 Nov 2007 13:35 GMT | 1 |
In order to see the logon screen when I boot up my Toshiba laptop I need to press Fn F5. This is a recent bug, not sure what I did to deserve it. Does anybody know if there is a setting somewhere that needs changing to return to "normal".
|
| Handling OOMs in new AppDomain | 27 Nov 2007 05:05 GMT | 4 |
Currently, I'm playing with some ideas on recycling application components for a service application when the individual parts die, because of an OOM. As a start to this I created a secondary AppDomain and created an instance of a class in that application domain that throws an ...
|
| Assembly version detecting utility? | 26 Nov 2007 18:34 GMT | 5 |
Can anyone suggest an utility to detect specific assembly versions that are required by an exe? I find that, sometimes, I update some assemblies in the GAC and forget to update the client installation. When I execute the new exe file it
|
| problem with var in 3.5 | 26 Nov 2007 17:29 GMT | 2 |
i don't know whether you can answer to questions about issues in 3.5, but i'll ask anyway. i have this code: var material = from materials in myDC.Materials
|
| file information in ftp site | 26 Nov 2007 17:17 GMT | 2 |
I'm working on Script Task among the tools of SSIS Package. I need to write codes to verify creation date of certain files in ftp site. I tried to use the "System.Net.FtpWebRequest". and then How about the information of the files in ftp sites???
|