|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
Variable length arrays in .NET 2.0?
Kevin Burton -
16 Sep 2006 6:32 PM - 3 messages
I have not kept up on the changes to .NET 2.0. Besides ArrayList are there any other array's or containers that can have an adjustble size? With Generics is there a container that I can Add items to of a known type and ...
Finally a Financial Tracking and Mangement svc that's effective!
General User -
16 Sep 2006 4:10 AM - 1 message
Here's Your Answer! [link] Finally a financial program that helps you professionally manage your wealth while maintaining simplicity! WealthTrack includes: $25,000 Online and Identity theft protection with 0$ deductible. Daily financial tracking with automated e-mail and cell-phone paging alerts. ...
listing computer names on network?
ARTMIC -
16 Sep 2006 3:15 AM - 4 messages
Can anyone help me, How can i list the computers on the local area network? I need to know if a certain computer is turned on and available on the network. Thanks. ...
GAC
Arne Garvander -
15 Sep 2006 9:17 PM - 2 messages
I have a website which calls web services on an application server. My website and web service use a common core dll. The core dll is currently installed in the gac. Is that a good idea? If my core DLL is signed, can it be installed anywhere on the computer? ...
Events over remoting and security problem, related/not related, I don't know
ThunderMusic -
15 Sep 2006 7:39 PM - 3 messages
hi, I have 2 services running, one doing a job and the other monitoring the job is done and that the other service (the one doing the job) is still running. The thing is, the 1st service fire some events notifying other programs that ...
Reflection and variable selection? Late binding?
Ben R. -
15 Sep 2006 6:37 PM - 7 messages
Hi, I learned that for my.sttings, I can pull an entry by name, but can I use reflection to load a varaible? Example void dosomething(string variablename) // note: value passed in for variable name is "foo" int foo=1 ...
Component/Control using threads how can I do........
ThunderMusic -
15 Sep 2006 6:27 PM - 2 messages
Hi, I want to develop a component or a control(no UI, just like a timer or something)... This component will have a thread running from it's constructor or from a start function until a stop function or the end of the ...
syncronized class
gerry -
15 Sep 2006 6:14 PM - 12 messages
Is there any way to specify that all methods of a class should be synchronized other than applying the [MethodImpl(MethodImplOptions.Synchronized)] attribute for every method ? Gerry ...
Detect if Workstation is locked
ThunderMusic -
15 Sep 2006 4:54 PM - 15 messages
Hi, I want to detect in my C# app (can use iterop) if the workstation is locked. I've seen on the web people saying it's impossible except by looking if the Screensaver process is running. There must be a clean way of doing it ...
Addrow to DataGridView
Taoge -
15 Sep 2006 4:16 PM - 2 messages
Hi, all I want to add a row to a bound datagridview, suppose I need copy some columns of a row from datagridview2 to datagridview1, the user select a row in datagridview2, click a button, and then copy some columns of the selected ...
.NET class correspondent to I/O Completion Port functions
Hyun-jik Bae -
15 Sep 2006 2:52 PM - 3 messages
Is there any .NET class correspondent to I/O Completion Port functions (GetQueuedCompletionStatus, CreateIoCompletionPort or BindIoCompletionCallback)? Please reply. Thanks in advance. Hyun-jik Bae ...
app.config
Rainer Weinhold -
15 Sep 2006 1:05 PM - 3 messages
Hi, I added an app.config via add/new Item to my C++ project. Now when I run the Project I cant acces the content via : String ^str=ConfigurationSettings::AppSettings->Get("connStr"); coz the compiler or who ever should it do does not create the ...
UDP Hole Punching Demo
Hans Peter Gerdes -
15 Sep 2006 12:37 PM - 5 messages
Hi there, is there any UDP hole Punching Demo with the .Net Framework out there? Thanks for answer Hans Peter. ...
Profiling / Performance evaluation .Net application
Mrinal -
15 Sep 2006 12:29 PM - 1 message
Hi Everybody , Can somebody give me broad idea regarding standard API's / Namespaces available in .net 1.1 primarily + any new introduction in .Net 2.0 , which can be used to develop a tool for complete : a.) Profiling . b.) Performance Evaluation - Process Throughput , Response Time , Resource Utilization etc. ...
IIS 6.0 Performance
Anbu -
15 Sep 2006 10:56 AM - 3 messages
Hi All, Sorry for cross posting the message. I'm having a problem with IIS 6.0 on performance. I'm having few web services on the same server with different URIs. When I send a message from one Web Service to another it takes ~40 secs ...
System.configuration, name of xml elements wrong
Nik Coughlin -
15 Sep 2006 4:18 AM - 1 message
Hi, When using System.configuration, I have this: <Modules> <ModuleList> <clear /> <add ModuleKey="EditModule"> <clear /> <add GridKey="grdClassGrid" DefaultSetting="" UserSetting="" /> ...
WebClient and proxy authentication
daniel -
15 Sep 2006 1:38 AM - 5 messages
Hi, I have a windows application that is using the System.Net.WebClient class to download files requested by the user from a remote server. I am having problems getting proxy authentication to work correctly. Essentially I need the application to prompt the user for a username and ...
Save from PrintPreviewControl
Drew -
15 Sep 2006 1:14 AM - 1 message
I am using a PrintPreviewControl to preview a report. I have been trying to save the contents of this report in really any format (.doc, ..pdf, etc.). The best method I have come up with involves printing to ...
searching a Combo box for a Generic item
Chuck P -
14 Sep 2006 10:14 PM - 3 messages
I have a DisplayValueItem object that is used to fill a ComboListBox with items. It used to be the Value and Display members were string. I changed it to a generic (T, string) and now the below code fails. ...
creating components with visual studio .net 2005 and c# 2005 ??
jason -
14 Sep 2006 9:05 PM - 3 messages
Pardon Noob questions... Why would somebody create a component using vs.net 2.0 and C# ? To use it from non .net solutions or unmanged code? dumb question, I'm finding these instructions for compiling c# into a component dll from the command line.. ...
Open windows explorer at server path
Colin Williams -
14 Sep 2006 8:53 PM - 2 messages
I am trying to open windows explorer at a specific path on a server. Path is not found whe run. It works ok using a local path. How do i address a server? Code as follows; { System.Diagnostics.ProcessStartInfo exploreTest ...
Viewing a TIFF Multi-image file
Dan -
14 Sep 2006 8:16 PM - 3 messages
The problem that I am having is that I need to view an image, in a VB dotnet application, that has been scanned using the "Image Everywhere Scan 3.02" scanning software and is saved as a multi-image TIFF file. ...
EventHandler Patterns
APA -
14 Sep 2006 7:54 PM - 2 messages
Dumb Question Warning: How does one know what the eventhandler arguments are for a particular event? They aren't always Handler(object sender, EventArgs e). Some events have event specific EventArg classes, if the .NET sdk doesn't have a specific definition of a delegate for a particular event does that mean the above ...
how to programatically identify a file as a .NET assembly?
Emby -
14 Sep 2006 7:25 PM - 3 messages
Hello ... Is there an easy/quick - or at least reasonable - way to programmatically identify a .NET assembly (EXE or DLL). My app needs to look in a set of folders and find which files are .NET assemblies. Some of the folders ...
Help Me Please
news.microsoft.com -
14 Sep 2006 7:19 PM - 3 messages
I programed in vb 6.0 i need to swith .NET what .net i start to learn? Thanksany one. ...
Starting process
Peter Schmitz -
14 Sep 2006 6:40 PM - 2 messages
Hi, I'm currently writing windows .net service (non-interactive) that shall start a specific program from disk the moment it gets started itself. Now, when I simply call Process.Start(filename) I receive an AccessDenied error. So, how can I start a process with the same rights as the service itself the ...
Datagridview, object datasource, and hiding properties via attribu
William Sullivan -
14 Sep 2006 4:28 PM - 2 messages
I seem to remember this being possible, but I can't find a single thing about it now.. I have a datagridview that is bound to a bindinglist of type 'foo'. Foo is a business object with a number of public attributes. ...
Active Directory Problems - Just like many others
timburda -
14 Sep 2006 3:39 PM - 1 message
I know I'm just another in a long list of people who have active directory developers who have problems, but I'm going to post anyway: I add a user to the container: "CN=Users,DC=my,DC=domain,DC=com" ...
How To Detect a DEBUG run (in C#)?
Harald -
14 Sep 2006 3:30 PM - 2 messages
Hi, I need to perform some Operations in DEBUG-Builds (C# Windows-Forms application). How can I detect a DEBUG-Configuration and perform actions as with the C++ directives #ifdef _DEBUG .... #else .... #endif Thanks for any hint! Harald ...
Custom data provider
Michael Kanios -
14 Sep 2006 3:14 PM - 3 messages
Hi. I'm trying to develop a custom data provider and would like to add designer support. Specifically for the CommandText property I would like to set the property editor that all other providers have (the Query builder). Is this Editor available in the ComponentModel library or in any other ...
what does property Type of Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity refer
dotNeter -
14 Sep 2006 3:12 PM - 1 message
This property always returned null. So I just wanna know what does it refer to? MSDN doesn't give any effective info. Thx. ...
Custom data provider
Michael Kanios -
14 Sep 2006 3:09 PM - 1 message
Hi. I'm trying to develop a custom data provider and would like to add designer support. Specifically for the CommandText property I would like to set the property editor that all other providers have (the Query builder). Is this Editor available in the ComponentModel library or in any other ...
System.IO.File.Move() access denied error
goldeneye77 -
14 Sep 2006 1:52 PM - 1 message
I am calling a .NET DLL via (regular) ASP through COM Interop. The DLL writes a file to disk and then renames the file. This all works fine under XP professional but under Windows 2003 Server I'm getting an error when the System.IO.File.Move() method is called: ...
.NET and OLE
sbarlea -
14 Sep 2006 12:05 PM - 1 message
I would like to instantiate an OLE object (with data and of a type found at runtime) and although I did intensive I did not find any way to do it using managed code. Is it possible? Thank you very much for your time! ...
end process
Julia -
14 Sep 2006 7:22 AM - 4 messages
Hi I have a windows program (C#) and I need to end a process from my application. This shold work equal to when you open the Windows Task Manager and right klick on a process and choose "end process". Any ideas? ...
Invalid postback or callback argument
מוטי -
14 Sep 2006 7:11 AM - 1 message
Hello , I have developed a website in .net framework 1.1. I have recently changed the server which is having a framework 2.0. The problem with my site is that i am getting a error of Server Error in '/' Application. ...
Framework 3.0 question
buechi -
14 Sep 2006 1:32 AM - 5 messages
Will the framework version 3.0 be shipped with Vista? ...
Media PLayer 10
Chic -
14 Sep 2006 12:46 AM - 4 messages
Installed a new video card and it works great for the games and such. But when I put a dvd in the drive, player loads than freezes. This also happens with power dvd player. Any ideas, thanks ...
ANN: Proxem Antelope, a Natural Language Processing framework for .NET
François-Régis Chaumartin -
14 Sep 2006 12:29 AM - 1 message
September, 2006. We have the pleasure to announce the new version 0.7 of Proxem Antelope, a full Natural Language Processing framework for Microsoft .NET 2.0. It can be freely downloaded on [link] It now includes a full tutorial, a syntactic Web search utility, and many ...
Unable to resolve exceptions. .NET environment or codes?
George D -
13 Sep 2006 5:55 PM - 7 messages
Am using VB in VS.NET 2003 (Framework 1.1) I am getting a CLR debugging services "application has generated an exception that could not be handled" error after deploying the apps and trying to run it on the client PC (XP Pro ...
Reading remote eventlog Messages
Bill Sempf -
13 Sep 2006 5:11 PM - 1 message
Say I have a simple application that reads the eventlog entries on a remote machine: Dim myEvents as new EventLog("Application", "1.2.3.4") For Each myEvent as EventLogEntry in myEvents.Entries Console.WriteLine(myEvent.Message) ...
Reflection messing up the type hierarchy
Emmanuel Stapf [ES] -
13 Sep 2006 3:26 PM - 1 message
Hi, I've discovered in .NET 2.0 that for some reasons during reflection the System.Object parent of a ComImport marked class is swapped with System.__ComObject. Here is a sample that shows this: Assembly a = Assembly.LoadFrom(@"c:\Program Files ...
updated regex for email validation
Jim Dornbush -
13 Sep 2006 2:57 PM - 2 messages
Has anyone seen an updated regex expression from Microsoft for the email validation expression so that single quotes are allowed? I've been using the canned regex for emails, but recently been informed by a customer that the single quote is allowed as part of the email address (Mr. ...
SerialPort.GetPortNames with Friendly Names
rfw68 -
13 Sep 2006 2:44 PM - 5 messages
Hello there, I'm using the GetPortNames to list the available Ports in a ComboBox. This is working fine. But I want to show the end user not only boring 'COM1' to 'COMx'. Instead this I want to show the friendly Names like the Device ...
SqlDecimal calculations in .NET 2.0
Beat Bucheli -
13 Sep 2006 2:41 PM - 2 messages
Hello, I'm trying to do some simple calculations with System.Data.SqlDecimal on ..NET 2.0: SqlDecimal one = new SqlDecimal(1); SqlDecimal seven = new SqlDecimal(7); SqlDecimal oneBySeven = SqlDecimal.Divide(one, seven); The precision of the result in oneBySeven is way below my expectations. I ...
issues w/ COM objects, .NET 2.0
campkd -
13 Sep 2006 2:04 PM - 2 messages
I have run into some issues with COM objects in an application I am working on, and am hoping for some help. The app I am working on is in ..NET 2.0, and I am trying to use a COM object written in FoxPro, which ...
ComboBox binding to subset of another ComboBox
Webbert -
13 Sep 2006 1:13 PM - 1 message
This is for a Windows Forms application... I am wanting to set up binding once, if possible, for a second combobox that contains filtered data based on the first. I know I can capture the event of the first combobo and then bind the second ...
Issue with FileStream on network with transfers larger than 64 megabyte?
Jeroen X. Pluimers -
13 Sep 2006 1:05 PM - 7 messages
I've come accross a .NET 2.0 issue when writing large MemoryStreams to FileStreams. The issue is with this code: private static void WriteMemoryStreamToFile(string filename, System.IO.MemoryStream memory) { ...
XmlReader and first char
Steve B. -
13 Sep 2006 11:55 AM - 5 messages
Hi, I've a string that contains a Xsl transformation : string tranform = @" <xml version=""1.0""> <xsl .....> "; Notice that the first chars are \r\n I write this string into a MemoryStream, then I create a new XmlReader like ...
How does VS2005 figure out which .sln file to load??
Søren M. Olesen -
13 Sep 2006 8:04 AM - 2 messages
Hi I have two versions of a project placed under: wwwroot\Version1\webapp wwwroot\Version2\webapp If in VS2005 I choose Open Web Site and open the Verson1 site, then VS2005 somehow figure out that it has to open the .sln file placed under: ...
Why .Net conversion process doesnt convert resource files??
Uma -
13 Sep 2006 6:19 AM - 1 message
Does anyone know of a way to convert .NET Framework 1.1 resources files to ..NET Framework 2.0 resources? Why conversion process doesnt convert resource files?? Uma. ...
Converting HTML to RTF File in web application asp.net using C#
jk.sangeetha -
13 Sep 2006 6:18 AM - 1 message
Hi, Thanks in advance.. I want to convert HTML file into RTF Format. How to achieve this in web application. In windows it is possible through richtextbox etc.,, How to convert HTML to RTF Format in asp.net. Kindly ...
Framework Version Conversion Problem
Uma -
13 Sep 2006 5:25 AM - 1 message
Hi, I have my ASP.Net project written in .Net framework1.1 with VS2003. As we upgraded with the new version2.0 and VS2005, I have converted my project to work with 2.0 version. After that I noticed that, all event handlers ( for example : private void ...
frameworrk and GAC components
Emby -
13 Sep 2006 12:37 AM - 5 messages
I need to present a list of assemblies as potential references, similar to (but less sophisticated than) the Visual Studio project references dialog. The reason for this is that my app supports scripting by dynamically compiling VB.NET code (via CodeDom.Compiler), and I want to provide for the ...
How to get the Appdomain Object from AppDomain ID
John -
12 Sep 2006 9:33 PM - 1 message
I have an AppDomain ID, how do I get the instance of the AppDomain Object? I know that CorRuntimeHostClass.EnumDomains enumerates the AppDomain in the current process, but I need be able to get the AppDomain in other processes by AppDomainID. ...
FTPWebrequest.RenameTo property usage
MycGyver -
12 Sep 2006 8:56 PM - 1 message
Has anyone seen a sample using this property. I'm trying to rename a file on an FTP site and I'm getting an access error. "The remote server returned an error: (550) File unavailable (e.g., file not ...
SaveFileDialog locks the file?
Peter Duniho -
12 Sep 2006 8:44 PM - 18 messages
I searched using Google, on the web and in the newsgroups, and found nothing on this topic. Hopefully that means I just don't understand what I'm supposed to be doing here. :) The problem: I am trying to use the SaveFileDialog class to get a filename, which is ...
Problem: DLL Made in VB.NET Is Not Referenceable
Phil Galey -
12 Sep 2006 7:14 PM - 3 messages
I have a DLL that I created in VB.NET. I haven't had a problem referencing it in the past, but now I suddenly do. I re-build it and then reference it from my application, but when I type Imports to import it, the intellisense ...
How to get the Appdomain Object from AppDomain ID
John -
12 Sep 2006 6:48 PM - 13 messages
I have a AppDomain ID, how do I get the instance of the AppDomain Object? Please advice. Thanks in advance. John ...
.NET Adoption Statistics
John -
12 Sep 2006 6:11 PM - 5 messages
Does anyone know where I can find statistical info regarding market share of ..NET? More specifically, current usage of various versions of .NET and how long companies wait before upgrading and migrating. I'm trying to begin an ...
Why am I getting an Out Of Memory Exception
nesr235 -
12 Sep 2006 5:33 PM - 5 messages
I am getting an OutOfMemory exception within my loop when I try to load an object and then save the object. The loop should execute 5700 times. But when I get to iteration 4682, I get the memory error. I ...
HashTable.Add Modifies HashTable Items?
CoderHead -
12 Sep 2006 4:47 PM - 9 messages
I've got a Web app wherein I store a number of generic collections (Generic.List) in the application-scope as a HashTable (a make-shift cache), indexed by an Enum value - i.e., CType(Application.Item("SysTables"), HashTable).Add(DataAttribute.Database.Recruiting, TableList). The Enum ...
Possible bug in UnicodeEncoding
KrippZ -
12 Sep 2006 4:31 PM - 4 messages
Hello! We here at the office have discovered something odd. Can somebody please verify this potential bug for us? This code generates a byte buffer fills it with 256 bytes ranging from 0 to 255, and the bug appers when the Unicode Encoder gets the bytes ...
String comparison problem
Eve -
12 Sep 2006 3:26 PM - 8 messages
I'm having a hard time comparing two strings - even if the strings are identical, the If x <> y Then condition is always met. I'm going crazy. Here's my code: Dim x As String = "a" ...
Performance comparison between .net 1.1 and 2.0
wforrester -
12 Sep 2006 2:51 PM - 2 messages
Did anybody try to make a performance comparison between .net 1.1 and 2.0 in real applications ? I mean not just small tests like Generics vs. Collections or DataSets, but the performance of the whole application using those things ? ...
GUI for Charts
Fla -
12 Sep 2006 2:35 PM - 4 messages
Hi! I would like a suggestion about a graphic provider for Charts plotting in VBNET. I need to plot charts with more elegant graphic interface than VBNET default one; I also need to interact with the charts I will realize, i.e. plot datas ...
Dot Net 2 Contents
Charlie P -
12 Sep 2006 10:28 AM - 2 messages
Can anyone tell me if the dot net 2 framework ships with embeded crystal reports runtime files. I know that Vs.net does but I'm not sure if the framework has anything embeded which may interfere with the actual crystal installation ...
Setting enumerator using reflection
Paul -
12 Sep 2006 8:27 AM - 2 messages
Hi Guys. I am loading an enumerator in a list box using reflection. Using if (!this.IsPostBack) { ddlSource.Items.Clear(); ...
References in multiple projects solution
SHB-MSDN -
12 Sep 2006 7:37 AM - 2 messages
Hi, I just encourntered the following problem. I have a Solution with one WindowsForms startupprojekt and two class library projects a and b. Now when compiling a seperately everthing is fine. Also when I compile the Startup project seperately it's ok. Only if I select Build solution I got ...
How do I change font when using Index in the help menu
tony -
12 Sep 2006 6:02 AM - 1 message
Hello! I have installed Visual Studio .NET 2003 but when I use for example index in the Help menu for class Form it display a very small and strange font. It's hardly readable. Does anybody have any idea how I can change the font so it will be readable. ...
Delete a file
Neven Klofuar -
12 Sep 2006 5:18 AM - 3 messages
hi, I have a problem when trying to delete a file. I have to extract some information from a file, and then I have to delete it. When I try to delete it after I read it, I get a "Access denied" error. ...
ISerialization Frustration !
vbMental -
12 Sep 2006 12:43 AM - 9 messages
I'm not sure if I'm having a moment of non-clarity or not but I don't believe implementing ISerialization works at all. It started when I had a class that I wanted to provide my own serialization ...
System.Diagnostics.Process.Start
Colin Williams -
11 Sep 2006 7:51 PM - 1 message
I am using the code below to map network drive and then fire up an app in a sub dir of that drive. However when using the file open dialog from that app, drive K: appears just as Network drive K: (this could ...
Remoting: displaying remote objects in a property Grid
Serge Bollaerts -
11 Sep 2006 7:14 PM - 2 messages
Hello, I'm testing remoting 2.0. I created a library, server and client project. The client project instantiates a remote object a display it in a property grid. Everything works fine excepted the property grid. I would like to know ...
Problem with a service using a WinForms control
PIEBALD -
11 Sep 2006 7:09 PM - 2 messages
Just as an exercise I'm trying to write a program that will periodically read a Web page (not mine), get some information from it, and store the information. It seemed the most straightforward tactic was to write a service and have ...
debug an XLST transformation
Arne Garvander -
11 Sep 2006 5:53 PM - 2 messages
How do I debug an XLST transformation? ...
Examples showing how to use the ICodeCompiler
rharter -
11 Sep 2006 4:26 PM - 1 message
Now the IVSA interfae has been depreciated and obsoleted can some one point me to some examples of how to use the ICodeCompiler interface. I have been looking at the documentation and have a glitter for setting things up. The ...
Delegate problem
DotNetMonster -
11 Sep 2006 2:55 PM - 5 messages
Hello, I want to execute a delegate (event) in tha base class from a derived class but i get comile time error. Is there a work arround? base class : public abstract class Document { public event EventHandler OnDataChanged; ...
FTPWebRequest problem
Sputnik -
11 Sep 2006 1:56 PM - 1 message
If I create an MFC application in Visual Studio 6 using the following code: CInternetSession inet_session; CFtpConnection *ftp_connection; ftp_connection = inet_session.GetFtpConnection( "Integration300", "guest", "ihannah", 21,TRUE); CString CurrentDirectory; ...
Problem related showing icons on the devices
heenadshah -
11 Sep 2006 1:25 PM - 1 message
hi all, I m creating an appln in which i want the list of the icons and appropriate name for tht in the list box, i did it by using listview. but the prob is i want to load the SVG images (Scalable Vector ...
SecurityExcepion inside DLL linked in an HTML tag OBJECT
Lambuz -
11 Sep 2006 1:01 PM - 3 messages
Hi there, I've got this strange problem. I've created a library of some assemblies and one of these (webclient.dll) is linked inside an html tag object by using this sintax: <OBJECT id="myID" classid="http:WebClient.dll#namespace.WebClientClass" ...
About IDisposable.Dispose()
Water Cooler v2 -
11 Sep 2006 9:00 AM - 7 messages
I heard from someone that we must not implement IDisposable for all classes. Can someone please tell me: 1. the reason why we must not implement IDisposable for all the classes we write. 2. what is the correct way of implementing IDisposable.Dispose? ...
Derive a WebService Proxy Class
Michael -
11 Sep 2006 8:26 AM - 2 messages
Hi I use VS.NET 2005. I generated a Proxy file (reference.vb) with the build in WSDL Generator -> so far so good. I have to provide some classes from that to COM via the interop-layer -> okay. ...
VB.net creating windows service to kill specified process
ZD -
11 Sep 2006 8:15 AM - 1 message
Hi,Guys I need some help from you. Current I programming a windows service using vb.net to kill some specified system process based on CPU usage value and process name. Does any one here can provide me some piece of codes explain me a ...
Cognizant MEGA RECRUITMENT DRIVE
Rohit -
11 Sep 2006 7:51 AM - 3 messages
Hi all... If you have the skills and experience mentioned below and u are interested in working with Cognizant Technology Solutions, please send your updated resume mentioning any of these specializations and location preference in the subject line.........to .. ...
DefaultValueAttribute usage
Edward Diener -
10 Sep 2006 11:22 PM - 2 messages
I have a number of questions regarding the DefaultValueAttribute which is not explained in the rather terse MSDN documentation for it: 1) Should I use it for all properties, even when the property is initialized to its equivalent 0 value and I do not specifically ...
RegAsm No Types Register
alifut -
10 Sep 2006 6:15 PM - 1 message
Hi all, I wrote dll that was registered many times on many computers with RegAsm.exe. For some reasons, the same dll that I register on one computer I got "No Types Register" on other computer even if on the past "Types ware ...
how to assine current row index to the DataGridView Control
Taoge -
10 Sep 2006 10:01 AM - 2 messages
Thanks ...
Bugs of HttpListenerResponse
stonered_sdu -
10 Sep 2006 2:57 AM - 1 message
I wrote a http server program using HttpListener class, but i found an error as following: If add muliple cookies in HttpListenerResponse , these cookies will be merged into ONE "Set-Cookie" header seperated by a "," character. While receiving by the IE client, the browser only process the first part ...
Bugs of HttpListenerResponse
stonered_sdu -
10 Sep 2006 2:46 AM - 1 message
I wrote a http server program using HttpListener class, but i found an error as following: If add muliple cookies in HttpListenerResponse , these cookies will be merged into ONE "Set-Cookie" header seperated by a "," character. ...
|
|||||||||||||||||||||||