| Thread | Last Post | Replies |
|
| .NET 3.0 USB support? | 20 Sep 2007 15:11 GMT | 1 |
Is there any Microsoft USB driver support in .NET 3.0. In .NET 2.0 this was a glaring omission - developers having to rely on libusb-win32, which is certainly not perfect.
|
| Front Page and Vista | 20 Sep 2007 15:09 GMT | 1 |
I have recently purchased a new computer pre-installed w/vista and fornt page does not work quite the same. I can upload my webs but cannot open (IE Download the web) Can Anyone give me some thoughts as to why?
|
| .Net DateTime.Now not frequent enough? | 20 Sep 2007 14:07 GMT | 2 |
I am trying to use DateTime.Now to apply a frame limit to my 3d application. Below is the code involved. In this example I have hard coded it for 60 frames per second (1000 milliseconds / 60 fps). public void Execute()
|
| Workflow, dotNet framework 3.0, Designer, Webpages | 20 Sep 2007 09:53 GMT | 7 |
I am starting a web project using workflow and I am looking for information on using the Workflow Designer in aspx web pages. Are there examples or other guidence on using the designer in web pages. Thank you
|
| Book recommendations | 20 Sep 2007 08:06 GMT | 11 |
I'm looking for a good book or a couple of good books for learning C# and the .Net framework. I have a background with C++ programming and I'd say I'm fairly competent, I have also used a bit of managed C++ and little C# but now I need to get a better understanding of both the
|
| registry error | 19 Sep 2007 18:01 GMT | 1 |
i'm trying to read out the registry keys in my win application.. but fir few keys..i'm encountering the below error "Request access to the registry isn't allowed". how can i solve it...
|
| xml namespaces | 19 Sep 2007 13:18 GMT | 2 |
I am working through some examples in Workflow foundation and the code uses lines like xmlns="http://schemas.microsoft.com/winfx/2006/xaml/workflow" xmlns:my="http://schemas.example.org/MyStuff"
|
| Push in the right direction on security... | 19 Sep 2007 12:49 GMT | 7 |
First, I want to confess I am not security expert by any stretch of the imagination, but I have been tasked with securing our dB connection information for our distributed windows applications. Essentially I would like to store the information in an encrypted XML file, but the ...
|
| The error message is : There was an error generating the XML document. | 19 Sep 2007 12:33 GMT | 1 |
I am getting an error while generating XML . The error message is : There was an error generating the XML document. Unable to cast object of type '.ThirdPartyFlatFileDetailCollection' to type 'ThirdPartyFlatFileDetailCollection'.
|
| Internet explorer cannot display webpage | 19 Sep 2007 12:30 GMT | 1 |
When attempting to connect to internet IE states i tcannot display webpage.After diagnosing connection problems,windows network diagnostics states "home.bt.yahoo.com" is not set up to establish a connection on port "World Wide Web service (HTTP)" with this computer.I have windows ...
|
| regex pattern | 19 Sep 2007 12:24 GMT | 2 |
hi, i'm a new bie to regular expressions.. i'm trying to see if a string ends with teh below pattern \filename.xls or \filename.xlsx...
|
| Getting byte array from C# to ATL COM DLL | 19 Sep 2007 04:28 GMT | 1 |
I have a VC++ COM DLL which is making calls to C#.net DLL. The C#.net DLL functions which are byte array expecting SAFEARRAY from VC++ DLL. VC++ DLL get called from my VB client where I need to pass this SAFEARRAY as VARIANT to VB.
|
| is a reader automaticaly disposed if the connection it is associated with is closed? | 19 Sep 2007 02:17 GMT | 2 |
is a reader automaticaly disposed if the connection it is associated with is closed? what will happen if an app: while true
|
| dotnet 2 framework loading from CD? | 18 Sep 2007 22:32 GMT | 3 |
I have just completed an undelete program in C#/.NET2 for NTFS. Of course to use it you have to have .NET2 framework installed. To widen the potential audience for this program, I was wondering if it is possible to have the clr etc. loaded with the program from a CD. I realise ...
|
| Dotnet and MSI | 18 Sep 2007 22:06 GMT | 1 |
Does anyone know if dotnet 2 is available in an MSI format as I would like to distribute VIA GPO or where I can obtain one Thanks W
|