| Thread | Last Post | Replies |
|
| How can I expose a WriteOnly Property to the designer when making a Component? | 01 Oct 2004 21:28 GMT | 1 |
How can I expose a WriteOnly Property to the designer when making a Component? I have a property: Public WriteOnly Property Password() As String
|
| SQL Server access denied or does not exists | 01 Oct 2004 20:55 GMT | 4 |
When I lunched my Web Application and use the SQL Server, I keep getting an error" SQL Server access denied or does not exists", I followed all the resources(kind of) from Microsoft web site and I still cannot get it to work. I do not have Microsoft Enterprice installed in my ...
|
| .net disables script debugger | 01 Oct 2004 20:31 GMT | 3 |
I am very frustrated! I poked around with Google to see if there were any problems installing the .Net Framework before I took the leap. I couldn't find anything that bothered me, so I downloaded and installed .Net
|
| Any info on stability of Framework 1.1 SP1? | 01 Oct 2004 19:06 GMT | 2 |
I was wondering if anyone had information regarding the stability of Framework 1.1 SP1? We have had some strange issues since applying it. Once we removed SP1, the problems seemed to go away. Some of these problems included the following:
|
| Interop question: .NET COM object created in C++ doesn't seem to get destroyed | 01 Oct 2004 17:16 GMT | 3 |
I have built a .NET COM object that's being instantiated by a (non-.NET) C++ application, using the following code: CoInitialize(NULL); IMyInterface *pCOMObject = NULL;
|
| ArithmeticException in font initialisation | 01 Oct 2004 16:59 GMT | 3 |
Hi group I get an ArithmeticException in System.Drawing when it initialising some font. (see the Exception detail at the end).
|
| Devenv.exe Hangs on Compile... Why? | 01 Oct 2004 16:25 GMT | 2 |
Has anybody experienced this problem? I have a solution that consists of 6 or 7 projects. Every so often (2 or 3 times a week) when I click Run, everything builds seemingly OK, but then, just when I would expect the app to start, nothing
|
| DirectoryInfo.GetFiles is broken | 01 Oct 2004 16:21 GMT | 9 |
MSDN> "The matching behavior of searchPattern when the extension is exactly three characters long is different from when the extension is more than three characters long. A searchPattern of exactly three characters returns files having an extension of three or more characters. A ...
|
| Need help for following an database arcticture using .net | 01 Oct 2004 16:01 GMT | 1 |
Respected Sir background: I am a VB6 developer from last two years and developing database applications using vb6, crystal reports and sql
|
| ndoc exclude nunit stuff | 01 Oct 2004 15:51 GMT | 1 |
Dow do I get ndoc to ignore classes flagged with the [TextFixture] attribute? Thanks, Finn Johnsen
|
| Serialization problem with arrays when consuming java webservice i | 01 Oct 2004 15:39 GMT | 1 |
My college and I are writing a class library (in C#) that consumes a java webservice. This webservice contains several objects which holds request and response properties and an object that has the method to invoke the webservice. This method has a parameter which holds the ...
|
| Adding dynamic properties to a console app | 01 Oct 2004 10:14 GMT | 2 |
Newbie here. I want to use a .config file with my simple console app, but no matter what I do I cannot get the "dynamic" rollout in my properties window. In the end I gave up and coded the calls to
|