| Thread | Last Post | Replies |
|
| rebase problem | 28 Mar 2006 21:59 GMT | 4 |
I just read that using rebase will improve your application startup if you have a lot of dll's that have the same base address. So I opened up the command prompt and type the following rebase -d -b 0x68000000 *.dll
|
| Visual Studio 2003 v.1.1.4322 C# System.Timers.Interval problem | 28 Mar 2006 03:42 GMT | 2 |
I ran into a problem of assigning a double value to the Sytem.Timers.Interval. The code is below namespace TimerProblem {
|
| Question regarding Serialization and System.Uri class | 26 Mar 2006 23:50 GMT | 1 |
I am trying to serialize an instance of the Uri class. The class implements the ISerializable interface but when I try to use an XMLSerializer to serialize it, I get an exception that the object cannot be serialized because it does not implement a default constructor (no ...
|
| Problem: The file you choose is not a MapPoint 2004 file | 24 Mar 2006 07:24 GMT | 3 |
I'm not sure what Group the question belongs to I'm building a Windows.Forms application, having a Mappoint control. At the time a map file is opened with OpenMap I'm getting the error (in the subject).
|
| CodeDOM query | 23 Mar 2006 20:25 GMT | 4 |
In C# 2.0, how does one represent the "yield return" statement using System.CodeDOM? Cheers, Stuart
|
| Dotnet to Pdf | 23 Mar 2006 18:35 GMT | 2 |
how to convert .aspx page to pdf is there any namespace avilble in dotnet to do that Please Help Thanks,
|
| Framework compatibility problem? | 17 Mar 2006 05:02 GMT | 1 |
I developped an application on the 1.1.4322 framework. When i tried to test it on a computer with a 2.0 framework, it says that i don't have the right framework installed. I don't know what to do, since the version i'm running it on is newer than the recommended version.
|
| users in Domain Controller | 13 Mar 2006 16:33 GMT | 2 |
I have a little problem.. I need to create a class that perform: - retrieve all users whitin a domain in domain controller (domainName is input parameter)
|
| CLR Debugger | 12 Mar 2006 22:33 GMT | 1 |
I have a .NET application on a production machine that I am trying to debug. Is it possible to install just the CLR Debugger on that machine without installing the whole SDK?? Bryan
|
| integrate .net framework 2.0 sdk in vs 2003? | 12 Mar 2006 13:59 GMT | 1 |
Hi, I've downloaded the .net framework 2.0 sdk and installed it and was wondering how to use it within the vs 2003 ide. When I compile a program it continues to use the 1.1 version of the sdk. I searched the documentation, but haven't been able to find anything
|
| C# generics: wildcards | 07 Mar 2006 18:42 GMT | 1 |
Hi, I've got the following classes and interfaces: public interface ICommand<T> where T : IResult {
|
| dot net .framework for Mac compatability | 06 Mar 2006 03:51 GMT | 3 |
Hi .. Can i install framwork 1.1 on MACINTOSH SYSTEM I am using mac os version is X. please suggest me in this regards
|
| REASON: ADVPACK.DLL | 04 Mar 2006 08:50 GMT | 11 |
Trying to install .NET Framework SDK 2.0 Beta 2, we are getting an error that reports Error creating process <...install.exe>. Reason: INNT\system32\advpack.dll. (This is on Win2K server with all latest patches installed).
|
| Asking again - how to get config info - can't use app.exe.config | 03 Mar 2006 20:15 GMT | 2 |
Hi; Here is the situation. We have a dll that is an AddIn to Word. Some of our customers will not allow us to place the file winword.exe.config in the directory winword.exe is in for security reasons.
|
| .NET C++ App that accesses Outlook or Exchange | 02 Mar 2006 15:00 GMT | 2 |
I'm trying to write a stand-alone application (.NET C++) which will query the contact database used in Outlook (or maybe Exchange Server). I have no idea where to start looking. Any advice?
|