| Thread | Last Post | Replies |
|
| Problem with .Net Framework 2 on certain machines | 27 Dec 2005 10:46 GMT | 7 |
I'm trying to distribute my application written using .NET Framework 2.0. It uses a MDB file for it's database. On certain machines with Windows XP (I have also tried updating them to SP2), I received this exception when the application tries to connect to the
|
| Problem writing an UTF-8 file | 27 Dec 2005 09:24 GMT | 1 |
Hi all... I need to create a CSV file from an application. That file has latin characters such as á, í, ñ and so on. The separator character of the CSV is a semi-colon (;)
|
| how do I search inherit generic Class? | 27 Dec 2005 08:55 GMT | 1 |
hellow , all I want list of Generic inherited Type in DesignTime It is as follows to try. -----------------------------------------------------------------------------------------------
|
| Choosing the right Oracle Client | 27 Dec 2005 08:45 GMT | 4 |
There are two different Oracle Client installed on my computer. And i'have an application that have to access Oracle. But it chooses the wrong Oracle Client while it's executing. How can i set the right Oracle Client for .Net Framework.
|
| Editor using Microsoft.mshtml assembly won't allow edit?? | 27 Dec 2005 07:17 GMT | 3 |
I am attempting to create an html editor using vb.net 2003, the Web browser control and the Microsoft.mshtml assembly. I have been unable to understand why when I set designMode="on" after Documentcomplete event fires why the document is not editable. I have found that if I do ...
|
| need to install 1.0+patches before 2.0? | 27 Dec 2005 05:37 GMT | 4 |
quick question, does .net framework 1.0 + updates have to be installed prior to install ing .net framework 2.0? it sounds soooooo elementary, but i'm not a programmer and my ati video card requires .net framework to be installed.
|
| DNS reverse lookpup in asp.net | 26 Dec 2005 20:01 GMT | 2 |
Anyone knows how to do a DNS reverse lookup by C# .NET code behind? thanks
|
| How to delete all the files in the specified folder? | 26 Dec 2005 13:51 GMT | 3 |
by meanse of System.IO namespace? (The task is being doing easily by screepting runtime.) Thanks in advance.
|
| 2.0 v 1.1 | 26 Dec 2005 09:44 GMT | 1 |
Is it worth upgrading to .NET 2? I have been using 1.1 with C# and XML for about 2 yrs. It all works aside from viewstate errors (after 10 mins of the Page being idle) I have not used at all 2.0.
|
| 'Stopping IIS Admin' failed Framework V2 (dotnetfx.exe) installati | 25 Dec 2005 11:50 GMT | 4 |
I tried to install .NET Framework Version 2. The installation was stopped while the installation program was 'stopping' IIS Admin. Anything wrong? Is 'stopping' IIS Admin a normal procedure? How to fix the problem?
|
| IDE very slow when saving file | 24 Dec 2005 23:27 GMT | 6 |
Ok, here's the deal. I have a laptop installed with VS 2005. I'm programming in C#. When I am at home, connected to my LinkSys router, it saves fine. However, whenever I am anywhere else, it saves very slowly (takes about 1 minute), on the same file(s). Any ideas?
|
| embedded resources in VS 2005 | 24 Dec 2005 17:32 GMT | 2 |
I am using Visual studio 2005. I want to embed few custom dialog boxes as resources . In VS.Net the resources are stored in .resx files. In VC++ we could use the resource editor to create and edit dialog resources. But there is no editor to do the same in VS.Net. Can some
|
| Force constructor in derived class | 24 Dec 2005 11:03 GMT | 1 |
Hi everybody, I have a class whit 3 costructor like this: public class MyClass { public MyClass () {
|
| Boxed Value Types | 24 Dec 2005 10:07 GMT | 2 |
What has been changed in version 2.0 ? I read this article : http://msdn.microsoft.com/security/securecode/bestpractices/default.aspx?pull=/l ibrary/en-us/dnnetsec/html/seccodeguide.asp and there is a section named Boxed Value Types. I checked an example from
|
| Assembly Help - Desperate | 24 Dec 2005 00:24 GMT | 2 |
I had a Project (R) in a solution. Then I had a separate solution that needed the dll for project R. I copied the dll from the bin directory in project R and put it in the new project (E) bin folder.
|