Home All Groups Group Topic Archive Search About

.NET Framework

microsoft.public.dotnet.framework
Score Can I install VC.NET 2005 with 2003?
Juan Dent - 12 Nov 2005 11:16 PM - 9 messages
Hi, I downloaded VS.NET 2005 for software developers but have 2003 installed in my machine (as well as VStudio 6.0) and a lot of programs I am working on are in a mixture of C++ and C#. My question is: can I safely install VS.NET 2005 and still continue ...
Score Using Databases with SQL Server 2005
Paul Aspinall - 12 Nov 2005 11:11 PM - 2 messages
Hi I know that SQL Server 2005 can allow for simple deployment with .NET 2.0 applications. Does anyone know where there is a simple tutorial, on how to attach your ..mdf DB files to the SQL Server 2005 database on runtime / install time?? ...
Score Application remains in process table
Michael Jackson - 12 Nov 2005 10:28 PM - 7 messages
My VB.NET 2003 application sometimes remains in memory, verified by Task Manager. I know the app must be keeping a reference to something, but how do I find out what? Is there a tool/technique to determine what this reference may be? ...
Score invoke HttpWebRequest from specific IP of card - how?
Andrew Kibler - 12 Nov 2005 6:00 PM - 5 messages
I have a setup where multiple IPs can be configured for a network card to allow multiple server programs binding on a port (80) each with their own IPs.   I want to invoke a HttpWebRequest from a specific IP that corresponds ...
Score urgent help needs for .Net windows service installation
JG - 12 Nov 2005 5:18 PM - 1 message
Hi All, I tried to deploying a .NET windows service to Windows 2000 (SP4) server using installutil.exe utility. It installed successfully.But it could not start. The error message said: "Could not start the windows service xxxxxxx on local computer. The service did not return an error. This could be an ...
Score combine jpg files and convert them into one pdf
Ya Ya - 12 Nov 2005 12:21 PM - 3 messages
I would like to combine several jpg files and convert them into one pdf file. How do I do it in VB.net (2005) ? Is there a tool that I can run via command line (shell)  that can do it ? ...
Score Hook - Get Text Under Cursor
Tof - 12 Nov 2005 10:46 AM - 1 message
Hi, i would like to build a dotnet app (in background) wich is able to capture the text under the cursor in any windows (like babylon translator for example). It"s easy to make with hooks in win32, but it"s not supported in framework. ...
Score VS 2005 and ListView control
juvi - 12 Nov 2005 10:41 AM - 1 message
Hi, I am new to .NET and I want to do the following thing: I have got a ListView control in my form. It includes one column and many groups with items (also checkboxes). If a user doubleclicks on an item or ...
Score Problem with System.Threading.Timer duetime parameter
Dave - 12 Nov 2005 10:15 AM - 1 message
I am using the System.Threading.Timer thus: System.Threading.Timer updateTimer = new System.Threading.Timer(updateCallback, null, 1900, 30000); If I use a value of 1800 or less for the duetime it works fine, but if I use 1900 or more the timer never fires. ...
Score Fill data in Excel table
Nikolay Petrov - 12 Nov 2005 8:48 AM - 5 messages
I need to fill data in Excel table. I have an Excel workbook, where some values should be filled in specified cells. I need to do this without COM interop, because i don't have Excel installed. I red that ...
Score Problem migrating to VS 2005
MoriCristian - 12 Nov 2005 8:38 AM - 3 messages
Hi. I migrated a project to visual studio 2005. Everything seems to work fine, but in the output windows I get many "A first chance exception of type 'System.Exception' occurred in ....." I tryed to fill the program with try...catch blocks but none of them is able ...
Score Win32 LogonUser & Dispose
neal.shawn - 12 Nov 2005 3:38 AM - 2 messages
Below is a class that I use to run code under different Windows credentials.  It does in fact work, but I wonder if I'm exposing myself to a possible race condition between the GC and my Finalizer?  FxCop ...
Score www.dvd100.net Visitanos Verbatim Traxdata Princo.*** V9T2
maria - 12 Nov 2005 1:18 AM - 1 message
--- Matagocec mig bocoxixoti toniten la meta cibemola nemifefi to bod ramodibote malo har cariwaho totehove re natep sehilax met repafirala . ...
Score XSLT AddExtensionObject
Jesse - 12 Nov 2005 1:02 AM - 1 message
I have an extention object that I add to an XsltArgumentList. The extenson object has some properties that I want to acess in my xslt document.  I can successfully access the Properties like this. <xsl:value-of select="Procedure:get_Name()"/> ...
Score Gurus only - Advance serial port in Framework 2.0
Amil - 11 Nov 2005 9:27 PM - 2 messages
Does anyone have details on how to create a virtual serial port using framework 2.0 support? I want to write to a port from my application A to another application B that is reading from the same port?  For example: ...
Score XmlNode.InnerText
dlyle - 11 Nov 2005 9:24 PM - 1 message
Given the following code: <code> XmlDocument doc = new XmlDocument(); string sInnerXml = "abc<i>def</i>ghi"; doc.LoadXml("<doc1 xmlns="myNamespace"><tag1>ABC</tag1><tag2>DEF</tag2></doc1>"); ...
Score setting WebConfigurationFileMap in web.config
devl42 - 11 Nov 2005 8:17 PM - 1 message
Hi all, I could have sworn I found a reference to this yesterday, but I can't anymore. I need to set the WebConfigurationFileMap setting in my main web.config file on a web site (Asp.Net 2.0). It allows you to specify ...
Score Does it make sense to support Win32 in a new application?
Fernando Cacciola - 11 Nov 2005 8:14 PM - 3 messages
Hi People, Are there any numbers on the marketshare for pre-XP Windows (that is, pre ..NET) users, preferably per-region? I need this information to decide whether to target exclusively .NET in a new application we're starting, or shall we consider a Win32 versions as ...
Score Precompiling a project ready for deployment
Mike Owen - 11 Nov 2005 6:59 PM - 4 messages
Hi, I am trying to pre-compile a project prior to putting it onto a live server. The reason for doing this is that other people have access to the server, and I thereofre want to keep the code secure. ...
Score How to Emulate Partial Classes in .NET 1.1 (LONG)
Mike Hofer - 11 Nov 2005 4:52 PM - 9 messages
I have a large .NET 1.1 application in which I have a discovered a need to implement the functionality of partial classes. (To make a long story short, a custom tool generates DAC classes, but I often want to ...
Score Serialize a class adding a stylesheet
Pazza - 11 Nov 2005 12:57 PM - 8 messages
Hi, I need to be able to serialize my class such that the XML file contains a stylesheet directive after the XML definition as below: <?xml version="1.0" ?> <xml-stylesheet type="test/xsl" href="abc.xsl"?> ...
Score Disc quotas & COM interface
Petr Reichl - 11 Nov 2005 12:50 PM - 1 message
Hi, I'm finding information about disc quotas settings on the filesystem (Windows 2003 Server RC2). Unfortunately I think, that access over WMI is too slow. I would like try access over COM interfaces. In addition there is the requirement for the remote access. ...
Score AccessViolationException .NET 2.0 ServiceBase class sample code
pes plano - 11 Nov 2005 8:16 AM - 2 messages
Hi I am trying to get the sample code at   [link](en-US,VS.80).aspx up and running, but  get an AccessViolationException. The exception occurs  where a call is made to ...
Score space keys
Lloyd Dupont - 11 Nov 2005 6:18 AM - 7 messages
I'm writing a custom Text editor. My idea was to override ProcessDialogKey to handle command keys, such as the arrow or delete and to override OnKeyPress to get char typed. Now I discover a few weird issues: - the space key don't trigger OnKeyPress ...
Score Could we control the order of Properties when using System.xml.Serialize
Si Jingnan - 11 Nov 2005 3:37 AM - 3 messages
Hi,     When using System.Xml.Serialize, could we control the output order of proeprties? I want to first render some properties, then another based on different cases, or I want to first output derived class's properties ...
Score Web browser component - navigate in launch method
kirstytrigg - 11 Nov 2005 12:44 AM - 1 message
I've been trying to use the web browser component to navigate to an html page. When I launch the form that contains the component, I use the launch method to call the navigate method. This results in a hanging form, and the page never loads. ...
Score 2.0: XPathDocument and schema types: supported?
AB - 11 Nov 2005 12:43 AM - 1 message
I noticed that XPathNavigator instances created with XPathDocument.CreateNavigator never have their SchemaInfo or XmlType information set when used with validation. If I use a XmlDocument in place of a XPathDocument (just changing the doc type and nothing else) everything works as expected. ...
Score Help regarding System.Net.HttpWebRequest.Create(tmpUrl)
Srir - 10 Nov 2005 10:18 PM - 4 messages
Hi, I am having a strange problem with this method. This method fails with certain URL's I have this method in an executable and  i run the executable using a spawned process that is using, System.Diagnostics.Process proc = new ...
Score howto change attachment filename before sending
Abraham Andres Luna - 10 Nov 2005 10:03 PM - 3 messages
hello everyone, after attaching a file to a mailmessage how can i change the filename to something more friendly than: inv_200511100451468593.pdf to something like: Retail Inventory.pdf thank you ...
Score How to Stop a Windows Service from inside
LucasC - 10 Nov 2005 9:49 PM - 2 messages
Hi, I created a Windows Service. I'd like the service to Stop when some error happen. Is there any way to do that without using the Services Controller? The problem with it is that it seems to require Administrative rights and if I ...
Score Support for obsolete methods
n33470 - 10 Nov 2005 8:38 PM - 1 message
We're in the planning phase for how to migrate our apps to the .NET 2.0 framework.   We have a bunch of common assemblies and two UI platforms (Web and Windows).   Both of the UI platforms reference the common ...
Score Deployment issue using mageui.exe
javovo - 10 Nov 2005 7:41 PM - 1 message
My windows form application is written in C# and compiled with VS2003. When using mageui.exe to create application and deployment manifest, I get this error: System.Deployment.Application.InvalidDeploymentException (InvalidManifest)         - Invalid <entryPoint> specification. ...
Score Can service login properties be modified programmatically AFTER installation?
Jeff - 10 Nov 2005 7:30 PM - 2 messages
Is there a way to programmatically modify the "Log on as" property for an existing Windows service?  I can see the ServiceController class can be used to start/stop the service.  I don't see any classes that appear ...
Score Explicit runtime Cast using Reflection
RyanLeeSchneider - 10 Nov 2005 6:58 PM - 1 message
I have a classic COM object that returns me and interface via a PIA.  I want to serialize this interface into an XML stream (the xml is just used for reporting, it doesn't have to reflect the entire interface, just it's public ...
Score Data Access Component conflict
Homer - 10 Nov 2005 6:41 PM - 3 messages
Hello All, I received the following while building by application today, any ideas on that the issue could be. Thanks & Regards Homer (newbie dotnet'r) Error: The dependency 'DataAccessComponent, Version=1.0.1329.21936, Culture=neutral' in project 'WindowsApplication1' cannot be copied to the run ...
Score VB 2005: Reflection in generic class
Michael D. Ober - 10 Nov 2005 5:41 PM - 1 message
I am writing a generic caching class that needs to get some field information from the objects I'm caching.  I know I need to use reflections to get and set the desired fields from the target class, but the ...
Score Defensive socket programming
Rob.J.White - 10 Nov 2005 5:37 PM - 5 messages
I've written a windows shell that is controlled from and reports to a network based management system. As such communication with the network must be ensured. The problem I have is that I'm working on a DHCP network and in some cases it is possible that my shell has loaded and ...
Score AudioOutputStream
Tom_B - 10 Nov 2005 5:31 PM - 1 message
Using the TTS engine with SAPI5.1 Returns an error of "unsupported" for:         Voice.AudioOutputStream.Format.Type = SpeechAudioFormatType.SAFTCCITT_uLaw_8kHzMono Is this not implemented with this tts engine, or is there a workaround? Thanks. ...
Score Way to specify timeout with async. thread operations? (BeginReceiv
David - 10 Nov 2005 5:23 PM - 1 message
The documentation specifies that a Socket's SendTimeout and ReceiveTimeout properties have no effect on asynchronous socket operations (BeginSend, BeginReceive).  I must use these operations to take advantage of the I/O Completion Port threads, but also need to have the callback called if/when a ...
Score Multi-form PocketPC App loses focus.
Wheeldo - 10 Nov 2005 4:08 PM - 2 messages
Hi all, I'm developing an app for PocketPC 2003 Second Edition using vb.net, compact framework 1 SP 3 which integrates with TomTom Navigator. (*apoologies if this is the wrong place to post.. couldn't find a section for CF*) ...
Score ASP.Net, Out of Memory
Nick K. - 10 Nov 2005 3:39 PM - 4 messages
We have ASP.Net web applications running on a Windows 200 Server using the ..Net Framework 1.0. We have been experiencing out of memory errors being displayed on the web page after the application runs for sometimes days. I have attempted to adjust the settings in the machine.config file setting ...
Score Having problems with loading data using WebRequest.
Ken Varn - 10 Nov 2005 3:31 PM - 3 messages
I have a WinForm UserControl that I am hosting in an ASP.NET web page.  In the UserControl, I am trying to load an image into a GDI Image object using HttpRequest. The problem that I am having is after instantiating the HttpRequest object, ...
Score SqlDecimal inconsistencies with Decimal
and192_2003 - 10 Nov 2005 1:40 PM - 4 messages
Hello there! We have found some rather odd behaviour in the SqlDecimal type, which is not displayed in the standard Decimal type. It appears that mathematical methods choose a precision and scale that is inappropriate for the result. Not only ...
Score How to find a sub string
YD - 10 Nov 2005 1:26 PM - 3 messages
Hello, I want to find a function to judge whether a sub string (str2) is in a string (str1). It will be much better if it works in case-sensitive mode and non-case-sensitive speparately. Is there a function like this? ...
Score Error messages in english
guinsu - 10 Nov 2005 12:39 PM - 8 messages
Does anyone know how to get error messages in english? At my office computer the error messagens that are thrown from .Net applications come from in portuguese language. I hate this because I cant find solutions in portuguese foruns as I can in english (I know speak portugue, but I prefer to work in ...
Score AmbiguousMatchException when getting property of a contro through reflectionl...
G.Ashok - 10 Nov 2005 10:55 AM - 4 messages
Hello, The Type.GetProperty() method is throwning "AmbiguousMatchException" when getting value of control class through reflection. The exception occurs under the following cases. 1. The class is derived from other class 2. Any of the parent class property is either overridden or shadowed in the ...
Score Adding XmlNode(s) to an XmlDocument
SBK - 10 Nov 2005 5:24 AM - 2 messages
I've got a problem I can't work out - I had a browse on the net and couldn't find exactly the answer I was after... How can I add an XmlNode to a loaded XmlDocument? I know I can write an XML ...
Score Visual C# Express question
Lloyd Dupont - 10 Nov 2005 3:18 AM - 10 messages
I saw that in the data information box: "you can create and deploy databases as stand-alone files, but with the powerful features unique to SQL Server 2005" And what are the installation requirement on the target computer? Is .NET 2.0 enough? ...
Score Setup Error: Failed to load resources from resource file - very wierd solution
nospam - 10 Nov 2005 1:56 AM - 1 message
I occasionally started to see a jit pop up on my windows forms / remoting application when it was being run on a windows 2003 box.  I turned off jit, and got the error "Setup Error: Failed to load resources from resource ...
Score Custom Security Question / Guidance
JCauble - 10 Nov 2005 1:36 AM - 2 messages
I am in need of adding security to my application and was wondering what could help.  I am already familiar with the Identity, Principal, and PrincipalPermission objects.  Outlined below is what I am looking to try and implement. ...
Score Internet Explorer does not Fire events...
Kerem Gümrükcü - 10 Nov 2005 1:22 AM - 1 message
Hi, i use the internet explorer embeeded in SHDocVw.dll but my WebBrowser Object does not fire any event. is this a Bug and how can i "receive" events from my Browser class...? Everything seems to work, but there are no events fired, why??? ...
Score Can't UseEncryption with MSMQ
Dave - 9 Nov 2005 10:54 PM - 3 messages
I'm trying to encrypt the body of my msmq messages by setting the UseEncryption property on the message. This throws an exception UnsupportedFormatNameOperation. I'm using msmq for ipc on a single server, the queues are all private and there is no AD domain - ...
Score Can I block the .NET Framework via a GPO
Harrison Midkiff - 9 Nov 2005 10:18 PM - 12 messages
Hello: I need to block .NET Framework v2.0 which is now downloadable via WindowsUpdate.  I am pretty sure I can block this with a gpo.  When WinXP SP2 came out initially you could block that with a gpo. ...
Score No dot net tab in IIS
dfc82 - 9 Nov 2005 8:54 PM - 5 messages
Hello all, I am running Windows XP Pro.  I have installed the .net framework and SDK v 1.1, and IIS is correctly installed.  I don't have a .net tab under "Default website".. I have read other posts where the solution is to run aspnet_regiis ...
Score .NET 2.0/1.1 Issues with vb.net/CrystalReport
Hans Larsson - 9 Nov 2005 7:51 PM - 1 message
Hi, On my test computer: 5 vb.net programs installed developed in VS2003 ..netFramework 1.1 installed + 1.1SP1 All programs are working! ***** Uninstalled .netFramework 1.1 + 1.1SP1. Installed .netFramework 2.0 Printing vb.net-Crystalreports from all the vb.net-programs FAILS! ...
Score Copy Local and GAC
moWhite - 9 Nov 2005 7:40 PM - 3 messages
I have an assembly that uses a third-party object that is installed in the GAC.  I set the references "Copy Local" property to true and compile my assembly.  The third-party object is in fact copied to my output directory. ...
Score WebResponse.Close() not disposing unmanaged resource?
cmbardon - 9 Nov 2005 7:30 PM - 5 messages
I have a .net app that uses a lot of calls to System.Net.WebRequest, and it appears to be leaking memory.  I've spent a couple of days working with the excellent .net memory profiler from Scitech ([link]) trying to find the leak, and all I've managed ...
Score Scrollbar
venky - 9 Nov 2005 6:08 PM - 4 messages
i have a windows forms and autoscroll set to true. After certain operation, how can i reset the vertical scroll bar position to top fo the form ...
Score ThreadPool.SetMinThreads
C Villalba - 9 Nov 2005 5:40 PM - 2 messages
Can someone explain in simple terms ThreadPools' SetMinThreads(workerThreads, completionPortThreads). What exactly are the completionPortThreads? ...
Score found out if a remote computer is on the intranet network ?
Franck - 9 Nov 2005 4:41 PM - 3 messages
hello , I use the following method to find out if a remote computer in an intranet is connected or not on the intranet network... but the following is very long at least 10-11s per host are there any other know methods ...
Score System.Resources.MissingManifestResourceException
Sheshadrinath R - 9 Nov 2005 1:31 PM - 2 messages
Hello,    I have created a resource file in my project. In the source code, when I am creating the object of that resource file. So, when I am accessing contents in that file, I am getting an exception: ...
Score Migrating to 2.0: Configuration Manager and Active Config are missing...
Pieter - 9 Nov 2005 7:52 AM - 2 messages
Hi, I migrated one of my solutions(VB.NET 1.1, containing a Windowds Forms project and a Class Library project) to the 2.0 Framework using the inbuild-wizard. After migrating the Configuration Manager and Active Config (in the ...
Score [OT] MSN messenger problem
Lloyd Dupont - 9 Nov 2005 6:38 AM - 5 messages
Apparently MSN messenger is installed by default on Windows XP. Anyway at some unknow unknow stage I signed in at work. I can't rememeber when I did that, and that surprize me as I don't want to chat from work. ...
Score Custom channel sink without using RemotingConfiguration.Configure
Bob Dankert - 9 Nov 2005 6:31 AM - 13 messages
Is there any way to implement custom channel sinks while remoting without using the RemotingConfiguration.Configure() method?  I really don't want to store the data in a .config file as I need to change the configuration parameters, and do not want to have to write a new file each time.  I have ...
Score .NET 2.0 Update Issues with Norton
Pijou2002 - 9 Nov 2005 4:31 AM - 4 messages
I uploaded the latest update from Microsoft (Microsoft .NET 2.0 - November 18, 2005) and ran Norton 1-Button Checkup after rebooting. The program reported 10 missing program files in the .NET 2.0 directory. After repairing them, the same errors keep coming back. What is going on here? Is Norton ...
Score StreamReader.OpenText and Unicode
Bob - 9 Nov 2005 4:20 AM - 2 messages
I am trying to read log files into a String but sometimes the log file doesn't contain encoding marks at the beginning of the file to indicate to readers what kind of file it is (Unicode, UTF8 etc).  For example, COM+.log ...
Score Installation question
yank51 - 9 Nov 2005 12:10 AM - 3 messages
Just installed (actually re-installed) NET Framework. After reboot my Windows start-up has been changed. First, let me say I'm using Windows XP Home version, and prior to the install when I started the computer it just would come up with my desktop. I had it configured this way as there are ...
Score DataBindings???
Peter Franks - 9 Nov 2005 12:10 AM - 1 message
Is there a definitive and exhaustive examination of the usage of Control.DataBindings? ...
Score Suggestions for a architecture
g_hickley - 8 Nov 2005 11:39 PM - 3 messages
I have a database table with columns of URLs and datatimes. At the precise datetime I would like to a perform HTTP Get request to the URL. There may be multiple requests to different URLs that need to be performed at the same time. ...
Score FileSystemWatcher on startup?
Jeff - 8 Nov 2005 10:59 PM - 3 messages
Hi.  I am supporting a Windows service that uses FileSystemWatcher to monitor an inbound directory for new files.  If the service is shutdown and files are dropped to the inbound directory, those files are not picked up by FileSystemWatcher at service startup. ...
Score Large page faults issue in .net application
tbatwork828 - 8 Nov 2005 9:42 PM - 2 messages
I've PerfMon-ed our application for several days now and it consistently averages 2000 Page Faults/sec, and accumulates on average about 4 mill page faults during 35 mins.  During the same monitoring time of 35 mins, there is never any sustained occurence of hard page ...
Score msi file copy permission denied
narshe@gmail.com - 8 Nov 2005 9:13 PM - 1 message
I have an msi installer with a custom action that copies some files to a directory. It won't copy them if the existing file have RA attributes, but if the read-only attribute is taken off, then it works ...
Score ISAPI extension change .Net default stack size
Frank Postle - 8 Nov 2005 9:00 PM - 1 message
Okay this is ugly, but here it goes. We have an unmanaged IIS ISAP extension.  We use the worker thread approach and spin up our own threads creating the stack size that we want. Later in our code we have a C# module that get's executed and we begin ...
Score Versioning 1.1/2.0
ViperDK / Daniel - 8 Nov 2005 8:50 PM - 1 message
I could need some advice on how to work with a project that should work  with framework 1.1 and 2. Currently i work on a VS solution with about fifteen projects within. Most  of them we convert to VS2005 but a few of them are base libraries that are  ...
Score Re: Dumbass Dependancy Chain
Peter Franks - 8 Nov 2005 8:15 PM - 3 messages
CT wrote: That's his point! Why are there so many dependencies between all of these disparate applications? ...
Score App <-> Windows Service
Gabriel Aizcorbe - 8 Nov 2005 7:20 PM - 3 messages
My name is Gabriel    I was reading a lot about windows services. I have a little problem and I need one of those incredible advices. I'm developing a windows service with a "System.Timer" to check MessageQueues and do some work I need it to do, is ...
Score Trouble Selecting a ListViewItem Programmatically
Fritz - 8 Nov 2005 7:02 PM - 3 messages
I know it, I know it. It's come up a lot. I've done the Googling, but the standard answer doesn't do what I expect it to. For the record, the standard answer is: "Set the Selected property of a ListViewItem to ...
Score Invalid SecureString Error
dayspook - 8 Nov 2005 5:02 PM - 1 message
When loading an online form I get the following: Server Error in '/' Application Exception Details: System.ArgumentException: Invalid SecureString Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of ...
Score Download over HTTP and client caching
silva.sergiomanuel - 8 Nov 2005 4:53 PM - 2 messages
I want to build a component that could download files from HTTP url store them in temporary internet files and always check if file modified before download (using etag and last modify). I want to be able to use the component in ...
Score Uri with "@" in username
Hans - 8 Nov 2005 4:31 PM - 2 messages
Hello, I am trying to create a Webrequest. The used Uri is something like "http://usern***@domain.com:passw***@[link]". Note that the username contains an "@"-character. I tried two ways. Neither does work. 1. Directly creating an Uri: ...
Score System.Xml.Serialization - deserializing xml to types created in dynamic assembly
rein.petersen - 8 Nov 2005 4:21 PM - 1 message
Hi All, I've been working on a saved dynamic assembly that holds all the types and corresponding xml serialization attributes I need to deserialize xml documents into objects. You might wonder why I would choose a dynamic assembly over simply ...
Score Uniformaty
Mr Newbie - 8 Nov 2005 3:57 PM - 2 messages
Now I know that VS2005 has master pages and webparts etc etc. However, at present I am forced to work with VS2003 so I have a couple of basic questions related to the subject matter for which I am hoping to acheive ...
Score RTM .Net SDK 2.0 Quickstart SQL Express Fails
Vanish92 - 8 Nov 2005 3:35 PM - 1 message
Intallation of MSDN release version of .Net SDK 2.0 tries to install SQL Express. This fails as follows: 10:09:33 AM Tuesday, November 08, 2005: [Fail] Config_SSE_INST_Install: SQL Express service install (failed): [Fail] Config_SSE_INST_Install: SQL Express service install (failed). The process did not return a success value. ...
Score Digital Signatures
Jose - 8 Nov 2005 12:42 PM - 1 message
I`m looking for resources about digital signatures using .NET, (books, articles etc). Tanks ...
Score OT: Find pattern in sound
msnews.microsoft.com - 8 Nov 2005 12:31 PM - 1 message
Hi, do you know any sw, whis find pattern (+- %) in specific sound file and retur position thc ...
Score encrypting/ decrypting xml based dataset with RSA
Winshent - 8 Nov 2005 11:47 AM - 1 message
My webdatabase has RSA encrypted Credit Card info which i download to my windows app via a webservice. A dataset in the windows form code then decrypts the data with a private key and displays on the form. I want to create a cached version of the data in xml, therefore the cc ...
Score Security settings for intranet zone
Roland Dick - 8 Nov 2005 11:18 AM - 2 messages
Hi, I have a problem executing a managed application from a server's share - hopefully, someone can give me a hint. The application and all DLLs are signed with a key, therefore have a strong name. Now, I was assuming that if I create a code group under the ...
Score Win32Exception on calling myProcess.start() method
Mitkip - 8 Nov 2005 11:05 AM - 4 messages
Hello, Probably this question has been asked yet, but I can't find any answer to my problem. I have an ASP.NET application, which call a method which has to launch a batch. To do it, I use an instance of the Process class. But when I ...
Score Distributing .NET Framework 1.1 SP1
JockeB - 8 Nov 2005 8:40 AM - 2 messages
Hi! I am about to distribute .NET Framework 1.1 SP1 to a bunch of clients. I thought that there were a redist version of the framework including SP1, but after looking around this doesn't seem to be correct. ...
Score Is it a BUG in C# compiler ?!!!!
Dmitry Bond. - 8 Nov 2005 8:32 AM - 12 messages
Hi All. I faced with strange behavior of C# compiler - in some cases it generates not working code! I mean code that lead to the exception - System.InvalidProgramException: Common Language Runtime detected an invalid program. The situation is following - 3rd vendor library generates a class that ...
Score Re: Visual Studio 2005 Question regarding Multi Framework support.
Bajoo - 8 Nov 2005 7:59 AM - 1 message
CT,       What I meant to say was that every new Web project that you start will be configured for V2.0 by IIS (doesn't matter that you created it from VS 2003 or 2005) so if you have to create web projects for V1.1 ...
Score Another Obsolete method RegisterClientScriptBlock
Robert Beaubien - 8 Nov 2005 7:20 AM - 2 messages
The replacement is .ClientScript.RegisterClientScriptBlock(type as <type>,key as <string>, script as <string>) What is the type parameter looking for?  There is no enumerated list and documentation is no help. Thanx, ...
Score Configuration Obsolete method
Robert Beaubien - 8 Nov 2005 6:58 AM - 3 messages
My converted application is generating warnings for the following line, but I can not find any system.configuration.configurationManager.AppSettings items.  What am I missing? SqlConnection1.ConnectionString = System.Configuration.ConfigurationSettings.AppSettings.Get("ConnectionPrimary") Warning 13 'Public Shared ReadOnly Property AppSettings() As ...
Score Dumbass Dependancy Chain
Toff McGowen - 8 Nov 2005 6:46 AM - 1 message
Hi I cant install .Net 2.0 because of an error with the Windows 3.0 Installer, this in turn means i cant install Sql Server 2005 Express Edition. Does Microsoft seriously expect that Im going to open myself up to this kind of ...
Score TextWriterTraceListener
Eric - 8 Nov 2005 4:31 AM - 1 message
I'm using the TextWriterTraceListener that is configured via an app config file.  This works great when there's only 1 instance of the applciation running.  If there are more than 1, then I get an access denied because ...
Score Communication via IPC
Brian - 8 Nov 2005 3:07 AM - 3 messages
Hello, I've been reading up on IPC and looking at sample code, and I can't seem to figure out how to actually accomplish communication from a client to a server. I understand the concept of a server hosting a dll which contains a ...
Score DataGrid Troubles
BigGamer - 7 Nov 2005 11:13 PM - 3 messages
I have used in my c# code a DataGrid in various kinds, but in any cases when attempt to double click on vertical scrollbar the result is impredictable: the grid is resized in some strange ways and ther's no way to get back in ...
Score ANN: Reminder: Online chat tomorrow regarding Smart Device Programming
Michael Fosmire [MSFT] - 7 Nov 2005 10:38 PM - 1 message
Hello! Just a note that we'll be hosting an online chat tomorrow concerning Smart Device Programming with Visual Studio.  The title on MSDN says Visual Studio ..NET 2003, but now that VS2005 has shipped those questions should be fair ...
Score Excel Events
Kenneth Hutson - 7 Nov 2005 9:39 PM - 2 messages
Hi Group, VB.Net  I'm displaying the names of the open Excel workbooks in a listbox on my form. It looks as if it might be possible to monitor Excel's events (OpenWorkbook in this case) and update my listbox. ...
Score OutOfMemoryException in service but not in application
BBM - 7 Nov 2005 8:55 PM - 2 messages
I have a C# app which calls the RTC 1.3 API through the interop wrapper. The app will make a large number of logins for different users. If I run it as a standalone app, it is fine and that I can make more than ...
Next »