| Thread | Last Post | Replies |
|
| Difference between out and [Out] | 14 Nov 2007 09:26 GMT | 4 |
I have been doing a lot of PInvoke calls using signatures published on www.pinvoke.net. I notice that where out parameters are involved, sometimes the signature uses 'out' and sometimes '[Out]'. I have discovered that using the wrong one causes nasty things to happen, but I can't ...
|
| Have better than: IsInt(string value) | 14 Nov 2007 09:11 GMT | 1 |
Does anyone have a better way for knowing if a string contains an int ? bool IsInt(string valeur) {
|
| EnterpriseLibrary Strong-Named Assemblies | 13 Nov 2007 23:51 GMT | 1 |
I give up... I've wasted the better part of today trying to find a way to compile Enterprise Library 3.1 assemblies using a key and I simply can't aquire all the resources I need to make it happen. Does anyone have a pre-compiled version of the Enterprise Library assemblies
|
| .NET Remoting Return SecurityException IMessage | 13 Nov 2007 23:20 GMT | 5 |
Not that I've ever gotten any reponse to questions in the past, but I don't know where else to turn. I have a remoting application (.NET 2.0, VS 2005, C#) with a custom ChannelSinkProvider as described in this article
|
| Is there a common dialogue to find a folder? | 13 Nov 2007 22:10 GMT | 2 |
Using c# 2.0 in a winforms app, is there a common dialog I can use to allow users to select a directory? By selecting a folder, the user will be identifying the location a group of files will be saved to. The dialogue will return a string path that I will use for this.
|
| DAL and Execute AS USER = 'myuser' | 13 Nov 2007 21:51 GMT | 2 |
I'm using DAL auto generated code. Is it possible for me to have the same connection string for all my transactions but to execute the command "Execute AS USER = 'myuser'" (SQL Server 2005) before each execution. Where I control the name of the user.
|
| Directory.CreateDirectory() issue | 13 Nov 2007 21:34 GMT | 5 |
I'm currently working on framework 1.1 webapplication using C#. When I test the application located in my local machine, it works fine to "Directory.CreateDirectory()". However, I test the application use in server machine, it doesn't work.
|
| Type conversion | 13 Nov 2007 20:43 GMT | 1 |
I'm using a third party .NET 2 DLL from VB.NET and I'm am setting a property of type 'int'. However, if I set a value larger than a 'short' (32k) then reading the property back returns a negative number. Can someone tell me what is likely to be happening within the property ...
|
| About BeginInvoke/ThreadPool/Threading | 13 Nov 2007 20:42 GMT | 7 |
i'm currently developing a class to communicate with a serial device,using the SerialPort component. Basically,the main application will interact with this class through its method "Call",the class itself will handle all the details of a call (AT
|
| LINQ Help | 13 Nov 2007 19:47 GMT | 2 |
I an newbie to LINQ. I have a dataset with one table employee which has a self referencing foreign key manger id. I want to write a query to get all the employees under a particular manager. I tried the following query
|
| global const? | 13 Nov 2007 19:18 GMT | 4 |
I'm new to C# so bear with me. I have a public string const that I need to be visible within any class within my namespace so I'll have one place to maintain the string value and have changes affect all classes.
|
| Having problems creating a installer for my app due to permissions? | 13 Nov 2007 19:17 GMT | 10 |
Firstly, I'm not sure if this is the right group for this query, so please forgive me if I am wrong. My problem is that most users I distribute my software to cannot install it on their systems due to not having the correct
|
| Sorry for off-topic, but anybody care that Team System can't do time tracking? | 13 Nov 2007 18:59 GMT | 1 |
Sorry for the off-topic... It doesn't seems as though Team Foundation Server handles things like estimating 10 hours for a task, stating that 2 hours were done yesterday and 5 hours done today... i.e. time estimating/tracking.
|
| LINQ to SQL - question on select... | 13 Nov 2007 18:47 GMT | 2 |
Is it possible to call another method out of the select statement? In this example I am trying to call GetItem() from within the first select statement. But I get the following error"
|
| Concurrency and delegates | 13 Nov 2007 18:43 GMT | 13 |
I have a question about concurrency and delegates. Say I have a class roughly like this: public class Class1 {
|