| Thread | Last Post | Replies |
|
| Need help with URI path | 09 Dec 2006 07:40 GMT | 2 |
I'm not sure if these are the appropriate forums for my question since it is closer to about Visual Studio 2005 than it is about .NET framework. So please pardon me and direct me to a different forum if I made a mistake. In any case, thank you for spending the time to read
|
| Technology partners | 08 Dec 2006 20:40 GMT | 4 |
I'm looking for a list of "most successful" MS technology partners. I am interested in partners who sell tools / plugins / components etc for use within VS IDE. Thanks :-)
|
| Can I run two versions of .NETFramework on my computer? | 08 Dec 2006 16:49 GMT | 3 |
I am not a programmer, so please consider me ignorant. Can I have .NETFramework v1.1 and 2.0 on my machine simultaneously? I have installed ACT! 9.0 and I believe it wants . NET v2.0. When I uninstalled v1.1 and installed v2.0, I get a error message when I boot my
|
| socket beginreceive and thread exit | 08 Dec 2006 05:48 GMT | 2 |
The doco for socket.BeginReceive says: "All I/O initiated by a given thread is canceled when that thread exits. A pending asynchronous operation can fail if the thread exits before the operation completes."
|
| NUMBER OF THREADS | 07 Dec 2006 18:00 GMT | 1 |
I am confused about the number of threads getting used when I run a desktop application where multiple forms open up from different dlls used in the project. do they open on single thread or multiple forms open on the same UI thread.
|
| British date instead of american | 07 Dec 2006 17:40 GMT | 1 |
I normally use this line: Session.LCID = (2057) in my code so that all date fields are british and not american in format. How might I do this when using a console application? It doesn't 'Session'. Thanks!
|
| Thread.CurrentPrincipal still returns GenericPrincipal | 07 Dec 2006 15:49 GMT | 2 |
I'm calling AppDomain.SetPrincipalPolicy() with WindowsPrincipal, but Thread.CurrentPrincipal still returns a GenericPrincipal. I don't see Thread.CurrentPrincipal being set before this (which can cause it).
|
| .Net Development | 07 Dec 2006 15:04 GMT | 5 |
My company is looking to migrate from classic ASP to ASP.Net. I know the de facto IDE for ASP.Net is Visual Studio which will be a good step up from Dreamweaver. We are currently on a shared hosting plan and I'm wondering what is the best way to integrate remote web development in
|
| off topic - Videos promocionales | 07 Dec 2006 08:30 GMT | 1 |
Primero que todo mil disculpas por postear de esta forma y romper las normas del grupo, pero el objetivo creo qe lo amerita! Me acaban de pedir un favor muy especial el cual es dar una pequeña conferencia de motivacion a jovenes proximos a ingresar a la universidad que
|
| Threading | 07 Dec 2006 07:31 GMT | 1 |
I made a Windows Project in 1.1 and converted it to 2.0 and get the following Error: "Cross-thread operation not valid: Control 'progressBar1' accessed from a thread other than the thread it was created on."
|
| Explore an assembly programatically... | 07 Dec 2006 05:46 GMT | 3 |
In my current project I want to replace a library I'm using by an other one I will write my self. 1st I want to write a skeletton library which feature all type/method I'm using (with no real code inside).
|
| Consuming Webservice via https | 07 Dec 2006 04:39 GMT | 1 |
Hi and sorry for the heavy crossposting (fu2 mpdf)! As you might have gotten out of the subject line, my application tries to consume a webservice that's being connected to via https. This works fine when I use a windows forms app. Trying the same from within an asp.net app
|
| ASP.NET Back Button Saga | 06 Dec 2006 22:29 GMT | 2 |
I'm new to ASP.NET development (as will become obvious). I developed an application which would normally have several individual .aspx pages. Instead of having several pages, I thought I would be clever and put everything on my default.aspx page. I put all the html code that would
|
| Null stream | 06 Dec 2006 20:26 GMT | 1 |
Is there a null stream built into the framework or do I have to derive one?
|
| NGen introduces instability | 06 Dec 2006 19:51 GMT | 5 |
We have a section of code that executes cleanly until that code is NGen'ed. After a native image has been created, that same section of code produces a .NET Runtime Fatal Execution Engine Failure and the application closes without warning.
|