| Thread | Last Post | Replies |
|
| Radix 64 (uuencoded files) | 04 Mar 2006 21:27 GMT | 5 |
What libraries does C# have for UUEncoding a file? Thanks
|
| ISerializable.GetObjectData not called on structs? | 04 Mar 2006 21:26 GMT | 1 |
I have a struct with no public members which implements ISerializable. I've got a breakpoint in GetObjectData, and it never gets called. Is this scenario supposed to work? I've tested this both with and without the [Serializable] attribute on the struct's declaration. No errors
|
| Class constraints | 04 Mar 2006 17:44 GMT | 3 |
i can use this chunk of code to constraint type T only to value types: public class Test<T> where T : struct {...} Is there a possibility to constraint type T only to number types (int, float, decimal, etc.)?
|
| Problem in database updation through Adapter in VB.Net.. | 04 Mar 2006 16:08 GMT | 1 |
Hi Friends, I am new to .Net. So I don't know much. I am facing a problem in updating database through ADO.Net I am creating the dataset and there is no problem in the updation and
|
| Banner LinkClick not working | 04 Mar 2006 13:40 GMT | 1 |
New to this DotNetNuke thing; therefore, if this is the wrong venue pleases point me in the right direction. My problem: Banner module click through to link does not work. I have tried every possible permeation of the entering the web link in both vender
|
| Problems with current site when use .NET framework 2.0 | 04 Mar 2006 13:39 GMT | 1 |
I have a site that works fine with v1.1. but when I run with v2.0 I get the following HTTPException when trying to browse a page "There is no build provider registered for the extension .sppx". It has further details on how to define a buildProvider within machine.config or
|
| bug found in Microsoft.Win32.RegistryValueKind.DWord conversion | 04 Mar 2006 07:59 GMT | 7 |
I have found what I can only conclude to be a bug in .net after days of messing around. I am trying to assign a large value to a registry dword entry close to it's limit of 4294967295 or 0xFFFFFFFF I have tried making the call through vb.net and c# and it produces the same
|
| File.Copy missing 5KB at destination | 04 Mar 2006 02:55 GMT | 1 |
I have a simple concole application. It queries a database, generates a formatted file locally, then copies the file to a location on the network. The file sizes are between 20MB and 60MB. The file generates fine and is correctly formatted locally, but when it is copied (using a ...
|
| Compile in memory with VS2005 - Help!! | 04 Mar 2006 02:51 GMT | 1 |
Hi I am adjusting a project for VS2005. I had this code which worked fine in VS2003 and now I am having a warning: Warning 1 'Public Overrides Function CreateCompiler() As
|
| Pass SessionID from 1 fn to other | 04 Mar 2006 00:36 GMT | 3 |
How should I pass the SessionID(when I logon, I get the SessionID) from 1 function to another in VB.Net. I declared g_SessionID globally, then in another function, I take SessionID as input and use it like this:
|
| Differences in 2.0 depending on OS | 03 Mar 2006 23:52 GMT | 2 |
I have heard that framework 2.0 behaves differently if run on w2000 server versus w2003 server. That is when run on 2003 usese the os for things that when run on 2000 it has to solve differently due to differences in funcionality in the two os's.
|
| where to post jobs | 03 Mar 2006 20:25 GMT | 2 |
What is a good newsgroup for posting a software developer position ( USA - NY ) - .NET as well as Visual Studio 6 ? While I'm here I may as well let anyone who wants to respond directly
|
| console app with multiple configuration files | 03 Mar 2006 17:28 GMT | 2 |
I have an app I run under the windows scheduler that makes use of the .config file, and I use Configuration.AppSettings to interrogate it. I would like to run it against more than 1 .config file, and the only way I can think to do this (using Configuration.Appsettings) is to ...
|
| How many characters fit in an area? | 03 Mar 2006 17:19 GMT | 6 |
I have an arbitrary string value and wish to determine how many characters from that string will fit in a specified area with a specific font when drawn. I have looked at MeasureString and MeasureCharacterRanges, but neither of
|
| VS 2005: where is the snippet manager ? | 03 Mar 2006 17:02 GMT | 3 |
I was not able to find the snippet manager in the tools menu of VS 2005. I have the Pro version of VS 2005 RTM, and I'd like to use snippy. The only way I found is to manually copy the .snippt files inside the vs folder... Where is the tools ?
|