|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
Using Installer Classes and the Step from 1.1 to 2.0
JMS -
8 Apr 2006 10:28 PM - 1 message
I've a MSI setup based on .NET 1.1 (VC#.NET 2003) running for some years now. The setup includes an installer class. Due to some strange feature inside the MSI architecture I had to rename the installer assembly each time it changed ...
network programming in .net 1.x vs 2.0
Phil -
8 Apr 2006 9:38 PM - 2 messages
I've just purchased a book on network programming in .Net. I've come to realize in looking at it that it covers .Net 1.x. I'm working mostly in .Net 2 now and I'm wondering what, if anything, am I going to miss or lose by ...
Cultural issues driving me INSANE!
Stephan Rose -
8 Apr 2006 5:11 PM - 8 messages
I am really going nuts here. An application I started working on, used entirely by english-speaking users so I have no interest in supporting multiple languages. However the application does not always run on an english version if windows. ...
Extending .net Regular Expressions
rchurchill -
8 Apr 2006 4:31 PM - 3 messages
Does anyone know if the .net regex engine can be extended in any way. For example I'd like to be able to create my own metacharacters which mean something for certain subjects. ...
Custom Type for Application Settings
Mark Olbert -
8 Apr 2006 4:24 PM - 5 messages
You can browse for a Type to use as the basis of an application setting (at least under VS2005/NET2)...but how do you define your own custom Type so that it can be used as the basis of an application setting? ...
console application without visible console?
dermite -
8 Apr 2006 2:50 PM - 2 messages
Sirs: Is it possible to configure console application so that it runs without a visible console? Thank you, Matthew Fleming DermVision ...
Namespace - in ASP.NET and libraries
Xavier -
8 Apr 2006 1:57 PM - 13 messages
hello, all my libraries (dll - .NET 1.1) have there own namespace which starts with "mycompany....." If i have now also own classes in the application - i want also to use the same namespace - but i see that the i can not more access the my external ...
windows service terminated unexpectedly
Tyler Jensen -
8 Apr 2006 5:38 AM - 6 messages
I have a .NET windows service written in C# that runs fine on my XP Pro dev box with a P4 and hyperthreading. But when I run it on a Windows Server 2003 box, I get an "unexpected termination" with the following sc query: ...
System.Net.Mail.SmtpClient SendAsync Limits? (.Net 2.0)
Dot Net Jose -
8 Apr 2006 5:24 AM - 1 message
Hi All, I have a quick question regarding the functionality of the SendAsync function, but before I get to the question here is a description of what I am attempting to do. I am setting up a Windows Service that on a Timed based interval it ...
Re: install 2.0 or install 1.1 then 2.0
jan.hancic@gmail.com -
7 Apr 2006 11:18 PM - 1 message
You don't need 1.1 for 2.0 to work. lp Jan Hancic [link] ...
Weird threading question, anyone know how to do this?
Jeff Brown -
7 Apr 2006 8:11 PM - 6 messages
I want to implement the following behavior... 1. I start a subordinate thread running. Suppose it initially runs code section A. 2. At the end of code section A, before it gets to code section B, the subthread is suspended (by having it call Wait() on an AutoResetEvent, for ...
Empty DEVPATH environment setting causes exceptions...
PJ -
7 Apr 2006 6:56 PM - 1 message
Quite a few .NET 2.0 Framework utilities, DEVENV 2005 is having problems opening some solutions, and some 3rd party applications are failing if you set the following in machine.config and did not set the DEVPATH environment variable: <runtime> ...
ExtractIconEx API call
Andy -
7 Apr 2006 5:29 PM - 1 message
Hi , I'm using the ExtractIconEx function from system32.dll to extract the first Icon from an exe file. I can get the icon handle fine, create a .Net Icon object, but when I tell the icon object to Save, something goes wrong. I then open explorer, and the ...
System.Net.Mail.SmtpClient and lost attachments
Eric Guthmann -
7 Apr 2006 4:02 PM - 4 messages
We're running into an intermittent problem with the System.Net.Mail.SmtpClient class in the .NET 2.0 Framework when working with PDF attachments (it may be any attachment, but we're working with PDF files). About 10% of the emails sent via this class are missing their ...
detecting if a file is in use...
Ben Callister -
7 Apr 2006 3:57 PM - 4 messages
i have an application that has a background thread that downloads files from a remote server and places them within a local directory. additionally, i have another thread that is running the FileSystemWatcher provided by .NET which notifies me when a file is created in that directory and then spins ...
broadcasting a live conference
Kenny M. -
7 Apr 2006 2:45 PM - 1 message
How is the process to broadcast a live conference? I have seen how to use Win Media Player to play songs and videos stored in my application folder, but if I want to show live stuff from a Professional Video camera on a ASPNET page, How can I start? ...
Creating DNF for a logical Term
T. Schissler -
7 Apr 2006 1:07 PM - 4 messages
I have a logic Term in a string e.g. (a v b) ^ (c v -d) v = OR ^= AND - = NOT I want to create the disjunctive Normalform (DNF) of Terms like this. Is there a possibility to do this with methods from the framework? Does anybody ...
BeginInvoke freezes
leonard.guillaume -
7 Apr 2006 12:49 PM - 3 messages
Hi, I'm having random problems with BeginInvoke function. I have 2 WebServices (VB.Net), the first one is the main ws and the second is the backup in case that the primary server crash or goes offline. My client, which is also in VB.Net tries to connect to the first ...
Access violation reading location 0xbaadf00d: Microsoft Visual Studio is busy
Pieter -
7 Apr 2006 9:43 AM - 7 messages
Hi, Since 2 days I have some mostly anoying problem with my application when debugging: My application sometims freezes, and I get this balloon: "Microsoft Visual Studio is busy" And than the unhandled exception: "First-chance exception at 0x79e9be2b in MyApplication.exe: 0xC0000005: ...
Weird BindingList - BindingSource problem: Add(New)/Insert/... not called
Pieter -
7 Apr 2006 7:02 AM - 2 messages
Hi, I have a custom List that inherits from BindingList. It has some methods overloaded, like the Add/Insert/etc to add and remove some eventhandlers when adding or removing an item T of the list. The problem happens when: ...
Open CLI by Intel Labs
Petr Reichl -
7 Apr 2006 6:17 AM - 2 messages
Hi, I’ve found interesting project OCL. It’s implementations of portions of the CLI (Common language infrastructure) by Intel Labs. [link] Is there somebody who answers me what is the project? What is it purpose? ...
Newbie Q - debug or trace?
CharlieOz1 -
7 Apr 2006 12:23 AM - 3 messages
Hi, as a newbie to C# I was not clear on the difference and usage of the trace and debug classes. I know how to use them and the debug.assert method seems very akin to unit testing practices. They seem very similar to me - are they? is it something to ...
Lookin for programmers
multiformity -
6 Apr 2006 11:39 PM - 2 messages
Don't get your hopes up, I can't pay anything... But I have a few programs that are started, but with two part time jobs and consulting on the side, it's hard to find time to actually get work ...
IsDayLightSavingTime doesn't work for 2007 and beyond
vCharley Lee -
6 Apr 2006 10:57 PM - 4 messages
Is this going to be patched? I ran this code and it fails to report the correct state of Daylight Savings Time in Pacific Time zone. March 12, 2007 should be DST. Thanks, Charley ' Example of the TimeZone.IsDaylightSavingTime( DateTime ), ...
Thread vanishes during Convert.ChangeType() call
Alex Kravchenko -
6 Apr 2006 10:51 PM - 16 messages
If the following snippet of C# code is executed in a loop for a few 100,000 times – the CLR finally gives up and kills the thread: try { // This will throw NullReferenceException Convert.ChangeType( null, typeof(double) ); ...
AlternateView for Multipart Text/HTML Email Message
Dan Walowski -
6 Apr 2006 9:11 PM - 1 message
Hello, I have a program that is automatically generating email that consists of HTML with a text backup. This works just fine for all email clients except Yahoo's online interface which displays these messages with the paperclip indicating an attachment, but, there isn't an attachment. Text by itself is ...
HOWTO: Convert "Type" to a byte array and Back
Scott -
6 Apr 2006 8:32 PM - 3 messages
Hi All, I am trying to convert an ArrayList (that can contain an array of any type) to a byte array. Using the BinaryWriter and BinaryReader is not helpful, for example since the ArrayList can contain an array of doubles it is necessary to cast the ...
Simple regex question!
sb -
6 Apr 2006 7:01 PM - 3 messages
Hello :) I'm new to regular expressions so this is probably an easy question. I have one large string that consists of multiple "lines" that are "\r\n" delimited. How can I use regex to parse each line of the string and create ...
DLL app.config
Giovanni -
6 Apr 2006 6:36 PM - 2 messages
Hi All, Does anyone have any help/suggestions for using/passing My.Settings for a .DLL component (VS 2005 PRO)? I have added an app.config to my .DLL assembly/project and would like to load and save settings. Is this a good ...
policy
Dino -
6 Apr 2006 3:52 PM - 1 message
does anyone know or have examples on how to check windows policies with vb.net Thanks ...
ATLAS issue
Bruno Alexandre -
6 Apr 2006 2:08 PM - 1 message
Hi guys, First of all, I didn't get any NG from ATLAS, so I'll post here, if you please be kind enouhg to point me the correct newsgroup, fell free to post It's only 2 things... First, the wirdest :) ...
Excel ClipBoard to VB.NET
Pieter -
6 Apr 2006 1:04 PM - 1 message
Hi, Is there an 'exact' way to get data in a VB.NET 2005 application that was put on the clipboard in Excel? For instance: When I have an Excel-sheet with 4 values (2 columns, 2 rows) A1 B1 ...
IO EXCEPTION - windows 98
MACK -
6 Apr 2006 10:33 AM - 1 message
After deploying a .net remoting application we are beginning to get reports from windows '98 users that on launch the following error occurs: Message:The process cannot access the file [FILE] because it is being used by another process. Type: IOException ...
Unit testing in Visual Studio and Data Access Application Block
FaensenD -
6 Apr 2006 10:15 AM - 1 message
The configuration of the Data Access Application Block in the Enterprise Library is done in the App.config (=applicationname.exe.config) file. How can I make sure that DatabaseFactory.CreateDatabase("DatabaseName"); does not fail (throw an ConfigurationErrorException) when invoked from ...
overriding CreateParams in a control hosted in HTML
Kristopher Wragg -
6 Apr 2006 9:03 AM - 1 message
I've got a control that's used as part of building blocks to create various "views" by our customers, these views are then dynamically compiled then will then be hosted in webpages for their staff to use etc... the problem I'm having is that I've created a control that has an ...
Does .Net Framework has any function to tell 'registered COM' components in the system <EOM>
Gancy -
6 Apr 2006 6:38 AM - 1 message
Thanks ...
Does VS 2005 supprts to compile a cprogram using .NET 1.1
Ghanashyam -
6 Apr 2006 3:16 AM - 2 messages
I have few web parts been developed in Visual Studio 2003(.NET 1.1) And using Visual Studio 2005 can I compile them using .NET 1.1.And if possible how to configure the VS 2005.I observed by default VS 2005 compiles ...
How do I know which version of the .NET framework I have installed
John Doe -
6 Apr 2006 12:50 AM - 4 messages
How do I know which version of the .NET framework I have installed? ...
VB 6.0 connecting to Sun One Directory Server visa LDAP
thomaskjacob -
5 Apr 2006 10:33 PM - 1 message
Hi Is it possible to connect to Sun One Directory Server via LDAP to do user authentication using VB 6.0. Can someone post an example or function with sample connection string to use. I know this can be easily done with .Net and Java. But not sure of VB ...
Creating a Custom Control in VS 2005?
Pradeep -
5 Apr 2006 10:03 PM - 2 messages
Anyone know how to do it. I dont' see any such project type. Earlier in 2003 there used to be Web Control Library project, which we could have selected. In 2005, am not sure which one to choose. Thanks Pradeep ...
Cannot sign .net assembly referencing Interop.OWC10
Chris Newby -
5 Apr 2006 9:44 PM - 3 messages
I have an assembly that references Interop.OWC10 and I need to sign this assembly. However Visual Studio says that Interop.OWC10 doesn't have a strong name and my assembly, therefore cannot be compiled using a signature. Does anyone have any suggestions? ...
How do I upload a file with French letters in the file name to FTP
Kevin -
5 Apr 2006 9:35 PM - 2 messages
When I try to upload a file, which the file name contains French letters, to a FTP server with Socket, I got the following error: The filename, directory name, or volume label syntax is incorrect. Anybody has the solution? Thanks, ...
Identify .NET Framework version
Michael -
5 Apr 2006 7:55 PM - 5 messages
Is there a way to programmatically identify the .NET Framework version(s) installed on a client PC? My application requires 1.1 SP1 and I'd like to give a warning to the user if they don't have it. ...
Software for developers to log sales etc..
Joe Spears -
5 Apr 2006 7:26 PM - 2 messages
Hi Does anyone know of a package that currently exists which allows small software developers to record their software sales, mailshot their customers etc etc. Is there such a package which already exists? Thanks Joe ...
GAC Assembly Not Found
bryan.l.porter -
5 Apr 2006 5:56 PM - 2 messages
Salutations, I've got an assembly intalled in the GAC, I've added a reference to the assembly to my project, but during executiong I get assembly bind errors. Additionally, viewing the assembly log says its trying a partial bind, when I've specified the full assembly name. ...
NDepend 2.0
Patrick Smacchia -
5 Apr 2006 5:36 PM - 1 message
NDepend is a freeware tool for .NET developers which analyses assemblies of an application and generates reports containing design quality metrics, warnings and diagrams. I've just released NDepend 2.0 with some major enhancements such as an interactive view of your application and a language dedicated to query and ...
Access Form's Statusbar Panel From Library File
joey.powell -
5 Apr 2006 5:31 PM - 1 message
I have a windows forms app with a statusbar. In the form's code, I use a delegates and spawn a worker thread to get processing off of the GUI thread. Then in the worker thread I access a function in a library ...
Control flow obfuscation.
q23r -
5 Apr 2006 4:55 PM - 10 messages
Have you seen real control flow obfuscation(CFO)? I mean not in advertising material but in work? I suppose there are three main obfuscators, which supports CFO. 1. Xenocode 2. Dotfuscator 3. Demeanor 1. When you choose max CFO, produces a lot of trash classes, but don't ...
Run assembly method in another app domain
nick_nw -
5 Apr 2006 4:23 PM - 3 messages
Working with this example: void foo () { // Create the AppDomain AppDomain newDomain = AppDomain.CreateDomain("newDomain", null, null); TestNS.Test testInstance = (TestNS.Test)newDomain.CreateInstanceFromAndUnwrap (@"C:\Test\bin\Debug\Test.dll", "TestNS.Test"); // Call a test method in the object created bool r = testInstance.Test (); ...
Doing the Excel from .NET COM
Pavils Jurjans -
5 Apr 2006 4:05 PM - 1 message
Hello, I have the following task: I need to create an Excel macro that would pass the Worksheet object to COM component, and the code of COM component then has full control what to do with the Excel Worksheet data - in my case, it ...
Pinvoke problem - only first character being sent.
anirudh -
5 Apr 2006 3:58 PM - 2 messages
Hello, I am trying to use Pinvoke to use a Win 32 Visual C++ 6.0 dll in a .net C# application. This is the original function signature. BOOL __stdcall GetXMLString( const char* strInputFileName, ...
Since we upgraded to VS 2005: Random Invalid Operation Exceptions
Randolph Neall -
5 Apr 2006 3:43 PM - 1 message
To revise the title, this post replaces the first one. Since we upgraded our solutions from VS 2003 to 2005, one user is repeatedly reporting InvalidOperationExceptions, announced to her in the form of a window that says "XXX.exe has encountered a problem and needs to close. We ...
dropdownlist..urgent help
Isabel -
5 Apr 2006 2:52 PM - 2 messages
I have a dropdownlist ,for which i think the selectindexchnaged event is not getting fired. Please help. Thanks, Here is the code: public class class1: Systems.Web.UI.Page { //all the declarations public void GetItems() { ...
New Dell XPS - Can I control the lights?
scott.groups -
5 Apr 2006 2:18 PM - 3 messages
I'm getting a new Dell XPS M170 laptop as my development platform next week. It includes glowing neon lights light on the top and sides. My questions: Is it possible to control these lights via the framework or other API? ...
SqlDataSource Login Failed
Mats Larsson -
5 Apr 2006 2:06 PM - 1 message
Hi, I have put a SqlDataSource component in a ASP.NET 2.0 page and connected a GridView to it, the GridView shows the columns in the table in design mode, so the connection works in design mode. The SqlDataSource is conected to ...
Create Multi-Row Tabstrip with MS TabStrip WebControl
koen -
5 Apr 2006 1:43 PM - 1 message
A while ago I needed to implement a multi-row tab control for a .NET 2 web project, but without having to purchase any 3rd party solutions. I decided to use Microsoft's IE Tabstrip control. Although not ...
No map for object '1311703010'. when remoting
rickyjonesus -
5 Apr 2006 12:48 PM - 5 messages
I have a client server app that I am creating, it uses TCP and binary formatting. I am attempting to return a list<> of objects that are of type SampleObject across the app domain boundry. SampleObject is a custom class ...
Need information about .NET
shreyasbharath -
5 Apr 2006 12:36 PM - 2 messages
Hi, I am familiar with programming in .NET but I am unfamiliar with the networking abilities of .NET. I basically need information about .NET from a middleware (networking) perspective. I do not need any information about programming in .NET but more so about what are the ...
how to: property inside property
Bruno Alexandre -
5 Apr 2006 12:33 PM - 3 messages
Hi guys, I'm wondering how can I manage to do this in my VB Class: I have a property called Image01_url and other Image01_value How can I have Image01.url and Image01.value instead? --------- START CODE ----------------------------- Imports Microsoft.VisualBasic ...
.NET thread communication
martin -
5 Apr 2006 12:08 PM - 4 messages
Hi, I have a parent thread that starts a child thread. After the child thread has been started I want the parent thread to wait until the child thread has reached to a specific point in it's work. What .NET primitive should I use ...
Replacing NTFS permissions on all child objects
Roshan -
5 Apr 2006 11:47 AM - 2 messages
Hi, In NTFS all folders/container objects have an option called 'Replace permission entries on all child objects with entries shown here that apply to child objects' As I understand this option replaces all explicitly configured and inherited ACEs on all child objects of the folder with the ACEs of that ...
How to install .net Framework installation on Win98SE
Girish -
5 Apr 2006 11:34 AM - 1 message
How to install .net framework on a WIN98 SE system? When I install a VB2005 based application including a .net framework 2.0. The framework installation starts but even after over an hour it does not complete. The message is shows is, "it is taking longer than expected". ...
.NET framework
write2srk -
5 Apr 2006 11:23 AM - 2 messages
Hi, We are trying to create a light weight desktop application that will be downloaded from the server. We have a few queries regarding this application. 1. If this application is developed using .NET 2.0, then in the current ...
Strange console behavior
Tobias Weltner [MVP] -
5 Apr 2006 11:20 AM - 1 message
I just tried to create a redirected console. Works BUT when I launch external apps with GUI (not console apps), they remain invisible and prevent my app from closing (it stays in the task manager list). When I kill it, all ...
Deseralization problem...
basulasz -
5 Apr 2006 11:00 AM - 2 messages
I have a mail class which is extended from Outlook.MailItem like below to make it serializable [Serializable] public class myMail : ISerializable { Outlook.MailItem Mail; ...
index in the constructor
Dave Johnson -
5 Apr 2006 10:14 AM - 3 messages
greetings fellow developers, how to limit the number of objects that can be build from a class??? is anyone familiar with this problem, i guess that it has somthing to do with indexing the objects while instantiated, i am i correct ??? or ...
SyncToy v1.2 for Windows XP
Patrick Squire -
5 Apr 2006 9:38 AM - 4 messages
Hi i just downloaded the latest power toy and installed NET framework 2.0...however when i run the install it asks for NET framework 1.1 whats with this? [link] ...
Hi
John -
5 Apr 2006 9:32 AM - 2 messages
Hi, I have made setup project in my solution. I would like to include Windows installer 3.1 (since it is needed for installations) and runtime of Framework 2.0. How to do include runtime of Framework and and Windows Installer in setup ...
ZIPCODEWORLD.COM Releases United States and Canada Store Locator .NET Web Control
Press Release -
5 Apr 2006 8:50 AM - 1 message
ZIPCODEWORLD.COM Releases United States and Canada Store Locator .NET Web Control Florida, United States - March 15, 2006 - ZIPCodeWorld.com is proud to announce the release of United States and Canada Web Store Locator .NET Control to all ASP .NET Web developers and Web designers. ZIPCodeWorldT ...
Running .NET 2.0 Winforms applications on citrix metaframe server
bva -
5 Apr 2006 8:21 AM - 4 messages
Hi all, I'm trying to run .NET 2.0 Winforms applications on a citrix metaframe server. I installed the .NET 2.0 Framework without any error messages, but when I start any .NET 2.0 Application (including some EXEs in the .NET installation ...
Commercial component: joystick driver controlled by user software
Hermanutz -
5 Apr 2006 7:53 AM - 1 message
Hello, I'm look after a commercial joystick driver controlled by my application (determine the number of axis, determine the number of buttons, transmit axis values and button values). I thing, the virtual joystick driver possible is a combination of an joystick or game port minidriver and a ...
Raiseevent inside catch block
RJ -
5 Apr 2006 2:20 AM - 4 messages
Can you raise an event within a catch block in VB.NET ?( 1.1 Framework) I am seeing some unexpected behavior in other parts of the WinForm app. I just wondered if it is even "legal" to do this. TIA ...
Recommendations on Installer Packages?
Mark Olbert -
4 Apr 2006 10:45 PM - 6 messages
I've been using the installer projects that come with VS2005 to distribute several projects, but I'd like to hear recommendations about alternatives. Frankly, the default MS installer wizard that VS2005 ends up producing is kind of ugly (pixelated text, even in ...
VS2005: Progress Bar in Status Bar
joey.powell -
4 Apr 2006 9:54 PM - 5 messages
I am trying to use a progress bar inside of my C#.net windows form application. The status bar (naturally) only needs to be visible when the app is running a job. However, if I set visible=false for it then ...
TargetException: Object does not match target type.
John Wright -
4 Apr 2006 9:13 PM - 2 messages
I have the following code that sets some public properties in an EXE program I load using LoadFrom. I set the property values and all was well. Then I changed the loading program to remove a form and clean up some stuff and now ...
DateTime
Arne Garvander -
4 Apr 2006 8:59 PM - 2 messages
How can I get the difference in minutes between DateTime.Now and DateTime.UtcNow? ...
.Net 2005 Forms ReportViewer Chart y axis values bugs
Puromtec -
4 Apr 2006 8:19 PM - 1 message
Chart control using .net "Report" type in Scatter Plot mode with Forms application. Has anyone encountered a problem with the values on the y-axis using the scatter plot? I have created a scatter plot of some angle degrees against altitudes. The altitudes range from 0 to 21,000 ish. However, ...
Trouble since 2005: InvalidOperationException and Kickout
Randolph Neall -
4 Apr 2006 8:18 PM - 9 messages
Since we upgraded our solutions from VS 2003 to 2005, one user is repeatedly reporting InvalidOperationExceptions, announced to her in the form of a window that says "XXX.exe has encountered a problem and needs to close. We are sorry for the inconvenience .... Please tell Microsoft about this ...
.NET version of CDOExM?
Gregory Gadow -
4 Apr 2006 8:05 PM - 1 message
I am writing an employment database management utility. One of the requirements -- in fact, the original impetus for the project -- is to automatically create email-enabled domain login accounts when a new hire is set up in the employee database. I can get the accounts set up just ...
Reading a Flash video file
Chak -
4 Apr 2006 7:01 PM - 3 messages
Is it possible to read a flash video file from the .NET framework and allow for freezing / bookmarking at frames ? Regards, Chak. ...
Multimedia
Chak -
4 Apr 2006 6:58 PM - 1 message
This may be out of thread , but are there facilities in the .NET framework to address a situation like this ? If there are video files being stored in .avi format , and if these have to be encrypted , along with the corresponding audio files, and saved, and ...
Multimedia (OT)
Chak -
4 Apr 2006 6:57 PM - 1 message
This may be out of thread , but are there facilities in the .NET framework to address a situation like this ? If there are video files being stored in .avi format , and if these have to be encrypted , along with the corresponding audio files, and saved, and ...
How to invoke methods from a SyncProcessMessage?
MartinParé -
4 Apr 2006 4:42 PM - 1 message
Hi, I am working on a project and I ran into a little nag! I am writting a set of custom attributes , [PreProcess(Type, aMethod)] and [PostProcess(Type, aMethod)]. The goal here is to put these attributes on methods so that before the ...
Store Location in for X509 certificate to use with Web Service
WhyOhWhy -
4 Apr 2006 2:54 PM - 1 message
Hi There, I need to be able to pull a certificate out of an Active Directory Certificate store, rather than a local file-based store (such as Local Machine or Current User), With .NET 2.0 and WSE 3.0. ...
Managed Code - Eject CD/DVD Drive
GotDotNetNow -
4 Apr 2006 2:28 PM - 3 messages
I am working in framework 2.0 (c#) and I am looking for managed code to eject a cdrom/DVD drive. I have two cdroms installed on my machine and would like to programmically eject each one independantly. Thanks ...
ICallbackEventHandler
SalamElias -
4 Apr 2006 2:12 PM - 3 messages
I am implementing the ICallbackEventHandler interface, and one of its members methods in a server control as follows : public void RaiseCallbackEvent(string eventArgument) { if (eventArgument != "") { ...
Connection is automatically closed after receiving "403" from webs
barbutz -
4 Apr 2006 1:38 PM - 4 messages
Hi, I have a huge problem with HttpWebRequest/HttpWebResponse. The problem is when i generate a request using HttpWebRequest to a web server, when the webserver responds with "403 Forbidden" the connection to the web server is automatically closed by the .net (i guess by ...
Using System.Transactions with Oracle
mt -
4 Apr 2006 1:19 PM - 4 messages
Hi I trying to use System.Transactions with Oracle database. I'm getting the "AccessViolationException" exception. I'm using ..Net Framework 2.0 and ASP.Net Enterprise Library 2.0 Oracle 9.2.0.7 Windows XP Professional I installed the complete ODAC before trying this. The following is the code ...
Click Once without warning
Maurizio Poletto -
4 Apr 2006 12:55 PM - 4 messages
I think to have made every thing well but, once ClickOnce downloads the application, it don't start and shows no warning. The log file referred to this drawback is shows below. Can someone suggest what I have to do to solve this problem ? ...
Disable on-the-fly compilation, HOW?
Søren M. Olesen -
4 Apr 2006 12:45 PM - 5 messages
Hi Is it possible to disable on-the-fly compilation in VS2005...if so, how do I do it?? Regards Søren ...
dll versioning problems
Kristopher Wragg -
4 Apr 2006 12:18 PM - 8 messages
Hi I've been working on a collection of custom controls that inherit a lot of the basic windows controls with a few additional things, one of which means every single custom control references a dll that gives dynamic functionality to the controls. ...
problem with encoding
Vaidas Gudas -
4 Apr 2006 11:40 AM - 6 messages
Code: Dim enc As New System.Text.ASCIIEncoding Dim serverbuff(1024), buff(0) As Byte Dim count, bytes As Integer Dim stream As NetworkStream stream = o.GetStream() While 1 = 1 bytes = stream.Read(buff, 0, 1) If bytes = 1 Then ...
How to write code for this XML configuration section?
W. Jordan -
4 Apr 2006 9:18 AM - 8 messages
Hello, I would like to add a section in the configuration file like that: <job name="cleanup"> <executor type="Test.MyExecutor"/> <parameters> <string name="outputFile" value="C:\output.log" /> ...
Admin Rights for Installing into GAC
benoykoshy -
4 Apr 2006 6:35 AM - 1 message
Hi All, For installing a strong named assembly into GAC the user should have admin rights. But when I tried installing into GAC even with restricted user group it was allowing me to install. Why is this inconsistency? Also does power user group allow installation into GAC? ...
Set credentials to a web request
Nonnie -
4 Apr 2006 6:24 AM - 2 messages
Hi, I'm trying to run an automated test (using NTime tool) on a web application (windows authentication). All calls in this web app are intercepted by a custom httpModule. I'm setting credentials to the web request so that the ...
Somewhat off topic: Win XP getting sluggish
David C -
4 Apr 2006 6:02 AM - 3 messages
Sorry for being off topic, but this is obviously very important for us developers. Got a new laptop just a few months ago, and everything including VS.NET and SQL 2000 ran pretty fast. But now it has gotten increasingly ...
ArrayList.IndexOf(Object obj) functionality changed in .Net 2.0
SailBoffin -
4 Apr 2006 3:14 AM - 3 messages
Has anyone else noticed a change in this function with .Net 2.0? The help says it uses the Object.Equals method to do a linear search of the ArrayList. In .Net 1.1, it used the Object.Equals override of the argument ...
.NET Framework 2.0
franz3 -
4 Apr 2006 2:43 AM - 2 messages
Hi, I have install .NET Framework 2.0 but in Visual Studio 2003 is always Framework 1.1.What have I missed ? I need to use version 2.0. Thanks Fero ...
Invalid Search Path LIB environment variable
Mark Olbert -
4 Apr 2006 1:10 AM - 2 messages
I finally got around to removing NET Framework 1.0 from my development system. Now I'm getting the following warnings after successful compiles in VS2005/Framework 2.0: Warning 1 Invalid search path 'C:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Lib\' specified in 'LIB environment ...
Crystal reports in C#.net
radha -
3 Apr 2006 10:27 PM - 2 messages
Hi I am a beginner, trying to open a crystal report using crytal report viewer in my webform. But nothing happens when I open the page. I am not sure where I went wrong. This is my code in page load. Please ...
|
|||||||||||||||||||||||