| Thread | Last Post | Replies |
|
| 2 openings in NY : Read more | 15 Sep 2005 13:48 GMT | 3 |
I am looking for 2 programmers who need following 1.Passion about their work 2.Energy 3.Strong Problem solving skills
|
| advice for 2 .NET book | 15 Sep 2005 13:46 GMT | 2 |
There is no good library around and I'm planning 2 order 2 .NET book (C# 2.0 beta 2 aand beyond) from Amazon. I was looking for advice. - The first book I'm looking for would be an ASP.NET book, v2. Which covers
|
| ASP.NET nullreference | 15 Sep 2005 13:19 GMT | 1 |
hi following problem in my asp.net project: i have embedded folloging ocx object in my aspx html code: <OBJECT id="VideoCapX1" style="Z-INDEX: 101; LEFT: 216px; WIDTH: 368px; POSITION: absolute; TOP: 120px; HEIGHT: 288px"
|
| Good thumbnail creation needed | 15 Sep 2005 12:36 GMT | 1 |
Hi Ng, i need a method that creates a thumbnail for me out from a bitmap. The size ratio should be kept and i want to give thumbnail size bounds, e.g. the width or the height of the thumb may max 150 pixel.
|
| How to abort an install in an installer class | 15 Sep 2005 08:20 GMT | 4 |
I have a custom installer derived from System.Configuration.Install I have overridden the Install and some of the other methods. I would like to be able to signal that the install is/has failed and cause a rollback when I detect errors in the Install or even the BeforeInstall ...
|
| AssemblyCompanyAttribute & CompanyName in VC++ | 15 Sep 2005 07:17 GMT | 1 |
Using VC++ in Studio 2003, I am setting AssemblyCompanyAttribute in the assemplyinfo.cpp heowever Application::CompanyName always returns an empty string. This means that calls like CommonAppDataRegistry always return an invalid
|
| Lot of classes | 15 Sep 2005 00:02 GMT | 5 |
I am writing an application that will handle plugins, every plugin will have a lot of "utilities" that the user can select from and execute. The first time my application is up, all the plugins are loaded and all its utilities are loaded in order to get registered into my ...
|
| Stack overflow | 14 Sep 2005 22:53 GMT | 5 |
I have got .NET application which has been compiled under Visual Studio 2005 Beta 2. It is absolutely correctly wotk under v2.0.50215 framework under Windows XP for IA32. I have got the stack overflow problem when I try to run this application under Windows 2003-64 for AMD64. How ...
|
| input string not in correct format | 14 Sep 2005 21:12 GMT | 1 |
Hi I am getting the following error while converting an asp application to asp.net\ Compiler Error Message: BC30201: Expression expected. Source Error:
|
| Nullable types funkyness ? | 14 Sep 2005 21:09 GMT | 3 |
Can someone explain to me why this code throws an exception ? I mean, isn't that what Nullable types are supposed to be about ? float? f = null; Object o = f;
|
| syntax error while converting asp to asp.net | 14 Sep 2005 19:31 GMT | 5 |
Hi guys, I am getting the following error in teh insert statement , I am converting this asp application to asp.net, here is teh error, Exception Details: System.Runtime.InteropServices.COMException: Syntax error in INSERT INTO statement.
|
| SortedList order broken when keys contain "-"? | 14 Sep 2005 17:54 GMT | 2 |
I think the SortedList does not order itself correctly (or at least consistently) when its keys contain certain special characters, e.g. the "-" (hyphen) character. I find this a little hard to believe, so I assume it's something I don't understand.
|
| "Thread has been interrupted from a waiting state" | 14 Sep 2005 17:22 GMT | 2 |
I noticed that when calling .Interrupt() & .Join on a sleeping thread, a ThreadInterruptedException with the message "Thread has been interrupted from a waiting state." gets thrown. A few questions about this phenomenon:
|
| asp to asp.net error | 14 Sep 2005 16:46 GMT | 3 |
Hi I am converting an asp applicattion to asp.net, and I am getting an error as follows, Exception Details: System.Runtime.InteropServices.COMException: Type mismatch.
|
| trying to use strong name | 14 Sep 2005 15:58 GMT | 1 |
In my project I tryed to use strong name for some of my Assemblies but that fails because some of my dependencies are not, themselves, strong signed. What could I do? 1st. I could try to strong name all the assembly but some of them are
|