all groups > dotnet sdk > july 2005
Reflection Help with Custom Attributes
Posted by William Wallace at 7/28/2005 3:41:04 PM
I am unable to access the DescriptionAttribute of a method when I load the
assembly using the Assembly.ReflectionOnlyLoadFrom. After I load the assembly
I call GetTypes and loop through the types and call GetMethods. I then Loop
through the methods using CustomAttributeData.GetCustomAttributes... more >>
http client request sample
Posted by David Thielen at 7/27/2005 7:45:03 PM
Hi;
I am trying to create a licensing system like MS Office has. When I get the
key I want to talk to my server using http. Is there a good sample of how to
do this on the client side anywhere?
And does this handle proxy servers?
--
thanks - dave... more >>
.net tool
Posted by Wendy Elizabeth at 7/27/2005 10:23:11 AM
I am basically new to using Visual Basic.NET.
I wrote a Visual Basic.NET web application that will allow users to enter
data. Once this data is entered, I put the data into one big long string to
pass the information to a mainframe system. This is way the mainframe system
expects the data.... more >>
Remote Registry modification in .Net
Posted by Venkat at 7/27/2005 3:21:03 AM
Is there any .Net class library available to modify the registry of a remote
computer? I didnt find this provision with Microsoft.Win32.Registry class.
I see there is Win32 API to connect to a remote computers
registry(RegConnectRegistry()) and work with that(. How can we do similar
task in... more >>
documentation
Posted by strange_girl978 NO[at]SPAM yahoo.com at 7/26/2005 12:00:00 AM
Where can i read more about .Net Framework ?
strange_girl978@yahoo.com... more >>
2.0 Framework and Visual Studio 2003
Posted by Radjammin at 7/25/2005 8:27:04 AM
After reading a bunch am I right in assuming that the 2.0 Framework (beta) is
not compatable with Visual Studio 2003? The framework assigned in VS2003 is
1.1.
This is in reference that I wanted to use the new ProcessInfoclass with the
very nice User/Password access to processes. Other the... more >>
Linking at run time
Posted by Jan at 7/25/2005 8:22:58 AM
Hey Folks,
I'm working on a file packager, and I though I'd use a resource only
assembly. It works fine but I'm currently Shelling out to use AL.exe.
I'd prefer to use Reflection.Emit. However
AssemblyBuilder.AddResourceFile(...) only links the file and does not
embed it as a resource.
A... more >>
Cannot perform this operation on a row not in the table
Posted by Manjunath s via DotNetMonster.com at 7/21/2005 12:00:00 AM
Hi,
I am getting the following error when I try to delete the rows for the
dataset through code, this dataset is bound to a datagrid.
Error Message
"Cannot perform this operation on a row not in the table."
Stack Trace
" at System.Data.DataRow.CheckInTable()\r\n at System.Data.Da... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Adding row to OLEDB Rowset does not add row to Access db
Posted by Will Pittenger at 7/19/2005 3:29:46 PM
I have a project where the backend is Access. I have learned (slowly) to
use OLEDB to access my data. However, to save changes, I need to generate a
SQL statement. This seems clunky. I am used to MFC recordsets. The OleDB
system will let me add the row to the rowset, but then does nothing... more >>
SDK Quickstart
Posted by myleslawrence at 7/18/2005 2:38:01 PM
I hope this is the correct forum for this because I'm at wits end.
I have a Win 2003 server, SQL server 2000 and the .Net framework sdk
installed.
The ASP.NET VB Quickstart tutorials have web form examples some of which
connect to the database.
They do not work and I get 'server does not exis... more >>
Can I listen for WM_DEVICECHANGE within a "C# service"?
Posted by Tony at 7/17/2005 10:09:02 AM
Hi,
I want a managed code Windows Service to respond to a CD being inserted. Any
pointers as to how best to approach this would be gratefully received.
Thanks.... more >>
Saving power and the battery while programming for Mobile 5.0
Posted by Tony Thijs at 7/15/2005 12:00:00 AM
Hi,
Are there any backgrounders available about best practices where it comes to
saving power -and the battery while programming with Visual Studio 2005, the
CF 2.0 beta and the Mobile 5.0 SDK?
Kind regards,
Tony Thijs
... more >>
why i can't post the cookie to site with HttpWebRequest class?
Posted by SHARETOP at 7/14/2005 1:40:04 AM
Dear everyone.
I use the HttpWebRequest/HttpWebResponse classes to maintain session state
between two host.
first,I login a page( A Site),cookie is correct.and then refer to the
second page , run ok.I get the second page content...then I refer to the
page(3),it's result is 302,then red... more >>
Microsoft accessibility
Posted by Arie at 7/13/2005 1:49:03 PM
Hi,
I would like to know where can I find code samples for microsoft accessility
in C#
many thanks in advance... more >>
WHich is the recomended approach?
Posted by David Thielen at 7/13/2005 12:49:08 PM
Hi;
I have a library the has an event in it. Applications that use my library
can attach their delegates to this event. When the event fires and calls in
to an application, it may want to do anything.
So, for permissions that my library does not need (like
EnvironmentPermission), what is... more >>
Exception from HRESULT: 0x8007007E
Posted by xanthviper NO[at]SPAM xanthviper.com at 7/11/2005 1:13:20 PM
I hope that other out there have had the same issue that I am having.
I am running VS 2005 Beta 2.0 and trying to compile a simple ASP.NET
Web app (C#) and I keep getting this error in the WEB.CONFIG:
The specified module could not be found. (Exception from HRESULT:
0x8007007E) This is on M... more >>
Capturing all Http traffic
Posted by Rick Strahl [MVP] at 7/10/2005 4:45:44 PM
I have an application that needs to capture all Http traffic on a specified
port. Basically I need to script various requests and I would like to
capture the raw request data that fires off requests.
I've been searching around and found a few source code Proxy implementations
that 'sort o... more >>
Security violation on GetTempPath()
Posted by David Thielen at 7/10/2005 2:10:01 PM
Hello;
I have a problem where I can call GetTempPath() in my code - but not when a
get an event from a tcp network event. I created a very small sample and
placed it at http://www.windward.net/NetSecurity.zip - Just press the connect
button and you will see the security violation.
Any id... more >>
licensing software
Posted by David Thielen at 7/7/2005 8:14:03 PM
Hi;
Has anyone found a good one for .NET and/or java? I need a system to tie
each license to a specific machine – but I figure IP address is fine (as
opposed to MAC address) in the java case. And in fact IP address handles the
case of a cold/warm backup.
??? – thanks – dave
Ones... more >>
Can you use VS 2005 to developer .NET 1.1 Framwork ASP.NET Apps?
Posted by xanthviper NO[at]SPAM xanthviper.com at 7/7/2005 11:19:25 AM
This seems kind of dumb, but I can't really find a direct answer to
this. Not sure where to post it either. Anyway, the question is:
Can you use VS 2005 Beta 2 to develope .NET 1.1 Framwork ASP.NET Apps?
Any help or correct forums would be appreciated.
Thanks in Advance
... more >>
Good .NET security book?
Posted by David Thielen at 7/6/2005 12:30:06 PM
Hi;
Any suggestions for a good book that explains security in the .NET world?
Especially the settings in AssemblyInfo/security permissions???
--
thanks - dave... more >>
|