all groups > dotnet sdk > march 2006
rebase problem
Posted by ike at 3/28/2006 8:10:02 AM
Hello,
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
and the result is that none of my dll's are actually rebased. I have... more >>
Problem with wmi method
Posted by Romain Laffitte at 3/28/2006 4:26:02 AM
Hi,
i hope i post this mail in the good forum(it's the first time i do)
I want to change the IP of my computer by using WMI I work on VS2005.
To do that I use enableStatic() method of the object
win32_NetworkadapterConfiguration.
With the code :
public static void SwitchToStat... more >>
Visual Studio 2003 v.1.1.4322 C# System.Timers.Interval problem
Posted by DaemonOnMe at 3/27/2006 8:41:03 AM
Hi,
I ran into a problem of assigning a double value to the Sytem.Timers.Interval.
The code is below
namespace TimerProblem
{
/// <summary>
/// Summary description for Class1.
/// </summary>
class Class1
{
/// <summary>
/// The main entry point for the application.
/// </s... more >>
Help! OnClick event in VScrollBar in .Net Compact Framework
Posted by Cornel Gligan at 3/23/2006 1:06:56 PM
Hi!
I tried to catch the Click event from a VScrollBar control but the Click
event is not rised. MSDN says that OnClick event is suported by .Net Compact
Framework and, in this case, I supose that the click event sould be rised bu
VScrollBar.
In this case I derived a class from VScrollBa... more >>
Problem: The file you choose is not a MapPoint 2004 file
Posted by andyreseller at 3/22/2006 12:43:27 AM
Hi,
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).
the error code (as COM Exception) : 800a400b
It used to work fine in MP-2002.
I ... more >>
Dotnet to Pdf
Posted by News.microsoft.com at 3/22/2006 12:00:00 AM
Hi,
how to convert .aspx page to pdf
is there any namespace avilble in dotnet to do that
Please Help
Thanks,
Seshagiri
... more >>
VS2005 and .NETCF compatibility problems!
Posted by Cornel Gligan at 3/17/2006 6:06:45 PM
Hi!
I'm developing an application for Windows Mobile 5. I'm using the following
tools:
- Windows XP Professional;
- Visual C# from Visual Studio 2005 Professional Edition;
- Windows Mobile 5 SDK.
I made an exe for my applica and I made an install for it. I installed my
application on a ... more >>
Question regarding Serialization and System.Uri class
Posted by Rob Millman at 3/17/2006 8:13:29 AM
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 parameters). Is this... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Framework compatibility problem?
Posted by Bergfe at 3/16/2006 4:05:04 PM
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.
I also tried to add th... more >>
integrate .net framework 2.0 sdk in vs 2003?
Posted by shagy at 3/12/2006 1:23:38 AM
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
that helps. How do I tell vs2003... more >>
users in Domain Controller
Posted by Wasco at 3/10/2006 3:48:31 AM
Hi all,
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)
- verify if a user is whitin a certain domain in domain controller
(user & domainName are input parameters)
- verify user,pass... more >>
CLR Debugger
Posted by Bryan Simmonds at 3/9/2006 10:48:26 AM
Hello,
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
... more >>
C# generics: wildcards
Posted by Puce at 3/7/2006 8:56:42 AM
Hi,
I've got the following classes and interfaces:
public interface ICommand<T> where T : IResult
{
T Process();
}
----
interface IResult...
----
class AuthenticationResult : IResult...
----
class AuthenticationCommand : ICommand<AuthenticationResult>{
Authe... more >>
dot net .framework for Mac compatability
Posted by ramesh karnati at 3/4/2006 4:17:26 AM
Hi ..
Can i install framwork 1.1 on MACINTOSH SYSTEM
I am using mac os version is X.
please suggest me in this regards
... more >>
|