all groups > dotnet clr > june 2006 > threads for june 1 - 7, 2006
Filter by week: 1 2 3 4 5
Obsolete Errors and Deprecated Errors using Dotnet Framework 2.0
Posted by SenthilVel at 6/7/2006 5:17:10 PM
Hi
I am building my Dotnet Framework 1.1 C# code with VS2005 (Framework2.0) .
For this process i use NAnt 0.85 RC4 Version.
During the Build i get errors like :
1. "Method is Deprecated" ..change to ......
2. When i Open VS2005 and build i get errors like " Method is Obsolete" ...
... more >>
ICeeFileGen
Posted by Dave.NET at 6/7/2006 4:16:02 PM
I noticed in the documentation,
http://msdn2.microsoft.com/en-us/library/ms404463.aspx, that ICeeFileGen
has/will be deprecated in the future.
What should we be using, from unmanaged compiler code, to create CLR PE
files?
Dave.Net
... more >>
Obsolete Errors using Dotnet Framework 2.0
Posted by SenthilVel at 6/6/2006 7:51:09 PM
Hi All
I am Trying to build my 1.1 framework code with 2.0 framework using Visual
Studio 2005 installed in my
machine.
when i tried doing doing so , i get errors like :
"
Error 1 Warning as Error: 'System.Runtime.InteropServices.UCOMITypeLib' is
obsolete: 'Use System.Runtime.InteropServ... more >>
Embedding a resource at runtime
Posted by Dave Brown at 6/6/2006 11:31:23 AM
Hi there. Does anyone know if it's possible to embed a new resource into an
assembly at runtime as well as update an existing (assembly) resource. Any
assistance would be appreciated. Thanks.
... more >>
Reflection question about PropertyInfo
Posted by AdamM at 6/5/2006 9:11:19 PM
Hi all,
How do you take a PropertyInfo and get an instance of the object described
by it? For example, I want to get the actual instance of the object
described by "pi" in the snippet below (not the object's value like what
GetValue() provides, but a reference to the object itself):
Member... more >>
How to get current running values from .LocalVariables in .NET 2.0?
Posted by Lou Zher at 6/5/2006 10:52:11 AM
We've got a project that needs to be able to see the current running values
from the objects returned back by .LocalVariables. How is this done?
LocalVariables only appears to give us the types of the method vars.
-LZ
... more >>
"Managed Debugging Assistant 'LoaderLock' has detected a problem in
Posted by mohan NO[at]SPAM tek.com at 6/4/2006 11:32:52 PM
Hi all,
I have ported my VB.Net project from VS2003 to VS2005. I am facing two
issues while running my applications:
Issue1:
I am calling some managed dlls (developed in C#) from my Vb .net .
Whne I
debug the code,Iam getting the following Error message.
"Managed Debugging Assistant 'Loa... more >>
getting value from Dropdown and setting it as TextBox Text without Postback
Posted by Charleees at 6/4/2006 10:14:11 PM
Hi all,
I have a DropDown and a TextBox just bekeow it...
I have to get the selected value from dropdown and set it as textBox
Text..
The thing is i have to do this Without PostBack.....
Is there any java script to do this functionality...
please reply..
Thanks in Advance..
San... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Getting and changing File Summry information
Posted by Hiten at 6/3/2006 5:13:01 AM
Hi,
I am trying to find a way to get and change file summary information. I
tried using FileInfo class, but it doesn't give me information such as
"Author,Title,Rating" etc. Is there a way to get and change these information
using .NET libraries?
Sample would be a great help...
Thanks... more >>
Form resource files
Posted by Dave Brown at 6/2/2006 1:08:42 PM
Hi there,
Given an arbitrary ".resx" file (not ."resources"), does anybody know how I
can identify that this file actually contains a Windows form (in code). Once
identified, I then want to collect information about the form and all its
controls. Presumably I would want to read this file in... more >>
|