| Thread | Last Post | Replies |
|
| Designtime path | 02 Aug 2005 05:02 GMT | 1 |
Does anybody know how to get the property of the path for the assembly currently being designed in the IDE? How come System.Threading.Thread.GetDomain().BaseDirectory is null at Designtime?
|
| Regular Expression and Multiple Group Captures | 02 Aug 2005 02:18 GMT | 6 |
I am having a hard time figuring out why this regular expression does not have multiple captures for the group. When checking the regular expression in a testing tool like "Expresso" it seems to work fine. Input (All on one line - watch for wordwrap):
|
| Question re Compact Framework | 01 Aug 2005 20:08 GMT | 1 |
Is it possible to install the Compact Framework on a memory card instead if the device's base ram. I have a Pocket PC that only has 32Mb Base RAM but has a 1G SD Card with plenty of space onto which I install all my applications and their data. I also map my "My Documents" root ...
|
| C Style strings to .NET strings. | 01 Aug 2005 18:16 GMT | 4 |
I have a byte array that contains a whole bunch of information in it. It gets generated from an embedded device and sent to me over ethernet. Among the elements of information in that byte array is a C-style string. In other words, there are 16 bytes. Each byte contains an ...
|
| in C# how do i get to total number of kilobytes of memroy total and available for the current machine? | 01 Aug 2005 15:46 GMT | 3 |
in C# how do i get to total number of kilobytes of memroy total and available for the current machine?
|
| Performance hit running 1.1 assembly in 2.0? | 01 Aug 2005 15:26 GMT | 2 |
I have a web site built using ASP.NET 2.0 and Visual Studio 2005. If also have a C# assembly that was compiled using VS 2003, so this assembly runs under the 1.1 framework. If I use this assembly built for the 1.1 framework within my web app that
|
| How to control what framework version is used for an assembly? | 01 Aug 2005 15:05 GMT | 3 |
Is there an option within Visual Studio where you tell it what version of the framework you are targetting? I'd like to use Visual Studio 2005 to compile my assembly (C# class library), but I want to to tell VS that I want my compiled assembly to work
|
| .NEt Compatible Languages List | 01 Aug 2005 12:07 GMT | 1 |
I'm trying to find a comprehensive list of all of the programming languages compatible with .NET. I remember seeing a road show a few years ago where the MS bods were telling us about all the different langauges that were supported - some 40+ if i remember correctly.
|
| Strange Behavoir With OleDbDataAdapter | 01 Aug 2005 11:24 GMT | 4 |
Hope someone can explain this... OK, here is the simplest subset of my code that shows the problem: I have a C# Method: Private void UpdateDataTable(DataTable myDT)
|
| asp.net page load twice problem | 01 Aug 2005 09:21 GMT | 3 |
I have one application use C# for asp.net, when I debug and write code inside the page_load, it is loading twice, also I put IsNotPostBack, it still load two times, any one have the same problem, and how to solve it? by the way, I am using asp.net 1.1 version.
|