all groups > dotnet clr > february 2007
Conversion Problem
Posted by varaprasad.cm NO[at]SPAM gmail.com at 2/22/2007 5:22:06 AM
My Application in Debug Mode is working fine but when i changed to
release configuration the application stops responding at Show()
Method.
what might be the problem , please suggest
... more >>
issue
Posted by blah taco at 2/21/2007 2:29:01 PM
Hi, I am experiencing something along the same lines as you did. I am unable to get the clrpolicymanager. I have tried linking mscoree.lib manually, that does not work however for me. Also, I am unable to get the hex value of hresult - I simply get a negative 32 bit integer, as documentation I've... more >>
"Explorer style" string sorting
Posted by Lucvdv at 2/21/2007 12:00:00 AM
In a certain app, I want to sort file and folder names in the exact same
order that explorer would show them (assuming it's set to order by name and
the registry hasn't been hacked to revert it to Win2000 sort order).
I tried to search the docs to see if that sort method/order can be obtained
... more >>
Framework 1.1 and 2.0 both not working properly
Posted by YASER WAHEED at 2/20/2007 10:53:20 PM
I have updated my server running OS windows 2003 on 14 Feb 2007 ... since
then i am facing problem with my .net applications both web and windows.....
Issue:
1) System.Management Class donot works
2) Both type of application stops all of sudden and then after
fews second... more >>
Can you hijacking a signed assembly?
Posted by cartoper NO[at]SPAM gmail.com at 2/16/2007 5:10:02 AM
I have the first release of my software ready to release! I only
need
to add the spit polish, such as the registration/activation process.
It is going to be pretty simple, it will ask for some info and the
key
and check to see if the key is the correct one. In the world of C/C+
+
I would ta... more >>
Is it possible to step through C# source code (with SOS)?
Posted by johnxhc NO[at]SPAM gmail.com at 2/15/2007 3:32:11 PM
I have a need to debug both managed & unmanaged code , I am able to
set a breakpoint in C#, after the program reach the breakpoint, I
would like to step through the C# code just like I did in C++, but I
do not see any option to see the current source line.
Even if I bring up the C# source code, ... more >>
SOS Command not working
Posted by johnxhc NO[at]SPAM gmail.com at 2/15/2007 12:30:51 PM
I am trying to use sos extension but almost half of the sos command do
not work, for example
0:027> !findtable
No export findtable found
0:027> !bpmd
No export bpmd found
0:027> !GCHandleLeaks
No export GCHandleLeaks found
0:027> !GCHandles
No export GCHandles found
0:027> !GetWorkItem... more >>
JIT Bug?
Posted by Dave.NET at 2/13/2007 11:48:00 AM
I'm having problems with some IL code I'm emitting from a compiler I'm
working on. I've narrowed down the problem and have recreated it in the IL
code below. I might be missing something, but it seems the bne.un
instruction is not being JIT'd... or is optimized out.
If you uncomment ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Games
Posted by WELCOME ### at 2/11/2007 10:40:56 PM
Hi all
Can I make games program by C++ either Native or CLI ? ..... how?
Where I go or what's book I read to learn?
Thanks all
===================================
... more >>
AppDomains and sharing threadpool
Posted by Shawn B. at 2/11/2007 1:02:55 AM
Greetings,
I have an application that must load various modules. Each module must be
able to execute concurrently, so I'm spawning a thread and each thread hosts
its own AppDomain. I for various reasons, I must create a custom
threadpool. I would like to share that threadpool with each o... more >>
intermittent could not load file or assembly
Posted by kblau at 2/8/2007 9:17:00 PM
The full error is 'could not load file or assembly
'Microsoft.ReportViewer.WinForms, Version=8.0.0.0, Culture=neutral,
PublicKeyToken=b03f... or one of its dependencies. Failed to grant minimum
permission requests. (Exception from HRESULT:0X80131417)
This error is itermittent, not related ... more >>
create bitmap from a pointer in vb.net?
Posted by Victor Reboucas at 2/6/2007 6:53:44 PM
Hi, I'm a VB.Net developer and cannot find a way to create a bipmap from a
pointer...
My application does video rendering using Windows media encoder (that's out
of the content of this message). Using a "DataView" object I can attach a
"video viewer" to about every control in a Form, using ... more >>
Is it possible to get the value of a parameter via Reflection?
Posted by Tim Pulley at 2/6/2007 5:26:12 PM
I haven't found a way to retrieve a parameter's value using a StackTrace and
Reflection. Have I missed something?
TIA, Tim
... more >>
Trouble with timeout when code runs the second time
Posted by Per [Pedalen] at 2/5/2007 3:50:01 PM
Hi,
I am trying to solve a tutorial problem of mine where I am using the
HttpWebRequest and HttpWebResponse objects to call MSN Search to retrieve the
page. This works fine the first time but doing it all over again is just
giving me a timeout.
Below is my code, somewhat simplified;
... more >>
Finding out if an object esists using SQL Server SMO
Posted by Patrick Hill at 2/2/2007 11:15:15 AM
Is there a way using SMO to find out if an object exists?
I want to find out if this sp exists on the server
[dbo].[spGetActiveEmps]
I know I would have to use something like:
theserver.Databases.Item(DBName).StoredProcedures.Item([dbo].[spGetActiveEmps])
... more >>
GAC, AssemblyResolve event, fusion.dll, Assembly.Load fails
Posted by jc at 2/1/2007 12:40:09 PM
I am having an issue where Assembly.Load fails,
even after installing a signed assembly to the GAC via the fusion.dll
API.
I have supplied a link to the simple test harness that reproduces the
issue.
I use the AssemblyResolve event to determine what assemblies are
missing and
so are neede... more >>
Access violation when using c++/cli
Posted by FriedhelmEichin at 2/1/2007 8:49:00 AM
I created a c++/cli mfc regular dll to use a .NET assembly with a c++/MFC
application. Therefore I used the /clr compiler option. If I use also the
multimedia lib winmm.dll in the application, it reults in a runtime error at
the startup of the application.
"The application failed to initiali... more >>
|