| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | What happens when on a .NET 2.0 application you reference a third party
assembly that itself references the 1.0 versions of the .NET CL?...
Juan Ignacio Gelos
|
11-16-2005 10:33 AM
Juan Ignacio Gelos | 0 | 19 |
|  | I'm creating a plugin architecture in .net. I'm using a plugin appdomain to
be able to unload dlls (plugins) if they are deleted or upgraded. I have...
MariusI
|
11-15-2005 03:12 PM
MariusI | 0 | 18 |
|  | Hi,
I have a scenario where AppDomain.CurrentDomain.GetAssemblies () only return
part of the loaded assemblies in that AppDomain. I know it is not...
Emmanuel Stapf [ES]
|
11-12-2005 06:06 PM
Willy Denoyette [MVP] | 5 | 17 |
|  | We just profiled our application and noticed that
SafeNativeMethods.GdipFillRectangleI method (called by
Graphics.FillRectangle) in System.Drawing...
AT
|
11-11-2005 05:18 PM
AT | 0 | 20 |
|  | I'm having a srange issue with events in my app. I am trying to embed Lua
scriping using LuaInterface ( http://luaforge.net/projects/luainterface/...
asylumn
|
11-10-2005 04:06 PM
Jon Shemitz | 1 | 17 |
|  | We are in the process of migrating from Beta 2 to the RTM version of
Visual Studio 2005 and the .NET Framework. After the RTM version has
been...
Jim Meyer
|
11-10-2005 06:44 AM
AT | 8 | 17 |
|  | Hi All,
I am designing a class library that can be used by web and windows
client both, the problem is that i want to initiate certain behavior...
Ashish
|
11-09-2005 10:20 PM
David Browne | 3 | 20 |
|  | I am seeing a strange behavior with a managed/unmanaged C++ program.
The program is a large application made of DLLs, COM components,
and an exe. ...
AT
|
11-09-2005 07:11 PM
AT | 1 | 20 |
|  | Is this server gc dll now part of the mscorwks.dll or just not installed with
2.0 unless you have a server os?
--
Thanks, Jeff WS
Jeff
|
11-08-2005 03:59 AM
Willy Denoyette [MVP] | 1 | 43 |
|  | Hi Jim,
Thanks for your post.
Yes, I can reproduce out this problem with your sample project.
I think this is because we can not use a .Net...
AT
|
11-08-2005 12:38 AM
AT | 5 | 58 |
|  | I'm interested in the compatibility relation (used by the bytecode verifier)
which involves the type "native int".
So, is int32 compatible with...
George
|
11-07-2005 04:28 PM
George | 4 | 19 |
|  | Hi Folks,
I would like to use openmp support, one of the new features of VS 2005.
First of all I noticed, that you have to set either the openmp...
Chucker
|
11-07-2005 10:22 AM
Chucker | 0 | 22 |
|  | Q1. How is the process used to host the CLR determined?
When the compiler/linker creates an assembly, JMP _CorExeMain 6-byte
x86 stub function is...
Jim Weiler
|
11-07-2005 03:22 AM
AT | 2 | 14 |
|  | For those trying to get ILIDE# I'm sharing at my blog site. The original
creator's site is failing.
If you download, leave a comment at the blog...
Phill
|
11-05-2005 11:37 AM
Phill | 0 | 52 |
|  | hi all,
I have an unmanaged app that uses some dotnet based components we have
written via COM (the components are registered for COM interop)....
bg
|
11-05-2005 07:04 AM
Metallikanz! | 3 | 24 |
|  | Hello,
I need to store culture-specific resources in my application that are not
limited by standard cultures recognized by .NET. For example, a...
Vagif Abilov
|
11-05-2005 06:16 AM
Scott Coonce | 3 | 30 |
|  | I am working with visual basic.net 1.1. I need to parse out data in a string
that is space delimited. The number of spaces between each data item in...
Wendy Elizabeth
|
11-03-2005 11:10 AM
David Farr | 3 | 29 |
|  | Why doesn't System.Guid have a Parse method when SqlGuid does?
It's simple enough to do:
System.Guid g = System.Data.SqlTypes.SqlGuid.Parse ( s...
PIEBALD
|
11-02-2005 05:26 PM
William Stacey [MVP] | 3 | 29 |
|  | Hi,
We have memory problems with one of our ASP.Net application.
While analysing the process memory I found that two performance
counters were...
Arka
|
11-02-2005 01:23 PM
Willy Denoyette [MVP] | 5 | 22 |
|  | Please see arguments for this in discussion group dotnet.general. Or have a
look at the related suggestion FDBK39498 in Product Feedback and make...
Keith R
|
11-02-2005 09:21 AM
Keith R | 0 | 22 |
|  | Hi Folks,
I got a Wrapper Dll around a native C++ static library. In .NET 1.1 this
worked fine. When moving to .NET 2.0 I get a couple of unresolved...
Chucker
|
11-02-2005 03:58 AM
Chucker | 0 | 26 |
|  | Hi Folks,
I got a Wrapper Dll around a native C++ static library. In .NET 1.1 this
worked fine. When moving to .NET 2.0 I get a couple of unresolved...
Chucker
|
11-02-2005 03:58 AM
Chucker | 0 | 56 |
|  | Hi,
we have an MFC app where the database interface is ADO.NET. The rest of the
app is unmanaged. We want to interface to another app by using OLE....
Olav
|
10-30-2005 06:59 AM
Olav | 4 | 29 |
|  | Hi all,
I am working on a service that uploads METAR weather information to the
National Weather Service FTP site. The service I'm authoring is...
Kevin Spencer
|
10-27-2005 05:51 PM
Feroze [msft] | 1 | 46 |
|  | How does the 64Bit CLR handle .NET Framework 1.1 assemblies in the following
scenario?
App.exe <--- .NET Framework 2.0 100% Managed
MyLib.dll <---...
Kevin Ortman
|
10-26-2005 02:35 PM
Josh Williams | 3 | 65 |
|  | Folks,
Why does the MS unhandled exception handler get called when we have
registered our own if we call Application.Exit() from our own...
Arnie
|
10-26-2005 01:56 PM
Arnie | 0 | 42 |
|  | I am somewhat confused with Brad Abrahms' Exception Message Guidelines
(http://blogs.msdn.com/brada/archive/2004/01/28/64255.aspx), also...
Vagif Abilov
|
10-26-2005 11:10 AM
Vagif Abilov | 2 | 23 |
|  | This was previously posted in dotnet.framework.interop, but no replies were
received.
Hello,
We've got a mixed mode application, which includes...
Paul Perry
|
10-25-2005 02:15 PM
Nicole Calinoiu | 1 | 37 |
|  | Hello,
I would like to "package" a few files that my program needs into a single
executable, I have successfully added them to my resources. But I...
YiFai
|
10-24-2005 02:45 PM
YiFai | 0 | 34 |
|  | System.UriBuilder is not enough for sometimes. For example, when i request
http://www.abc.com/def/ if a href is found at that page like ../hhh.aspx...
Umut Tezduyar
|
10-24-2005 02:11 PM
Umut Tezduyar | 0 | 33 |
|  | I am new to working with crystal reports and visual basic.net 1.1.
I would like to be able to do the following:
1. create a moderate to complex...
Wendy Elizabeth
|
10-22-2005 01:24 PM
Wendy Elizabeth | 0 | 17 |
|  | try this (C# syntax for the example)
Rectangle rect = new Rectangle( 1,1,3,3); // make a rectangle at 1,1 that is
3 wide and 3 high.
Debug.Assert...
bryan
|
10-21-2005 03:55 PM
bryan | 0 | 42 |
|  | Hello,
For some reason I cannot look at the processes running on one machine
on the network. I always get the following...
XxLicherxX
|
10-21-2005 06:54 AM
Willy Denoyette [MVP] | 3 | 22 |
|  | Hi,
We have a requirement to disable Local Settings\Application
Data\ApplicationHistory\ ini file generation for our app only or globally on
some...
Leon Finker
|
10-21-2005 03:59 AM
AT | 5 | 29 |
|  | It's great that the CLR gives us this cool EventLog object for managing
event logs. And they even give you this cool property "MachineName"...
JV
|
10-20-2005 05:06 PM
Richard Grimes | 1 | 29 |
|  | I'm running the RC version of VS 2005 handed out at the PDC. I'm working on
something where seeing what's going on all the way down the stack would...
Rog
|
10-19-2005 01:59 PM
Rog | 2 | 25 |
|  | I am using the SortedList class to sort an array of items. I want to bind
the SortedList to a DataGrid, but I want the list to go in descending...
Ken Varn
|
10-18-2005 01:02 PM
Nick Hertl | 2 | 40 |
|  | Hi All,
I've been working on having my application create dynamic assemblies
within the current domain of the application and loading them at...
AT
|
10-18-2005 11:25 AM
Nick Hertl | 1 | 26 |
|  | Hi All,
I wondered if anyone could make sense of this undocumented object
(System.Runtime.Remoting.Proxies.__TransparentProxy) being returned
from...
AT
|
10-18-2005 08:11 AM
AT | 2 | 63 |
|  | Hi
It is a good practice to set that all assemblies in my company must to have
a strong name even the privately deploying. I'm looking for a simples...
Javier Martinez
|
10-16-2005 07:05 AM
Richard Grimes | 2 | 17 |
|  | Is my class library is it possible to get the calling assembly's executable
full name, or the Url if it is being linked from an...
poifull
|
10-14-2005 04:33 AM
Richard Blewett [DevelopMentor] | 4 | 49 |
|  | I created a .Net add-in for Microsoft Excel.When the application load, all
the images that will be used in the application will be loaded. I have a...
James
|
10-12-2005 09:32 PM
James | 0 | 35 |
|  | Hi!
In our server application we get OutOfMemoryException in constructor of
dataset even a lot of memory is available on the machine. Any...
Marek Cvrk
|
10-12-2005 03:59 AM
s_mondrup | 18 | 58 |
|  | hi,
i'm suddenly getting the above mentioned error message when i'm clicking on
some control in my winforms application (coded with vb.net). after...
NetRacer
|
10-11-2005 01:54 AM
NetRacer | 0 | 25 |
|  | Hi All
I am developing one Portfolio Management application where there is
single database shared by all the traders.
I have developed web-based...
Deep Silent Ocean
|
10-10-2005 07:03 AM
Vadym Stetsyak | 1 | 35 |
|  | Hi
I use system.reflection.emit to create runtime subclasses of some classes.
all works very well with one little problem.
I cannot use quickwatch...
Roger
|
10-10-2005 06:55 AM
Vadym Stetsyak | 3 | 32 |
|  | My application requires full trust to work, so when I run it on a
network drive I get the following exception:
Request for the permission of...
Jim
|
10-09-2005 09:08 AM
Nicole Calinoiu | 7 | 26 |
|  | Bonjour,
Voici un bon plan qui m'a permit de gagner beaucoup d'argent "5000 euros/mois" sans dépenser un centime et sans engagement..
Si vous...
Raf
|
10-08-2005 07:30 AM
Raf | 0 | 31 |
|  | I'm trying to isolate "applications" into their own application domain within
a single process. I've quoted applications because it's a...
nickdu
|
10-07-2005 06:17 PM
Willy Denoyette [MVP] | 14 | 34 |
|  | I am using the EventLog class to display log entries to my users. Is there
any way that I can take the same log information that EventLog contains...
Ken Varn
|
10-07-2005 11:10 AM
Ken Varn | 0 | 26 |