| Thread | Last Post | Replies |
|
| VJ | 21 Sep 2004 11:29 GMT | 1 |
I'm going bald anyhow and this thing is getting me pulling the last of my hair out. I have installed the latest .Net framework on XP Pro running SP2. It creates the following folders...
|
| Problem with SN.Exe | 21 Sep 2004 11:27 GMT | 10 |
Every time I try to generate a string name key pair on my machine. I keep getting this error "Failed to generate a strong name key pair -- Access is denied.". I have tried giving persmission to the folders, where I needed the key, but it still keeps throwing the error.
|
| Can I Used CCWs Without the .net runtime | 21 Sep 2004 09:12 GMT | 3 |
I want to use .net components for my vb6 client, the vb6 client would not be installed alongwith the .netframework. If I export my .net library which inturn uses many underlying features of the clr, will that library run fine on COM client with no runtime installed ?
|
| how to control the many asynchronous thread | 21 Sep 2004 08:41 GMT | 1 |
I was told .net uses ThreadPool to manage the threads generated by the asynchronous methods automaticly, I had written a program with C# such as In MainMethod ……
|
| Regular Expression Question for Emails | 21 Sep 2004 08:38 GMT | 3 |
We've got a email regular expression validator that currently looks like the following: \w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)* This is mostly fine, but doesn't allow email addresses with single
|
| image on button in windows form from url on the fly | 21 Sep 2004 07:27 GMT | 1 |
plz help me in displaying image on button in windows form from a url or website.I am using C#.The image should not be stored on local computer...the function shud get the image directly from the website and display it on the button
|
| Are there different versions of DotNet Academic Pro? | 21 Sep 2004 05:47 GMT | 6 |
I'm confused. Of the number of ppl selling VS Net 2003 Pro Academic, one persons says there are 2 CDs, another 4, another 7 and yet another 9!!?? They all claim to be selling the Academic Pro version and have sealed boxes. BTW, how is this different from the FULL version.
|
| Creating A Custom Collection | 21 Sep 2004 01:09 GMT | 2 |
Hi, I have an idea but I need some help. Basically I want to create an object that is used to communicate between the front end of my application and the database. This object will be used by my data layer to execute stored
|
| how to set UserLogonName | 20 Sep 2004 23:33 GMT | 1 |
Hi, I'm creating active directory users programatically and everything works fine, but I could notice that the UserLogonName on the microsoft Active directory Console is not set. Does anybody have some idea how to set it correctly ?
|
| test for existence of file | 20 Sep 2004 23:26 GMT | 17 |
How do I test for existence of a file in the file system: If FileExists(myVariable & ".pdf") = True pnlMyPanel.Visible = True End If
|
| how many threads? network programming design .NET | 20 Sep 2004 20:24 GMT | 11 |
I am programming a multi-threaded asyncronous server with .NET But when systems thread count reaches to 1350 system can't respond. Simply my design is creating a Reading Thread after every Accept. And creating a Writing Thread when server sends data.
|
| Asynch programming | 20 Sep 2004 17:30 GMT | 2 |
A couple of questions... Does the BeginInvoke call spawn a new managed thread, or does it use the thread pool? If I pass a delegate for a callback (which _is_ executed on the ThreadPool),
|
| One more question about Attributes | 20 Sep 2004 16:35 GMT | 2 |
These Attributes seems very similar to C++ template. What do you think about it? Thanks, C.G.
|
| MFC error C2059: syntax error : ')' | 20 Sep 2004 16:25 GMT | 4 |
I am new to C++, using VS NET 2003 I used the wizard to create a simple MFC Application project and did not add or change anything. When I try to compile there are many errors, the first is really strange:
|
| Source code of .NET Framework classes | 20 Sep 2004 15:17 GMT | 6 |
Does source code of base classes of .NET is available for developers? Borland always has published a main part source code of the VCL (Delphi). Does Microsoft too? Regards,
|