|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
Get number of processors / processor speed / performance indicator
kierenj -
29 Oct 2005 7:55 PM - 1 message
Hi there - I'm trying to find out if there's some reproducable, cross-platform way to determine a system's processing power using the CLR / .NET Framework? Ideally I'm after the number of processors / cores / MHz. CPU architecture ...
Problem using ADOX.Datalinks within VB.Net
B. Chernick -
29 Oct 2005 5:49 PM - 1 message
I'm trying to use the ADOX.Datalinks dialog within VB.Net (1.1). The code so far is fairly simple. I can get the PromptNew to work. The problem is PromptEdit. I would prefer to maintain Option Strict On but either way I cannot find a ...
VS 2005 RTM but Framework 2.0 BETA ??
andrewcw -
29 Oct 2005 2:55 PM - 5 messages
I am confused because I see a framework 2.0 Beta to download - If I download the RTM VS 2005 - then use the 2.0 Beta - then is it likely I will need to deploy Beta 2,0 to client machines ??... and the expected date for the non ...
When do bytes actually get sent with an HttpListenerResponse?
uncaged -
29 Oct 2005 1:04 PM - 1 message
When an HttpListener is responding to a request, when do bytes actually start being sent? Does the HTTP header get sent when the output stream starts being written to? Does it wait until the output stream is closed to start ...
WinForms client for a web app
leodippolito -
29 Oct 2005 12:12 PM - 2 messages
Sirs, I have a web application running and I am planning to write a WinForms client, so that customers can choose to access the application with a browser or the WinForms client. My ASP.NET application has some layers: Presentation (aspx + codebehind) ...
[FCL 1.1] Missing assemblies
Andrea Raimondi -
29 Oct 2005 9:33 AM - 2 messages
Hello, I just noticed that I have available 21 System.* assemblies and I'm fairly sure they ought to be more than that :-P Will the "Repair" option work in order to get the sys assemblies straight again? What other options do I have to fix this situation? ...
Using c# without Microsoft Visual studio
icqboy1987@hotmail.com -
29 Oct 2005 8:00 AM - 4 messages
hi, I'm an 18 y/o student, and never used c# before, (i do have experince in java and vb-6). I heard about the great features of c#, the problem is i could never afford Visual Studio. 1) Is it possible to just download the ".NET Framework 2.0 Software ...
Specifying the Source IP Address of an HttpWebRequest
uncaged -
29 Oct 2005 2:31 AM - 1 message
Is there a way to specify the IP address of an HttpWebRequest? I'll be running the app on a box with multiple IP addresses on the same NIC card, and need to control which IP address a request is sent from. ...
WMI Win32_TCPIPPrinterPort
balmerch -
28 Oct 2005 11:48 PM - 1 message
On my Windows XP Tablet Edition and Windows XP Pro systems I can run this code: public static void InstallPort( string printerIP, string portName, string portNumber, string protocol ) { ...
Hotfix for .NET Framework 1.1
Andrew Jenssen -
28 Oct 2005 11:13 PM - 5 messages
Visual Studio.NET 2003 came with Framework 1.1 on the installation CD. There is a "hotfix" out for Framework 1.1 . If this hotfix is installed, would it interfere with Visual Studio or the running of apps built with ...
Is there an equivalent to the ADSI NameTranslate function in the .NET Framework class libraries?
Stephen Walch -
28 Oct 2005 10:43 PM - 2 messages
I want to convert DN to windows login names (DOMAIN\loginname). Is this burried in System.DirectoryServices or somewhere else? Thanks! ...
list vs bindinglist
param -
28 Oct 2005 9:58 PM - 4 messages
Hi all, I am developing a bunch of custom business objects and to hold collections I am using the BindingList(of ) generic collection. Now I know that will come useful if I want to directly bind that data to databound controls. If I dont ...
Asynchronous calls within a callback?
uncaged -
28 Oct 2005 8:19 PM - 2 messages
In the .NET 2.0 example for HttpWebRequest.BeginGetResponse(), in the RespCallback function, after EndGetResponse(), it gets the stream and starts reading from it asynchronously. I'm wondering why. Since it's already happening in a callback function, wouldn't it be just as good to do the read ...
Installing .NET 2.0 Runtime via GPO
Michael D. Ober -
28 Oct 2005 7:13 PM - 7 messages
Can I just extract the files from the dotnetfx.exe program and have a GPO policy to install on each computer during reboot? There is a single MSI file in the extration. Thanks, Mike Ober. ...
Self Updating Application - No IIS
Brian Pelton -
28 Oct 2005 7:06 PM - 1 message
I have looked around to find an article or samples on a self-updating ..Net application. Everyone points to the Microsoft Updater application block. It all looks good, but I do not have an IIS server (and I don't want one). ...
OnPaint Is not being called
forkunal -
28 Oct 2005 7:02 PM - 2 messages
I have made a class(Pin), derived from UserControl which implements its own interface. To do so its OnPaint must obviously be called. This Control is a part of another control(Gate) which acts as a container for Pin. The problem is that the function Pin.OnPaint() is never ...
Web.config Help
Peter Avalos -
28 Oct 2005 6:58 PM - 3 messages
I am trying to configure a set of access rules for a subfolder in my project. The folder is a subfolder in the application folder and cannot read the dll file in the application's bin folder. How do I propertly tell ...
log on failure
markstamp -
28 Oct 2005 6:57 PM - 1 message
hello all i am having a problem after i run crystal reports on our intranet at work. i can recieve the crystal report when i am testing it on my machine but once i put it on the production server i recieve ...
"onkeypress" event
Mike Moore -
28 Oct 2005 6:47 PM - 1 message
We are using the "onkeypress" event in Javascript to determine when the user hits a particular key. This works well unless an ASP.NET control (such as a textbox) has focus. In this case the onkeypress event does not fire. Unfortunately, our need is to handle key presses ...
Min Max Validation
Mike Moore -
28 Oct 2005 6:45 PM - 1 message
We have a min and max qty fields, but we can't seem to get these to work properly. THe min qty is one of requied fields. A user can enter a min of 1 and max could be 0. We would like to implement a rule in the validator that ...
Porting .NET Encryption to Win32 or ATL
Sygnosys -
28 Oct 2005 5:46 PM - 1 message
Hi, I have a piece of code in .NET that encrypts a string. The .NET code is quite simple and through the last couple of days I've been trying to build it's equivalent in ATL playing arround with CCrypt ...
How do I get HTML output from XslCompiledTransform in 2.0?
lwickland -
28 Oct 2005 3:45 PM - 4 messages
How do I get HTML output from the new in 2.0 XslCompiledTransform? The XslCompiledTransform class has a read only OutputMethod property. The XslCompiledTransform.Transform() method takes an XmlWriter, which has an XmlSettings object with a read only OutputMethod property. At runtime ...
ClickOnce Install - I am only gettting the appname.application xml
Jerry M -
28 Oct 2005 3:15 PM - 1 message
After I have published my application to my web site I run the install from the publish.htm and all I get back is the appname.application (appname being the name of my application) xml file in IE. Nothing installs. Is this a ...
Generate MSI file which runs without admin rights.
hans -
28 Oct 2005 1:27 PM - 2 messages
Hallo! Is there a way to generate a .msi File for distribution from Microsoft Visual Studio .NET 2003 which runs without having admin rights? Thanx, Hans ...
using System.Management to get volume info on a specific drive
TT (Tom Tempelaere) -
28 Oct 2005 10:01 AM - 5 messages
Hi people, I saw several code samples that first enumerate all drives using a query with the ManagementObjectSearcher class: <code> ManagementObjectSearcher query = new ManagementObjectSearcher("SELECT * From Win32_LogicalDisk "); ManagementObjectCollection queryCollection = query.Get(); </code> How can I query for a specific drive (like D:)? Should I query it as ...
Documentation tool for VB .Net 2.0
Sameer Mowade -
28 Oct 2005 9:41 AM - 4 messages
Is there any Documentation tool available for visual studion 2005. I have googled for it but does not find anything. Thanks in advance ...
very strange handler AxWebBrowser1.DocumentComplete
Zabby -
28 Oct 2005 9:34 AM - 2 messages
hi, i want to do following: Private Sub AxWebBrowser1_DocumentCompleteEventHandler(ByVal sender As Object, ByVal e As AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEvent) Handles AxWebBrowser1.DocumentComplete Label7.Text = "LOAD DOC " & Now doc = AxWebBrowser1.Document ...
Serialization
Bagger -
28 Oct 2005 5:31 AM - 2 messages
I want to serialize an object in VB.Net and store the data in SQL Server 2000, and be able to retrieve and deserialize it later. Can anyone explain how I can do that? Specifically, how do I insert a stream into a database ...
Create and launch html page?
Mervin Williams -
28 Oct 2005 4:16 AM - 9 messages
From within a Windows form, I need create a html page and open it within Internet Explorer. Does anyone know whether this is possible within a Windows Forms application? If so, please provide an example. Thanks in advance, ...
how to get PRINTERS NAMES ?
pamelafluente -
28 Oct 2005 12:53 AM - 3 messages
I need to load all the available printers - including network ones - in a combobox. Would anybody so kind as to show me how to do it? Thank you -Pamela ...
conditionally compile "Try" section of exception handling
Chirag -
27 Oct 2005 6:14 PM - 5 messages
I will soon be working on a embedded device using .NET Compact Framework where performance is a major issues. Therefore, I would like the ability to disable exceptions at compile time. I use the below approach to conditionally compile the "Throw" part of the exception ...
running csc from command prompt - csc.exe file not found
Steve Richter -
27 Oct 2005 5:51 PM - 4 messages
just installed .net framework 1.1 sdk on a PC at work. I would like to run csc.exe to compile a C# source file. In the command prompt box I navigate to the directory that holds the c# ..cs source file. then I enter the csc.exe command string to compile ...
PropertyInfo.SetValue and custom type
Vladimir Semenov -
27 Oct 2005 3:25 PM - 2 messages
Hi all, I have a problem with PropertyInfo.SetValue(). Task: There is a generic code updating object properties using reflection. I don't want to change this code. One of property is of a custom type which is fully controlled by me. ...
Parse a string
Viraptor -
27 Oct 2005 3:13 PM - 2 messages
Hello How can I parse a string, which format I know, to elements. (in c#, not using a regexp) For example - it will be "number text = number text". Is there a faster way to do it than getting string from start to IndexOf(" "), parsing to ...
Cannot READ a file being used by another process
Woody -
27 Oct 2005 2:48 PM - 6 messages
I try to open a file that is opened and used by win32service for logging purposes in c# The following code line StreamReader sr = new StreamReader(filename); gets an exception: The process cannot access the file 'XX' because it is being used by ...
Lab Files for Hands On Labs on TechEd 05 DVDs
RobinB -
27 Oct 2005 1:48 PM - 4 messages
I am looking at trying out some of the ASP.Net 2.0 based hands on labs from the TechEd 2005 DVDs but most of them use a database called MyComics which I cannot seem to find on any of the DVDs or on the web. Can anyone point me in ...
Rdm Socket, Reliable Connections
Felix Nyffenegger -
27 Oct 2005 12:20 PM - 1 message
Hi, I'm trying to send instructions between a sever and a client. What I currently do: I'm opening a tcp socket with sockettype.stream. All the instructions are recieved and put into a stack (in my case a simple string) and from there ...
Workflow package error in VS2005 when loading it, after installati
mickster -
27 Oct 2005 12:18 PM - 3 messages
Hi there, I get the following error after I installed MS Workflow Foundation for VS2005. It Happens when I load up VS2005. Any ideas.. Warning 1 The "System.Workflow.ComponentModel.Compiler.CompileWorkflowTask" task could not be loaded from the assembly System.Workflow.ComponentModel, ...
VS 2003 debugger problem
Marius Horak -
27 Oct 2005 11:12 AM - 2 messages
Hi, Our technical support people decided that all PCs will have an automatic Windows update. The first such update was yesterday. Today my global error handler (Application.ThreadException) does not work any more. In VS Debug mode the program stops at the error line with ...
anyone having an idea
nizam -
27 Oct 2005 8:36 AM - 3 messages
hi all, this is nizam. just today i have joined this group. i want to know how to bind a dropdownlist to the datagrid in asp.net application. thankx in advance nizam. ...
TIF files only half height?
NetRacer -
27 Oct 2005 6:50 AM - 5 messages
Hi, I'm loading graphics into a PictureBox using then Image.FromFile method. If the Image is a TIF file it get's only half the height. The whole Image is displayed (not cut off somewhere) but it looks squeezed. The TIFs are ...
What are RptProj, rdl and rds files ?
Santhosh A Nagendra -
27 Oct 2005 5:56 AM - 4 messages
Hello, We have project files in .Net with the extensions as xxx.rptproj , xxx.rptproj.user, xxx.sln , yyy.rdl, yyy.rdl.data and zzz.rds files I would like to know what are these files and what type of project it is. I ...
printing not same as preview in crysal report viewer in window
beh -
27 Oct 2005 5:03 AM - 1 message
hello, really need help for this problem. i create the report at development machine, i using default printer mode when design crystal report, the default printer is lexmark E210, but when i deploy the report to customer side, our customer using hp deskjet 3500 series ...
VB6 access to .NET framework classes
Val -
27 Oct 2005 2:02 AM - 3 messages
Does anyone know if it is possible to access the System.URI class from ..NET framework in a VB6 program? If it can be done what reference do I need to add to the project? I have tried adding system.dll but this ...
Get Types referenced by an assembly
Doug -
26 Oct 2005 7:03 PM - 8 messages
The Assembly class has a GetReferencedAssemblies method that returns the referenced assemblies. Is there a way to find what Types are referenced? ...
Cannot Alter PrintDialog Settings Programatically
Craig Adams -
26 Oct 2005 7:01 PM - 5 messages
Hi, I am trying to alter the the printDialog properties programatically and appear to be unable to. In the code below, I am changing the default paper size to Legal. However, it always changes back to letter. If I change the ...
Bug in System.Decimal
Myron Marston -
26 Oct 2005 6:41 PM - 4 messages
I've discovered what seems to be a pretty significant bug in System.Decimal. I'd like to report it to Microsoft, but I'm not sure how, so I figure maybe someone from MS will see it if I post it here. ...
MS Unhandled ExceptionHandler still being called after our own
Arnie -
26 Oct 2005 5:55 PM - 5 messages
Folks, Why does the MS unhandled exception handler get called when we have registered our own if we call Application.Exit() from our own handler?? We are developing application using .Net 2.0 (beta). We have defined our own unhandled exception handling policy and would like to use only the policy we ...
Sql Command Object reference
Bobaloo -
26 Oct 2005 5:06 PM - 1 message
I've created a sql command object in a Windows app. (I used VS Server Explorer and dragged and dropped a stored procedure into my app.) I have another project in the solution that is a class. This particular class includes definition of the properties for each ...
How to detect if I am WindowsImpersonationContext ?
martinpare258 -
26 Oct 2005 4:28 PM - 2 messages
Hi, We have a server process that needs at some point to revert to its own identity to perform some privilege tasks, we do so by calling WindowsImpersonationContext context = WindowsIndentity.Impersonate ...
"unknown error" whenever I use installutil
John Dalberg -
26 Oct 2005 4:06 PM - 1 message
I am receiving a "unknown error <-1>" message whenever I try to run installutil with any assembly. I also tried the logtoconsole option and I always get the error. Anyone knows where the problem could be? ...
Answers
Roberto -
26 Oct 2005 12:20 PM - 1 message
Here how it works: The dataGrid will be populated with my Products table (from Sql Server). Each Product has it's own set of Prices (different from one Product to the other). I wish I could put these Prices in the dataGrid (using a ComboBox Column) ...
'frmBaseForm' is not CLS-compliant because it derives from 'DockContent', which is not CLS-compliant
Pieter -
26 Oct 2005 9:57 AM - 2 messages
Hi, I have this Warning for several forms when using the DockPanel Suite of Weifen Luo in VS.NET 2005. I read a lot about this CLS-compliant stuff, but I don't now how to chech actually which part of the class is not ...
Sign assembly with strong name using al /out command
Tom -
26 Oct 2005 9:39 AM - 7 messages
Hi Friends I have to sign a dll(without source code) with strong name and therefore I use the al /out command: al /out:<assembly name> <module name> /keyfile:<file name> (In this command, assembly name is the name of the assembly to sign with a ...
Redistribute Problem
MC -
26 Oct 2005 9:36 AM - 2 messages
Still trying to learn folks. Ok, so I have my application built and tested and debugged and now I am more than happy to redistrubute to my friends. Those with Dot Net Framework v2 already installed seem to have no problems. ...
Setting ListViewItem indeterminate state in .NET2/Whidbey
Annette Miller -
26 Oct 2005 1:26 AM - 2 messages
Hi All, Just trying to work out how to set a listview item's checked state to indeterminate. ListViewItemStates looks obvious but as far as I can find its only used in DrawItem and DrawSubItem and even then it's not a property that ...
Create Compressed Folder
Tom_B -
26 Oct 2005 12:16 AM - 2 messages
How can I programmatically create a "compressed" folder? Thanks. TomB ...
[JOB] .NET, Corba, and C# in Irvine, CA
mmierz -
25 Oct 2005 11:35 PM - 1 message
Apex Systems Inc in Newport Beach is looking for an .NET Developer for a 5 month contract in Irvine, CA Job Description/Requirements: Our client is looking for developers to program using the following tools: .NET, C#, Transact-SQL, SQL server, and CORBA. Candidates must ...
Reliability of FileSystemWatcher over networked storage?
Dan Teven -
25 Oct 2005 9:56 PM - 4 messages
We have a small farm of servers, with common resource data shared between them. The resource data is sitting in a moderately complex directory structure on a shared Network Storage device. Each server has several processes that care about the resources, each of which monitors the resources ...
satelliteassemblies element and ResourceManager
Mike -
25 Oct 2005 8:53 PM - 4 messages
I have the .NET Framework v1.1 sp1 installed and am trying to use the satelliteassemblies config section to prevent loading resource assemblies (myAssembly.resources.DLL) for our auto deployed application. When I add the satelliteassemblies element to the applications configuration file, I ...
convert any object to byte array
Abraham Andres Luna -
25 Oct 2005 8:50 PM - 2 messages
does anyone know how to convert any type of object to a byte array some code that doesn't work: MailMessage mmSpec = new MailMessage("i***@rdk.com", "a**@rdk.com"); mmSpec.Attachments.Add(new Attachment(Server.MapPath("doc.pdf"))); ...
dataGrid ComboBox Column
Roberto -
25 Oct 2005 7:48 PM - 3 messages
Hey all, How can I populate a dataGrid's column (ComboBox style) with different values in each row? P.S: I am using VS 2005. Thanks, Roberto ...
SmartPhone - Sample .NET Applications
Dan -
25 Oct 2005 7:25 PM - 1 message
Are there any sample .net applications using SmartPhone technology to programmatically dial a cell phone without any user interface? I need to call a cell phone number in a c# app to notify the recipient of an event that just happened. This should be a console app. ...
Delegation, Event-Listeners
mathon -
25 Oct 2005 6:27 PM - 4 messages
Hello, could anybody explain me the advantages and disadvantages of delegation and the advantages and disadvantages using event-listeners? - both related to the treatment of events. thanks in advance regards mat ...
restart windows service
Craig HB -
25 Oct 2005 4:44 PM - 4 messages
How can I restart a windows service using the .net framework ? Thanks, Craig ...
assembly for session state
Darius -
25 Oct 2005 3:52 PM - 3 messages
was wondering where to find the system.web.sessionstate.sessionstatemodule assembly. could not find it in the assembly cache, and would like to use it for session state in asp.net applications and reference it in the config files within the .net ide. any help would be appreciated. ...
Profile switching
Dan -
25 Oct 2005 3:50 PM - 1 message
I'm trying to develop a new application for a smartphone which switches the phone's profile automatically - however all I seem to be able to find out about profile switching is some vague ideas about registry changing and then ...
Dataset design doesn't match with database
Roby Eisenbraun Martins -
25 Oct 2005 3:26 PM - 3 messages
HI, I am Roby Eisenbraun Martins. I am a VC++, VB and NET developer. I created a Dataset using the dataset designer and I added two tables on it. This tables came from a SQL Server database and they have a relation ship ...
C# Windows Service problem - installer possibly? Some services stop automatically...
kevin89065 -
25 Oct 2005 3:17 PM - 4 messages
I have a windows service that I am trying to get working using C# and WinXP through the .NET framework. I had got the service to run this morning, however while it was running I realized that I wanted to ...
FTP client as a client side usercontrol
donk -
25 Oct 2005 2:44 PM - 2 messages
I've got a feeling that this isn't possible but I want to write control to run within the clients browser that can connect directly to an FTP server. I know it's possible to do this server side but I need to be able to ...
Error loading Assembly at runtime into new application domain
Matt Holmes -
25 Oct 2005 2:31 PM - 4 messages
Hi, I’ve been having an intermittent problem with an exception being thrown and cannot work out why. The program works 99% of the time but a couple of times a day a Serialization Exception will occur stating that it cannot find an ...
Weird Debugging issue
Rob T -
25 Oct 2005 1:56 PM - 3 messages
I have a collection of objects that I'm using to keep track of general ledger (GL) entires. Each object in the collection is one GL entry. I then have a function that will add up all the debits and credits (positives and ...
Specified key is a known weak key for 'DES' and cannot be used.
JoeUser -
25 Oct 2005 1:28 PM - 1 message
Does anyone know how to use weak keys with System.Security.Cryptography.DES? There is a check-up implemented which throws CryptographicException if the DES key is weak ("Specified key is a known weak key for 'DES' and cannot be ...
Accelerator and Tab Keys Do Not Work
Scott -
25 Oct 2005 11:54 AM - 1 message
All, I am using COM Interop with C# to display a modeless form via a COM call from an application written in Visual studio C++ 6.0. I can display the form as modeless however the accelerator and tab keys do ...
(Security) Full trust programmatically - caspol not suitable
kierenj -
25 Oct 2005 9:25 AM - 2 messages
Hello, I'm trying to find a way to programmatically apply a Full Trust policy to a URL (e.g. http://server/path/path/bin/debug/myassembly.dll). The assembly is -not- strongly named, because it uses an Excel interop component which cannot ...
Equivalent VB.Net code for Bitwise Inclusive OR Operator (|) in CS
Chrysan -
25 Oct 2005 8:58 AM - 9 messages
What is the equivalent VB.net code for Bitwise Inclusive OR Operator (|) in CSharp? Example what is the equivalent VB.net code for the following CSharp.net code? dwFlags = CRYPTPROTECT_LOCAL_MACHINE|CRYPTPROTECT_UI_FORBIDDEN; ...
Dataset column disappear
Roby Eisenbraun Martins -
25 Oct 2005 8:58 AM - 2 messages
HI, I am Roby Eisenbraun Martins. I am a VC++, VB and NET developer. I am having a very strange situation here with NET 2002. I got a dataview been created from a dataset with two SPs. ...
convert Microsoft .NET Pet Shop 3.0 into vb.net problem
Chrysan -
25 Oct 2005 5:23 AM - 2 messages
I have download the Enterprise Sample(Microsoft .Net Pet Shop 3.0, which source code is written in CSharp) from the web, and try to convert it into VB.Net code. I have done with the 'IDAL' and 'Model' projects, and now is working on ...
Dynamic casting in c#
andrewbb -
24 Oct 2005 5:11 PM - 12 messages
I've seen this asked before, but haven't found a good solution. How can you cast an object to a type when you don't know the type until runtime? Specifically: DataSet ds = new DataSet(); ds.ReadXml(@"c:\Temp\Test.xsd", XmlReadMode.ReadSchema); ...
Problem installing framework 2.0 beta
Rick -
24 Oct 2005 5:02 PM - 11 messages
I'm running Win2003 server w/all updates installed and logged on as admin. I've gone to 'add a program' and installed the dotnetfx.exe for the ..net framework 2.0 beta. It seems to install ok. I reboot, then try ...
CultureInfo
James -
24 Oct 2005 4:29 PM - 3 messages
If I create a CultureInfo object passing LCID 1034 into the constructor, the ThreeLetterWindowsLanguageName property returns ESN. I get the same ThreeLetterWIndowsLangiageName of ESN if I use the LCID of 3082. I expected that LCID 1034 would return ESP as the ThreeLetterWindowsLanguageName. What ...
.NET VB V2 Framework
MC -
24 Oct 2005 3:12 PM - 3 messages
Hi all Not sure if this goes in this section but let me show you what i get and perhaps you can tell me where to look. I have built an application, although in test stages, I have uploaded the ...
Support for optional parameters
Alvin Bruney - ASP.NET MVP -
24 Oct 2005 2:52 PM - 13 messages
I'm not sure why C# has no support for it. Without knowing why, I won't criticize it. Anybody care to join me in pleading for that kind of support? Or at least shed some light on what it isn't being done since there is support for it in ...
balancing group definition no worky
Wyatt Haase -
24 Oct 2005 2:37 PM - 1 message
You should be able to use a regular expression with a balancing group definition to count nested paretheses pairs, but I can't get it to work. The following VB.NET code should return a match of "(yes (here) okay)", because ...
RejectChanges() causing exception with null values.
el_sid -
24 Oct 2005 2:19 PM - 1 message
With our dataviews we do a check before saving the data to see if a row has changed. If a row has not changed but has a modified status we call the row's RejectChanges() routine to undo the changes for that particular row. ...
manifest definition error
Bob -
24 Oct 2005 2:17 PM - 1 message
I use a 3rd party assembly that links to a different "4th party assembly." My problem is that I use that 4th party assembly myself but I have a newer version. Now my application won't run. I get a manifest definition error ...
Assembly version checking without strong name
JDI -
24 Oct 2005 1:34 PM - 7 messages
Here is the scenario: We need to be able to do side by side execution of asseblies but do not want to go into strong naming of them (who want's to have more admin work? I guess, most people don't). 'Officially', it's not allowed. But ...
Date format from OS settings
G. de Nooij -
24 Oct 2005 1:23 PM - 8 messages
I have installed my OS Windows XP with Date settings dd-mm-yyyy. And installed Framework 1.1. I've changed the date format with Regional and Language Options to mm-dd-yyyy, but when I run my aspx application build with Borland Delphi, it ...
System.Management?
Roberto Carcione -
24 Oct 2005 1:11 PM - 7 messages
Hi at all, i had installed vsnet2003 architect with new framework 1.1. Actually i'm making a very simple project, where i use the File class to copy a file, but when i tried to copy the framework have generated an exception ...
VS2005 project setting for AssemblyKeyName
n33470 -
24 Oct 2005 12:01 PM - 2 messages
We're starting to migrate all of our VS2003 projects to VS2005. We create strong names for all of our assemblies using the assemblyInfo.cs attributes for AssemblyKeyName. Here are the relevant attributes, as an example: [assembly: AssemblyDelaySign(false)] ...
Deployment of Windows User Controls for Web Pages
Wayne Gibson -
24 Oct 2005 10:59 AM - 4 messages
Hi, Was wondering if anybody could point me in the right direction. I'm looking at developing a Windows User Control using Visual Studio .NET 2005 in C#. The user control is to be used on a web page to replace an ...
To deceive installer as if I've installed .NET 1.1
typingcat -
24 Oct 2005 10:59 AM - 6 messages
I've installed the .NET Framework Redistributable (.NET from now on) 2.0. And I think .NET 2.0 has backwards compatibilities with .NET 1.1 applications. I've found that many .NET 1.1 applications that can be installed by ...
C# & COM, exploring COM interfaces
Lloyd Dupont -
24 Oct 2005 6:11 AM - 9 messages
I just discovered a COM interface which provide some functionality I need. I know nothing of COM and read the documentation and will apply a slow trial and error process. In the documentation I see that before calling into COM you should call ...
How to import a given COM interface in VS.NET?
Lloyd Dupont -
24 Oct 2005 6:00 AM - 6 messages
I'am using C# and I would like to use the INLangFontLink interface: [link] I tryed to add a COM interface reference to the project but the add ...
crash at gc_heap::mark_object_simple
Wing -
23 Oct 2005 11:43 PM - 1 message
I am using running my app at win2003 sp1 dotnet 1.1. My aspx app always crash inside gc_heap::mark_object_simple. The crash stacks are similar each time. I was wondering is it because my COM object is gone, while the dotnet ...
Show/hide mouse pointer.
Nick Z. -
23 Oct 2005 7:22 PM - 3 messages
I tried Cursor.Hide(), but this only hides the cursor above my form. How do I hide the cursor system wide? Thanks, Nick Z. ...
Net 2.0 - unbalanced stack
AlexS -
23 Oct 2005 6:36 PM - 7 messages
Hi, I migrated working 1.1 console project which worked to 2.0 having forms and console window and started to get this exception in debugger A call to PInvoke function 'Utils!Utils.ConsoleWindow::GetStdHandle' has unbalanced the stack This happens when I issue ShowWindow Win32 call from non-UI thread. ...
Start or not?
Snake -
23 Oct 2005 4:43 PM - 4 messages
Will my ASP.NET 2.0 Beta2 application work correctly on .NET 2.0 release? Will my ASP.NET 1.1 work correctly on .NET 2.0 release? Thanks. Btw I ask this because we would like to start production of a large system ...
MulticastDelegate
Amir Shitrit -
23 Oct 2005 9:35 AM - 3 messages
What is the use of the MulticastDelegate class? What's the difference between the MulticastDelegate and the Delegate classes? Thanks. ...
|
|||||||||||||||||||||||