| Thread | Last Post | Replies |
|
| [BUG] SDK 2.0 beta 2 | 19 May 2005 14:46 GMT | 1 |
there is a problem with the Microsoft CLR debugger shipped with the SDK. When I want to open file, the OpenFileDialog is slwo as hell to change directory or show me the Look In directory's combo box.
|
| Migration from Visual Studio 6.0 to .NET | 19 May 2005 14:00 GMT | 3 |
Does any one have expirience with migrating a Source Code written in Visual C++ 6.0 to .Net C++. Is it possible? Is it worth to try at all? What about unmanaged and managed code? Known problmes etc.
|
| Assembly.CreateInstance returns null? | 19 May 2005 11:47 GMT | 1 |
Can anyone tell me what's wrong with the following CreateInstance? It returns null. The Assembly.LoadFrom works OK. Assembly assembly = Assembly.LoadFrom("MyDll.dll"); object functionObject = assembly.CreateInstance("MyNamespace.MyClass");
|
| How to avoid instantiating the class more than 10 times | 19 May 2005 09:44 GMT | 3 |
is there any possiablity that we can avoid instantiating the class, if so how can we do that. .. Raghuram
|
| is there any way to share a hash table between aspx sessions? can application variable do this or is there something else to use? | 19 May 2005 01:46 GMT | 4 |
right now i have some sql server tables that i search for a value w/ a key each time a .aspx is hit. is there any way i can just have the first hit to the .aspx select all the entries from the key/value table in to some kind of hash table so that subsequent hits to the .aspx get the ...
|
| Cobol compiler for the CLR? | 18 May 2005 21:47 GMT | 5 |
I just picked up an MSPress book on ASP.net with C#, and in the introduction it said that there were (are?) plans for a COBOL compiler for the CLR at some point in the future. My dad (who wrote COBOL for many, many years) is interested in doing some
|
| bindingpolicy for a private assembly referencing another private assembly | 18 May 2005 20:52 GMT | 1 |
Our app uses a private assembly "NUnitAsp.dll" which itself uses a private assembly "nunit.framework.dll", version 2.1.4.0. Now our app uses "nunit.framework.dll" version 2.3.0.0. So we have a mismatch here. Version 2.3.0.0 has a strong name so I can add it to the GAC and
|
| How to exit service at OnStart() stage | 18 May 2005 19:19 GMT | 1 |
I have a windows service. The OnStart() method initializes the service and gets it ready for other tasks. In some circumstances, the initialization in OnStart() could fail. And sometimes the failure is so catastrophic that it makes no sense to keep the service running. In this ...
|
| When opening a form: Failed to load ImageList | 18 May 2005 18:09 GMT | 3 |
When opening a non-modal dialog form which has an ImageList that I use for a Treeview, the program crashes. This does not occur consistently, but certainly often enough to be very annoying. It has happened two days in a row now for one user.
|
| newbie finalization question | 18 May 2005 17:23 GMT | 3 |
I have a couple of classes that implement the Dispose() method. One class creates an instance of and calls methods on the other, so it's a sort of parent-child relationship I suppose. My question is, what happens if my child class calls its Dispose method at
|
| .net position | 18 May 2005 15:45 GMT | 1 |
Immediate hire with a Fortune 100 company. Job Description: Multiple opportunities for mid to senior level C#, .Net developers. Candidates will be required to take a C#, .Net exam.
|
| oledb DataAdapter and DataTables | 18 May 2005 14:18 GMT | 1 |
Anyone know if it is possible to change the RowState of a DataRow in a DataTable. I have a DataTable that has been built up from a combination of reading from a database and some user input. What I want to do is to 'trick' it into writing new rows into a different (but with the same ...
|
| Get last write time bug! | 18 May 2005 14:15 GMT | 6 |
I have the file "439.Jpg" with last write time 25.10.98 03:06:06. But FIleInfo LastWriteTime instance member returns 25.10.98 02:06:06! And File GetLastWriteTime static member returns the same. And may be with directories and creation (and etc) times is the same...
|
| What migration requirements between .Net 1.1 and .Net 2.0 ... | 18 May 2005 13:00 GMT | 1 |
All, Hi. I mean: particularly in terms of an Architecture we have produced on revision 1.1 of the .Net platform.
|
| Server Application Unavailable | 18 May 2005 11:01 GMT | 3 |
I have an close to Clean installed 2003 Server Web with sp1 and i have a critical problem regarding dotnet on that server. I have tested many things.. but still .net will not work .. I have tested new app pools and reinstalled upgraded to 2.0 beta
|