|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
WebClient::DownloadFileAsync() Throttling
Mark Olbert -
11 Mar 2006 8:59 PM - 5 messages
I have a situation where I would like to manage how fast an http download occurs from a server (basically, the server risks crashing itself if it goes full bore). I know there's no download rate paramter for the DownloadFile() methods in WebClient. I was wondering if some other class offers ...
File location with Windows Services ?
Mike B -
11 Mar 2006 7:03 PM - 3 messages
Is there a way to specify where support files are located for a Windows Service? I would like to have my service write and read it's files to/from a different location than Windows\System32. I would also like to have this location changed based on the where the user ...
Help with SQL SMO
John Cosmas -
11 Mar 2006 4:59 PM - 1 message
I've installed NET 2.0, and I'm trying to run SQL SMO. How do I get, install and use SMO. According to MSDN, you need Microsoft.SQLServer.Management in order to use SMO. Do they have a seperate ...
Returning application name from hWnd handle.
Paul Aspinall -
11 Mar 2006 4:47 PM - 4 messages
Hi I am trying to find the application from a hWnd handle. ie. if the hWnd is to Internet explorer, I want to try to return iexplore.exe (as per processes in Task Manager), or some other indicator that its IE. ...
Returning application name from hWnd handle
Paul Aspinall -
11 Mar 2006 4:44 PM - 4 messages
Hi I am trying to find the application from a hWnd handle. ie. if the hWnd is to Internet explorer, I want to try to return iexplore.exe (as per processes in Task Manager), or some other indicator that its IE. ...
Finding the current application which has focus.
Paul Aspinall -
11 Mar 2006 12:54 PM - 3 messages
Hi Does anyone have any code which can be used to find the current application which has focus? I want to try to retrieve the application name, or process name from the app which has current focus. Thanks ...
Finding the current application which has focus
Paul Aspinall -
11 Mar 2006 11:51 AM - 1 message
Hi Does anyone have any code which can be used to find the current application which has focus? I want to try to retrieve the application name, or process name from the app which has current focus. Thanks ...
static linking
Ilya Dyoshin -
11 Mar 2006 10:35 AM - 3 messages
Hi all! Is there a possibility to statically link used .NET components into my programm... (to enable it runs on machines that do not have .NET Framework) Like static link of MFC libraries.. Thanks in advance. ...
Best value Help file builder
Paul Aspinall -
11 Mar 2006 9:41 AM - 5 messages
Hi I'm trying to get opinions on the best free / best value help file (CHM) compilers out there. What do you use? Thanks ...
Image render and save problem
Hardy Wang -
11 Mar 2006 2:15 AM - 2 messages
Hi, I found a piece of code to add drop shadow to a photo like below, after I save the image, it is actually a BMP file even though I specify a JPG file extension (see [link]). If ...
Unkonw error
Ghost Nguyen -
11 Mar 2006 1:51 AM - 1 message
Hi all: I developed windows app in .NET 1.1. It worked well in Win 2003 and I moved it to .NET 2.0 run on the same machine. It seem to work well but somtime, the app is shutdown without any Exception. I look in Event View --> ...
Large object heap and OutOfMemory Exception
ermonnezzaro -
10 Mar 2006 9:28 PM - 5 messages
hello there, I have developped a windows services in vb.net (framework 1.1 sp1). I read PDF files stored in a database and put them in an arraylist to create a unique document at the end of the loop. ...
Framework registry access misbehaves under x64 W2003 Wow6432Node
Lee Gillie -
10 Mar 2006 8:54 PM - 1 message
We are developing under VS 2005, 32-bit. We are trying to bring up a very large suite of related software on W2003/x64 and found a registry problem. Basically our configuration software attempts to write registry values to HKLM/Software/Our Company/Our System/xxxx ...
Fax problem
Rob T -
10 Mar 2006 8:11 PM - 1 message
Hi. I'm trying to write a small faxing module. Below are 2 subs that basically do the same thing. They both work fine on my XP machine. When trying to get it to run on a 2003 server I get the following errors: ...
Long build times after 2005 conversion
Dan Munk -
10 Mar 2006 5:55 PM - 1 message
Hello, I have a large project exclusively made up of interfaces (several hundred) that define the business objects used in our system. Heavy inheritance and aggregation are used in the project. In Visual Studio 2003 the project takes ~30 seconds to build. In Visual Studio 2005 the ...
.net, asp, dcom, sms rad framework...
g -
10 Mar 2006 5:27 PM - 3 messages
we are evaluating CRM packages and are looking for information on the differences/simliarities, pros and cons of these architectures used by various CRM Vendors. We have been searching for more information online and have not really found any comparisons. ...
Two different config file schemas
egottwald -
10 Mar 2006 5:15 PM - 3 messages
Does anyone know what the functions of the two config file schema definitions at: [1] [link] and: [2] [link](VS.80).aspx ...
Simple ASP.NET timeout question
kempshall -
10 Mar 2006 5:05 PM - 1 message
How do I get the timeout in ASP.NET to work properly? I have timeout="5" in the sessionState element in my root web.config file. In the pages of my application, I call HttpContext.Current.Trace.Write(HttpContext.Current.Session.Timeout.ToString()) ...
How to access custom event logs via WMI Win32_NTEventlogFile
kcollins -
10 Mar 2006 3:51 PM - 1 message
I am trying to access the custom event logs on a Windows XP Pro system running .NET 1.1 in C#. I am using the following to do that: using System; using System.Management; namespace WMIEventLogTest { class Class1 { [STAThread] ...
Single source code to compile over .NET 1.0, 1.1, 2.0 and CF
Vipul Pathak -
10 Mar 2006 2:10 PM - 3 messages
Hi everyone, I have a .NET 1.1 application ready to be ported on .NET 2.0. With some of the features made obsolete in 2.0 and the new recomended methods are not available in .NET 1.1, It leaved me with a question in mind: ...
Extending WebBrowser using WebBrowserSite won't call methods - sample code?
DavidB -
10 Mar 2006 11:11 AM - 14 messages
Trying to extend a 2.0 WebBrowser control using WebBrowserSite as per docs. Tried implementing IDocHostUIHandler, IDocHostUIHandler2, IInternetSecuritymanager, IServiceProvider. The only methods which get called (so far) are IDocHostUIHandler2.GetOverrideKeyPath() and IServiceProvider.QueryService(). What do I have to do to get the others to be called? ...
Structures vs. Classes
thomasfarrow -
10 Mar 2006 9:04 AM - 10 messages
At work, our development team has a development standards document that insists Structures should never be used. I'm looking to change this standard but need a suitable argument in order to make the change. I know that Structures are value types, sit on the stack, and are ...
A nagging Regex question
Jim Parsells -
10 Mar 2006 5:29 AM - 8 messages
Given some text that looks like: random Text Key 1.00 More random Text Item more random text = "Wanted1", "More random Text" even more random Text EndItem Item more random text = "Wanted2", "Quoted Random Text" more Random Text even more random Text ...
DataGridView and Keyboard Shortcut keys
ClydeL -
10 Mar 2006 1:51 AM - 1 message
I'm using a DataGridView in a native dialog using CWinFormControl to display a user control that contains only grid. Everything works Ok except when the grid has focus, the keyboard shortcuts defined for other buttons on the same ...
.NET 2.0 and Windows Service
Mike B -
10 Mar 2006 12:28 AM - 7 messages
The following error occurs on trying to start a Windows Service that is based on a C# application I am writing: [SC] StartService FAILED 1053: The service did not respond to the start or control request in a timely fashion. ...
Key Press Event
Charles A. Lackman -
9 Mar 2006 11:59 PM - 2 messages
Hello, I am trying to create an application that captures the KeyPress Events that are happening anywhere on the OS (In any window that has focus). I have a windows form that is maximized and set to transparent. I have written code ...
Is this a bug in Exception.Source?
Kunnis -
9 Mar 2006 11:08 PM - 1 message
I'm running into an issue with throwing exceptions from unmanaged code using v1.1 of the framework. My application uses the Exception EAB, which displays the source as part of the logging. I've been refactoring my code to throw ...
BECOME A DOT.COM MILLIONAIRE WITH ONLY $5.99Cents or $1K.
ISRAEL FAGBEMI -
9 Mar 2006 8:43 PM - 1 message
...
Configuration dependent resource?
Juan Dent -
9 Mar 2006 8:33 PM - 2 messages
Hi, I need to have a string's value depend on the configuration of the assembly. Is this possible? Any ideas? ...
KB815131 "BUG" never fixed - Web Services and Custom Objects
eric.olstad@gmail.com -
9 Mar 2006 8:12 PM - 5 messages
Check out this knowledge base article: [link] Quote from the article: "Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article." I can confirm that this bug does indeed exist, and I can also confirm ...
Using CSC.exe
gbagshaw -
9 Mar 2006 7:36 PM - 3 messages
Hi All, I have a project created in VS 2003 that I want to be able to compile using CSC and not the IDE. This project includes references to other assemblies as well as web references. I have been looking through the Framework SDK and cannot work out how ...
Structure to byte array and back
Ken Allen -
9 Mar 2006 7:17 PM - 4 messages
Is there a relatively painless method for converting the contents of a structure into a byte array and back again? I have been using Marshal to do this, but it is a pain! To get the byte array I have to Marshal.StructureToPtr() and then use Marshal.ReadByte() ...
VS 2003 to VS2005 Crystal Report Export Problem
drisso -
9 Mar 2006 4:43 PM - 1 message
Hi, I've noticed several things. Our crystal report no longer works when trying to export. Existing window applications programs will bring up the viewer and if you click export the program hangs. This happened after installing framework 2.0. I checked one my web applications that ...
Document Management Source Code In VB.Net
HGJ -
9 Mar 2006 4:24 PM - 2 messages
I am trying to develop a Document Management. I don’t like to reinvent the wheel. Can some guide me to find some source code in VB.Net to work from. Please help me Thanks Harry ...
Canceling Asyncronous Calls
George Nentidis -
9 Mar 2006 4:21 PM - 3 messages
Hi there all, I am starting an asyncronous call to a method passing a callback delegate. (More specifically a BeginRead in a network stream). But there are times that I wish to cancel the asynchronous call before it finishes, before the delegate is called. ...
2.0 exe calling 1.1 DLL
Sriram -
9 Mar 2006 4:11 PM - 2 messages
Is there a way for me to know which version of CLR was used to load a DLL while in Debug mode? I have a 2.0 exe that calls an 1.1 dll. I am sure that when the DLL is ...
SGen and XmlSerializer() ctor overloads
nickdu -
9 Mar 2006 3:44 PM - 1 message
Does SGen only generate an assembly for a specific XmlSerializer constructor? For instance, lets say I have a class called Reference and when I serialize it I always use the constructor which takes the type and an XmlRootAttribute. Will running SGen on the Reference type provide any performance gains? ...
New System Architecture Question
Wade -
9 Mar 2006 3:35 PM - 1 message
What I need is some of your thoughts on the application architecture. Here are the requirements I need to satisfy: Requirements: 1. Simple, easy to use and maintain 2. .Net 2.0 ...
Programatically finding SMTP Server on local network
Gancy -
9 Mar 2006 1:23 PM - 1 message
Is there a way to programatically find a SMTP server available on the network? I am writing a C#.Net program, which should first find a SMTP server on LAN and use that SMTP server to send an email. ...
BinaryFormatter produce larger file after ISerializable implemente
Slava -
9 Mar 2006 10:59 AM - 4 messages
Question about serialization to binary format under .Net 1.1 using C#. I have some set of classes, some of them are marked with SerializableAttribute. I use serialization to binary files to persist some object graph between app sessions. I've made an easy change to my code: each class which is marked as ...
mozilla firefox
bacardi -
9 Mar 2006 10:28 AM - 3 messages
i developed one web site which is working properly in Internet explorer,but it is not coming smoothly in the mozilla firefox,the alignment of controls going very strangely. Plz help me with some ideas.... ...
Extending the TreeNode - - -> HELP!
Don -
9 Mar 2006 1:30 AM - 3 messages
I've created a small test class to extend the Treenode object and am having mixed success. In the Treeview's 'BeforeExpand' event I've used code from the help topic "Adding Custom Information to a TreeView or ListView Control" ...
Using .Net 1.1 assemblies from a .Net 2.0 App
CuriousGeorge -
9 Mar 2006 12:18 AM - 6 messages
Can anyone point me at some references that discuss the issues involved in referencing .Net 1.1 assemblies from a .Net 2.0 application? We are migrating our application to .Net 2.0 and have a number of 3rd party ...
Connection - MSSQL - HOST_ID
José Araujo -
8 Mar 2006 11:06 PM - 1 message
Hi Everyone, I wonder if somebody knows what sets the value resulting from the HOST_ID() function in SQL2000. It seems that the OleDb connection sets that property (and pass it to the server when setting up the connection). My problem is that I need to create 2 connections in my application to the ...
FileSystemWatcher onCreated tell where it was created from?
Brandon -
8 Mar 2006 8:55 PM - 8 messages
I'm trying to get a piece of software that will monitor a location on a drive, and if something appears on the location, report what was created and, if applicable where it was copied from. For instance, monitor my D:\ ...
how to use CompileAssemblyFromSource to generate windows gui exe
sotto -
8 Mar 2006 7:40 PM - 2 messages
I'm trying to compile some source from within in my c# 2.0 application. all works fine, but it always generates a windows console executable instead of a windows gui app. When i take a look with ildasm at the generated exe it says ...
.NET 1.1 connectivity with SQL 2005 ????
BizWorld -
8 Mar 2006 7:16 PM - 6 messages
does .net 1.1 supports SQL 2005 database connectivity??? are there any issues with it??? and secondly is conversion of 1.1 application supported in 2005 for converting them to 2005 versions or you have to manually update some code in ...
DataGridViewComboBoxColumn or DataGridViewComboBoxCell
Dianna -
8 Mar 2006 6:02 PM - 1 message
Hi, I have created a dropdown in my grid using the below code. It only needs to display 2 values. The below allows me to acheive this, however, I want to be able to have the first item be the default item. In a real combobox I would ...
Web service for IP address to Geographic location.
Paul Aspinall -
8 Mar 2006 4:46 PM - 3 messages
Hi Does anyone know a Web service for IP address to Geographic location resolution? Thanks P.S. I am in the UK, but I assume any good web service would be worldwide?? ...
Label in custom control
jcavo -
8 Mar 2006 4:33 PM - 2 messages
Hi All, I have a custom control that includes a Label as one of its properties. During design-time I am able to modify the values of various properties of the custom control, including Font, Location, .. of the Label property. ...
GUI's, threading and stopping the user clicking etc.
Kevin -
8 Mar 2006 4:10 PM - 3 messages
I am would like to start making my programs more responsive by introducing threading. My programs perform reasonable size db queries and builds large treeviews etc. I know how to create thread and set them off etc, which leaves the GUI nice and responsive for the user. ...
Culture sensitive sorting doesn't appear to work
lportx -
8 Mar 2006 4:06 PM - 1 message
Hi there: I am looking into collation for various cultures in attempt to make our web app sort correctly in multiple languages. I have tested the COLLATION keywork in sql server, and this works fine. However, the .Net stuff does not sort spanish language any differently ...
Missing sqlDataAdapter
Scott -
8 Mar 2006 3:58 PM - 1 message
I'm using Infragistics NetVantage 2005 vol 3, and I'm trying to bind a WebGrid to a sqlDataSource. I can create the datasource, but in the sample, Infragistics says to "drag an oledbDataAdapter from the toolbox onto the form" ... I'm using MSSQL, so I'm looking for the sqlDataAdapter, but it's ...
ieexplorer process.start() error status
jrbareta -
8 Mar 2006 3:56 PM - 2 messages
I am using VS2003 and my windows program may try to goto a URL site. I do this by starting a browser process thread p.start(). If the web page cannot be found or a connection to the internet is not present, the browser ...
Reflection: Creating an array of a type?
Axel Dahmen -
8 Mar 2006 3:31 PM - 3 messages
Hi, I'd like to create an array of a Type. How can I do that using reflection? Currently I'm using the following code to create single instances: constr=type.GetConstructor(new Type[]{...}); newObj=constr.Invoke(new object[]{...}); ...
PsSetCreateProcessNotifyRoutine in C#?
Eric -
8 Mar 2006 3:27 PM - 1 message
Does anyone know if there is a managed version of this method? I'm trying to detect when a screensaver is launched. Thanks ...
Regulare Expressions VERY SLOW in .NET 2.0
jabbera -
8 Mar 2006 3:17 PM - 2 messages
We have a .NET 1.1 application that used many regular expressions to see if small stings started with certin characters. When we ported this application to .NET 2.0 the regular expressions ran many times slower increasing our process time from 30 seconds in 1.1 to 30 minutes in ...
Immediate Window
kalamantina -
8 Mar 2006 2:41 PM - 3 messages
Hi everyone, can some one tell me how to enable the Immediate window at the bottom of the Studio on runtime? I had it in the VS 2003 but in VS 2005 I can't find it. Thanks. ...
Closing tray applications from .NET
Dmitry Duginov -
8 Mar 2006 2:34 PM - 4 messages
I'm trying to make a utility that should assist backup procedure by closing multiple applications sitting in systray. The problem I bumped into is that many of those applications do not close their main window if I try to call ...
Asynchronous callback method: Thread.CurrentPrincipal roles empty
Roland_Müller -
8 Mar 2006 12:24 PM - 10 messages
Hello, we load data asynchron. We have some user roles defined in Thread.CurrentPrincipal! But if we want to check using IsInRole in the callback of the delegate the roles are empty!! Is this normal? Is it another thread? How would you access the Roles of Thread.CurrentPrincipal so that it ...
My.Application.Info.ProductName from Application that calls Class Library
Pieter -
8 Mar 2006 12:23 PM - 1 message
Hi, When you call the method My.Application.Info.ProductName it returns you the name of the project. So if you use this method in a Class Library, it will return you the name of the Class Library. But is there a way, when using it ...
Re: VS 2005 SP1, When
Søren M. Olesen -
8 Mar 2006 11:17 AM - 2 messages
Well, I don't know if it's my environment (but I'm willing to install it on a completely clean XP if that helps), but with all the craches and inconsistent errormessages I get, I think the product is unusable for a ...
Item ID in CheckListBox
John -
8 Mar 2006 10:47 AM - 2 messages
I want to have a hidden ID field and a descriptive field visible on the checklistbox. So that when I need to cycle through all the elements of the checklistbox I am able to use the ID and not have to mess around with the ...
16-bit applications and System.Diagnostics
ChrisBowringGG@gmail.com -
8 Mar 2006 10:09 AM - 1 message
Hi, I am trying to get information about 16-bit applications using Process.GetProcesses and variants, but none of the 16-bit applications show up with these methods. I tried to get at them by looking at the properties of the ...
.NET Framework 2.0 Configruation - "Fix this Application"
Jeremy Lam -
8 Mar 2006 4:07 AM - 1 message
The "Fix this Application" option does NOT respond but "1.1 version" can show the "History". Any way to fix? ...
truncate file
leibnizster -
7 Mar 2006 10:56 PM - 3 messages
Hello, I have a 4 GB file and I want to truncate it to, say, 3.8. Cany I do something like seek to some byte in the file and then delete all the bytes that come after that? If yes how? ...
Web service for IP address to Geographic location
Paul Aspinall -
7 Mar 2006 10:55 PM - 4 messages
Hi Does anyone know a Web service for IP address to Geographic location resolution? Thanks P.S. I am in the UK, but I assume any good web service would be worldwide?? ...
tcp timeout
Jim -
7 Mar 2006 10:35 PM - 1 message
I'm using .NET 2.0 Remoting with tcp. I am using configuration files. I've run into a problem where my client program waits for over a minute before it times out if the server is not running. I tried to control this through the configuration file, but it doesn't seem ...
DownloadFileAsync Thread Issues
Giovanni -
7 Mar 2006 9:50 PM - 2 messages
Hi All, Trying to encapsulate the WebClient class and DwonloadFileAsync method in a separate class/assembly (business object), so that I can download and keep track of multiple downloading files. Is there any way to marshall the ...
Maintaining the Session
kempshall -
7 Mar 2006 9:09 PM - 2 messages
I have a web application that contains a Java applet that uploads and downloads files between a client and server. My application is set to timeout the current session after 30 minutes (i.e. in web.config, there's <sessionState timeout="30">). Unfortunately, if someone is ...
threaded modal window
anastasescu_a -
7 Mar 2006 8:08 PM - 4 messages
Hi to everybody, I have the following situation: I have a lengthy operation inside a desktop application - something that has to be executed on the main thread of the app (this is a must) .... server.callLennghtyOperation(...) .... While this operation is executing, I'd like to show a Form (practically a ...
Exception deleting a row from DataGrid bound to an ArrayList
km -
7 Mar 2006 7:54 PM - 2 messages
I have a DataGrid bound to an ArrayList. When I delete a 'row' from the ArrayList the DataGrid throws an IndexOutOfRangeException exception. I constructed a very simple sample app that reproduces the problem (code below). This sample simply populates the grid from the array (see Form1 ...
Slow tcp connections with .Net2005
Matthew Woods -
7 Mar 2006 6:55 PM - 2 messages
Hi, i have some C# code that i converted from 2003 to 2005. it connects to a server using tcp protocol. when i tested the performance of data transfer between both versions the 2005 app was about 10x slower. has anyone else ...
Send files to Compressed (zipped) folder
Amelyan -
7 Mar 2006 4:28 PM - 3 messages
I have a bunch of files I need to put into Compressed (zipped) Folder, MyFiles.zip file, similarly to what Windows XP does when you send files to compressed zipped folder. What is the simplest way to compress these files ...
Exiting from a console application
Robe -
7 Mar 2006 4:00 PM - 2 messages
Hi, I want to know how can I exit from a console application in C#. In C++ there is a function called "exit()", but I don't know if there is an equivalent in C#. Thanks, Robe. ...
More than 1 toolwindow in the same VSPackage
Vin -
7 Mar 2006 3:38 PM - 1 message
Hi, The VS.Net 2005 provides easy way to create a Toolwindow through its new project wizard. Excellent. It auto generates whole lot of files and code in it. Wait a minute, is there an option to add one more toolwindow to this ...
Code analyzer
mikeb -
7 Mar 2006 3:31 PM - 3 messages
Can someone recommend a source code analyzer for VS.net? We're looking for something to give us statistics of our source code - lines per module, etc. Also, something that will point out unused code (variables, functions, code snippets, etc). ...
Services question
fangorn.mail -
7 Mar 2006 3:27 PM - 4 messages
I have written a .NET service and it runs great. But my company uses domain user accounts and not local user accounts, so I logged onto a test machine with my account and installed this .NET service. I set it ...
Compiling but not linking correctly
csharpdevp -
7 Mar 2006 3:08 PM - 1 message
Hi I am trying to build a C++ project in Visual Studio 2005. The source files for this project were earlier being compiled and linked using makefiles and running their script from the cygwin shell (with the VC80 compiler). The project uses a considerale number of both C and C++ ...
Access network shares from asp .net 2.0
Mathias Erlandsson -
7 Mar 2006 2:57 PM - 3 messages
Hi! I'm developing a web based filemanager and it should of course be able to read network shares inside our company. Everything works fine when I use basic authentication. But because we are planning to implement ADFS, we will only get to use Windows authentication ...
Redirection from stdin
Stefano Del Furia -
7 Mar 2006 2:20 PM - 1 message
Hi all, i must write a redirector that take some lines from stdin analyze it and put it on the stdout. I have write something like this: static void Main(string[] args) ...
how to run vb.net application in visual studio 6 pro
jaffar -
7 Mar 2006 1:18 PM - 3 messages
hai all, I am developing a vb.net windows application , is there any possible to run the vb.net application in visual Studio 6 Pro, if possible what are the ,minimum, requirments to run the application, ...
serialize to string
gusse.net -
7 Mar 2006 11:45 AM - 4 messages
how can i serialize a class to a string ? i can write the data to a xml file, but i would like to write to content into a string instead without using a file... I could write it to a xml file and from there into a string, but that would ...
VS 2005 SP1, When
Søren M. Olesen -
7 Mar 2006 9:04 AM - 3 messages
Hi Anybody who knows when a service pack will be released for VS2005 ?? ... which hopefully will fix the 'at least 3 crash a day' problem. TIA Søren ...
tools to validate a WSDL document
Jimmy L -
7 Mar 2006 8:11 AM - 2 messages
any tools /editor out there to validate WSDL document is valid one? i heard alot WSDL on the web are out dated / invalid. xmlspy a good one? do i need to get xml schema / DTD for WSDL since tools like xmlspy would ...
VS2005, Inconsistent Error
Søren M. Olesen -
7 Mar 2006 7:59 AM - 2 messages
Hi I'm getting a bit fustrated here...... I'm trying to migrate a (rather large) project from VS2003 to VS2005, however I have some errors which comes and goes, depending on what I do..... Typically the error says something lige: ...
deployment
Fox -
7 Mar 2006 7:23 AM - 3 messages
Hi where from I can get good deployment guide for Visual Studio 2005 windows applications Some questions 1. When Installing application which is already installed, there is an error that I need first remove the existing, how I can just overwrite it? ...
COM hang problem
Chee Kin -
7 Mar 2006 7:11 AM - 1 message
Team, I am searching over and over on the web, but not managed to find a way to troubleshoot my COM+ hang problem. Is there really a way to troubleshoot COM+ hang happen in the production? Any suggestion will be very appreciated. ...
file protection
Jaisabari -
7 Mar 2006 6:33 AM - 4 messages
How to protect a file with a password , means the file which created from my program should not be deleted by any means in the client system, still,if anyone tries to delete the file it should ask for a password. ...
Index aspx files in a restricted ( shared server) enviroment
laszlo.csabi@gmail.com -
7 Mar 2006 2:57 AM - 2 messages
Hi, Any of you guys have any experience about searching HTML files within a Asp.net webapplication using other than Microsoft Indexing Server? Unfortunatelly the site is on a shared server enviroment and I can't use Indexing server to search among the HTML files. ...
We Pay 50%--100% Returns Monthly For 1 yearr on investment. You need to know this!
INCOME---DAILY -
7 Mar 2006 2:51 AM - 1 message
...
Non-web scraping?
William Sullivan -
6 Mar 2006 11:48 PM - 5 messages
I need to scrape text off of a form. I can find tons of info on web page scraping, but barely anything about scraping off of winforms. Is there a tutorial out there about scraping forms via the windows API? ...
WebClient
Arne Garvander -
6 Mar 2006 9:51 PM - 4 messages
Can I use the webclient class to make an HTTP POST? ...
Dynamic assembly version loading
John H Clark -
6 Mar 2006 9:38 PM - 3 messages
Here is the scenario I want to achieve... 1. An assembly is created "on-the-fly" using the CodeDom compiler. 2. This assembly is then used by a running application. 3. At some point in time the "on-the-fly" assembly changes and is ...
HTTP Request
Arne Garvander -
6 Mar 2006 9:36 PM - 5 messages
How do I make a HTTP request from a class? I am writing a component that will run outside of the webserver. This component will send xml files to another http server. I am not using SOAP. ...
Problems with Windows 2000
Bryan Simmonds -
6 Mar 2006 9:08 PM - 1 message
Hi, I developed a printing application in .NET Framework 1.1. It basically prints a series of numbers in any font or color. I developed it on a Windows XP machine in Visual C# 2003. The production system runs Windows ...
Class Library in .Net 2.0
Arne Garvander -
6 Mar 2006 8:25 PM - 2 messages
I use a helper class library on my web site. Under asp.net 1.1 I would only install helper.dll to production. In the 2.0 framework I get a Helper.pdb and helper.xml when I compile in ...
Tracing and Method Names
Jay Pondy -
6 Mar 2006 7:35 PM - 4 messages
In the example below where the TraceEvent method is being called how can I get the Methods name ("MethodA") I am passing as the message dynamically? It is a real pain to have to copy the methods name repeatedly into my ...
Event ID 1517 when a service runs as a user
Stephen Corey -
6 Mar 2006 6:26 PM - 1 message
I've got a service that runs on Windows XP that needs to read/write to the registry, as well as install MSIs via msiexec.exe. This service runs as an domain (AD) account. When this service exits, an event id 1517 ...
Drag drop events in .Net 2.0's WebBrowser control in winforms
Vin -
6 Mar 2006 5:42 PM - 2 messages
Hi, There are no events associated with dragover, dragdrop with .Net 2.0's WebBrowser control in winforms. After much googling could figure out that I need to write my own custom webbrowser class that implements IDropTarget, IDocHostEventHandler interface or something. I have no ...
|
|||||||||||||||||||||||