| Thread | Last Post | Replies |
|
| How to publish Interface? | 11 Apr 2005 23:52 GMT | 4 |
I've written an Interface, and am now ready to start using it in some classes. How do I compile/share the interface between projects?
|
| What's an easy wayt to determin if a client's pc has the framework 1.1 installed? | 11 Apr 2005 23:04 GMT | 2 |
I need to tell a client how to look on their pc to see if the framework 1.1 is installed. what should I tell them? Thanks.
|
| PDF generation error | 11 Apr 2005 22:55 GMT | 1 |
I am using the Report.NET to generate PDF reports. If I use the class within a windows form application, it creates the report with no problems, however when I use ASP.NET, I get the following error: Exception Details: System.UnauthorizedAccessException: Access to the
|
| BinaryWriter is not binary enough | 11 Apr 2005 22:28 GMT | 2 |
The Binarywriter appends an extra carriage return at the end. Is there a way to supress that? string file = @"c:\temp\binary.txt"; FileStream fs= new FileStream(file,
|
| Why no serious MS Application in .NET yet ?? | 11 Apr 2005 22:11 GMT | 155 |
As the founder of .NET framework, Microsoft claims that it invention will be the next best platform for programming in a near future. Now it is 2005, .NET is 5 years old, and can talk and walk for himself with some help of his mum.
|
| DataRow indexer and duplicate column names | 11 Apr 2005 19:51 GMT | 1 |
Anyone know the details on using a DataRow indexer with a column name when the data table has duplicate column names? I assume that the indexer will return the first column with given name, but I would love to know the specifics.
|
| Relationship between a started thread and ProcessThread? | 11 Apr 2005 19:28 GMT | 3 |
I have created threads in a low level part of my application. When the application goes to close I use the currentProcess.Threads to get the current threads associated with my application. The problem is that I can't identify the threads that were created by lower level parts of ...
|
| Problems using AL.exe on .resources files created from VS.NET .res | 11 Apr 2005 19:00 GMT | 1 |
Here's what I want to do: Create .resx files for Forms in VS.NET but then let an end user localize these forms using winres.exe on converted .resources files and then use AL.exe to embed these resources in the appropriate .dll to be used by the original program without having to ...
|
| IDE crashes when loading project | 11 Apr 2005 17:56 GMT | 2 |
I have been recently running into a fairly annoying problem lately, the IDE frequently crashes when I try to load my project. When I click to see what the error report contains, the header dialog box comes up with: An unhandled exception has been caught by the VSW exception filter ...
|
| How to report a possible .Net Framework Bug | 11 Apr 2005 17:49 GMT | 4 |
I discovered a possible bug in the 1.1 version of the .Net Framework and with like to know how and where to report the it.
|
| what does the PE file contains? | 11 Apr 2005 17:14 GMT | 2 |
what does the PE file contains? 1It contains Native code? 2.Or it contains MSIL and meta data...
|
| long time transaction | 11 Apr 2005 16:14 GMT | 3 |
I have run a long transaction on the DB (sql server) For some long transaction I have got the following message : What can I do in order to run it properly ? Error Type:
|
| Shared assembly error. | 11 Apr 2005 13:28 GMT | 2 |
I have a class library project and the output dll (MyLib.dll) is strong named and it is deployed in GAC . I have a web application (MyWeb) that is using the MyLib.dll. The problem I am faciing is, whenever I make modification to my class library (MyLib.dll) I will put that into ...
|
| how to wrap the text area on datagrid textbox during editing | 11 Apr 2005 09:14 GMT | 1 |
G'day all, Just wondering if anyone knows how to make the text box become a textarea when user click on 'edit' the purpose is that, for content management the user cannot see the text
|
| Framework 1.1 sp1 and satellite assemblies | 11 Apr 2005 08:34 GMT | 1 |
I have a project on which a WinForm application is run from a website using Internet Exporer with No Touch deployment. The main assembly references a assembly containing string resources and a class to retrieve those resources using ResourceManager. The assembly has
|