|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
Saftey Type
savanted1@hotmail.com -
21 Jan 2006 6:10 PM - 2 messages
Dear, Microsoft Corporation Incorporated Could someone explain to myself and othsers of the forum what a "saftey Type" would be considered in regards to the .Net Framework? Very Respectfully Mr. Garrett Hord INETA Member ...
Free Hot Phone Sex
AnimalSperm -
21 Jan 2006 4:20 PM - 1 message
+8613352960090 100% Free multi-lingual AnimalSperm Production el***@digi-art.de ...
Free Hot Phone Sex
AnimalSperm -
21 Jan 2006 4:20 PM - 1 message
+8613352960090 100% Free multi-lingual AnimalSperm Production el***@digi-art.de ...
Free Hot Phone Sex
AnimalSperm -
21 Jan 2006 3:42 PM - 1 message
+8613352960090 100% Free multi-lingual AnimalSperm Production el***@digi-art.de ...
Free Hot Phone Sex
AnimalSperm -
21 Jan 2006 3:42 PM - 1 message
+8613352960090 100% Free multi-lingual AnimalSperm Production el***@digi-art.de ...
Can't Create a multi page report
ME -
21 Jan 2006 3:40 PM - 3 messages
I need to know how to create a MULTI page report. All I can seem to create is a report with only one page, even though the datasource it is bound to returns multiple records. I have posted an example of my source code here: ...
HtmlElement.GetAttribute
Ricci Hammond -
21 Jan 2006 11:18 AM - 1 message
I am trying to extract css class name attributes from all tags in a html file: HtmlDocument myDoc = myWebBrowser.Document; foreach (HtmlElement myElement in myDoc.All) { Debug,WriteLine(myElement.GetAttribute("CLASS")); } even when it hits a tag with the class attribute, GetAttribute returns an ...
Trouble with SerialPort class in VB
no-one -
21 Jan 2006 10:05 AM - 3 messages
Hi Guys, I am fairly new to Dot Net and I am trying to write a program that listens to the serial port and displays the string in a text box or listbox. I am using VS 2005 and framework 2.0 ...
Time zones: Pretending to be somewhere else
Nathan Sokalski -
21 Jan 2006 3:34 AM - 9 messages
I use a webhosting service that is something like halfway around the world from me and most of the people that will be viewing my site (and I am assuming their server is too). This obviously has very little effect on what ...
Debug javascript in asp.net
sonu -
21 Jan 2006 1:30 AM - 3 messages
Can any body tell me how to debug a javascript code included in asp.net ...
Security problem with dotnet framework 2.0
Tom Edelbrok -
21 Jan 2006 12:31 AM - 2 messages
Until recently I was running VB.NET under Visual Studio 2003 with .NET Framework 1.1. I had to run mscorcfg to add my network share under machine, code group, local intranet, etc to grant permission for the network share ...
Threading hesitates in 2005
Bob L. -
21 Jan 2006 12:04 AM - 6 messages
Hi everyone, We have an application originally written in VS2003 that spawned a number of threads (10-20 or so) for initialization of the application. Every thread performs the exact same task in a few hundered milliseconds. In VS2003 the ...
Calling COM exposed .net assembly from unmanaged code
Gopal -
20 Jan 2006 11:40 PM - 4 messages
I have a .net assembly (dll) that is com exposed and is build with 1.1 framework. My main application is in unmanaged c++ EXE. I make a cocreate and create my .net assembly in it. After installing the .net 2.0 on the machine, ...
I need to convert the COM controls????
NATE -
20 Jan 2006 11:18 PM - 3 messages
I need a web control to browse a cube... I don't know how to use the OWC controls (COM controls in general), when I drag a COM control to my page I can't see all the properties and ...
DataGridView GotFocus
Nathan Franklin -
20 Jan 2006 10:35 PM - 2 messages
I have a DataGridView on my windows form and I am trying to enable buttons on a toolbar when the DataGridView's GotFocus is called and then disable with LostFocus(). The problem is I can only get the GotFocus to fire when I ...
.net runtime optimization service
Erik B. -
20 Jan 2006 10:18 PM - 4 messages
Question about the .net optimization service: I have been having an issue where my system has been running out of disk space constantly, after going through the usual spyware/virus scans etc. I noticed in my error logs that the .net runtime optimization service was ...
Sync solution explorer with open file
Andrew -
20 Jan 2006 8:51 PM - 2 messages
Is there a way, in VS2005, to sync the highlighted file in the solution explorer tree with the active file in the text editor (opened tab)? Thanks. A. ...
Help - need monitoring of Enterprise Library LogEntry using WMI Sink
jjouett -
20 Jan 2006 8:15 PM - 1 message
I'm trying to setup an example using the WMI Sink with Enterprise Library. I've been able to code up an example that seems to be creating the LogEntry successfully with the WMI Sink, but I haven't been able to ...
DirectoryInfo, MoveTo method
AE Guy -
20 Jan 2006 7:56 PM - 2 messages
I have a windows service written in C# that WAS moving files individually. Now I am trying to make it move entire directories. When trying to use the DirectoryInfo.MoveTo() method I am getting a "access to the path is denied" ...
MDAC and framework problem
milan.letic -
20 Jan 2006 7:53 PM - 2 messages
Please, please, Look at this topic and help me if you can: [link] I didn't want to crosspost. Thank you. ...
Running 1.1 and 2.0 on same machine (I'm sure a common question...)
darrel -
20 Jan 2006 6:43 PM - 2 messages
I'm sure this is a common question and apologies for asking again, but... How feasible is it to run 1.1 and 2.0 frameworks on the same development machine? I have a few projects in 1.1 that I probably won't be upgrading ...
DrawEllipse gives inaccurate results for some radii
Nathan Sokalski -
20 Jan 2006 6:08 PM - 3 messages
I am trying to draw circles using GDI+ 's DrawEllipse method. I need the circles to be the same on all sides, because I will be writing code that detects what pixels are what color. I tested the DrawEllipse method for values of up to about 10 (I didn't bother with values above that, since I already found an inaccuracy at width/height of 5). Here is the code I used and the result I got: ...
Problems with CollectionEditor
Andreas -
20 Jan 2006 4:51 PM - 1 message
Hi! I'm using a custom collection with custom items to be edited with a custom CollectionEditor. This set of functionality is to be a part of a plugin for a SharpDevelop-based application. The strange thing now is that my derived CollectionEditor's SetItems method ...
Servers in Sync
Stephen -
20 Jan 2006 4:49 PM - 1 message
Hi, I have to keep 2 server's folders in sync as they are used for load balancing purpose. I tried to create a FileSystemWatcher Service and found out that it goes to an infinite loop and Locking when I am trying to get ...
Accessing regional settings using .net classes
sameer -
20 Jan 2006 4:34 PM - 2 messages
Hi All, Is there any way of accessing the regional settings on a computer using an intrinsic class in .NET or an API on machines that dont have .NET framework thanks ...
IIS Memory usage increases when calling an ActiveX Proxy from ASP
Mauro -
20 Jan 2006 3:40 PM - 1 message
Hello, We are using a Proxy DLL (ActiveX) in a large Microsoft ASP.NET (VB.NET) Application in order to connect an external system (Progress) This ASP.NET application has been used by the users for almost two years without problems. ...
Floating point performance (decimal vs double)
Jeff -
20 Jan 2006 2:35 PM - 2 messages
Hi- I am developing a WinForms app with the dotnet 2.0 framework that manipulates GPS data. Some of the algoritms are pretty math intensive, with Sin, Cos, Log, etc. I originally developed the app using the type "double" for all my data ...
ClickOnce Question - How to turn off all automatic application upd
Jens -
20 Jan 2006 2:06 PM - 3 messages
We would like to control the ClickOnce update (to see if the actual installed version needs to be updated (customer dependent)), therefore we have unchecked the “The application should check for updates†on the update page under publish for the project properties. ...
Scrollable control scrolling strange ....
Romain TAILLANDIER -
20 Jan 2006 11:01 AM - 1 message
Hi group I have a class MyControl : ScrollableControl I set the AutoScroll = true; This class is using a MyControlColletion : Control.ControlColletion and overrides the Controls property All controls in this collection are lines, of different width. If one of the lines is larger than the width of MyControl, or if there are ...
FileSystemWatcher Created() delay
Tushar -
20 Jan 2006 10:03 AM - 1 message
Followup-To: microsoft.public.dotnet.general Does anyone know when is this event raised, is it: 1) When the file is created but may not have been closed 2) When the file is created AND it has been closed I am using this control in a Windows-Service I've developed. It works hoever ...
Design question: owned collection items?
Jens Weiermann -
20 Jan 2006 9:56 AM - 3 messages
Hi, I have a basic design question here: I've created a custom (typed) collection by deriving from CollectionBase. Now I need to have "owned" collection items to be able to notify the collection if properties of the items change. By "owned" I mean that the items need to "know" which ...
windows service timer - is it ticking when it shouldn't ?
m00nm0nkey -
20 Jan 2006 9:25 AM - 2 messages
I have a windows service which is calling a routine every 5 seconds. If certain criteria is met, it calls a function which performs certain database operations such as calling stored procedures, etc. The stored procedures being executed by the code take a few minutes to ...
Sample functional spec
Rajesh -
20 Jan 2006 9:21 AM - 2 messages
Anyone got a sample functional specificarion kindly revert me back with the document. Thanks for the help Raj ...
Framework definition...
santoshmahale -
20 Jan 2006 9:04 AM - 3 messages
I know this is too late but believe me, it can still be confusing especially when teaching it to newcomers. Here is my understanding of ..NET Framework and its components. ..NET Framework is a managed application development framework from Microsoft and has two main components: Framework Class Library, Common ...
Unable to retrieve service name of VB.Net service after service st
Tom -
20 Jan 2006 9:01 AM - 1 message
Hi Friends I write a VB.net windows service (Service start periodically according a Timer object) and install it using InstallUtil. The service start when the Timer is enabled. Since I have requirement to start multiple instances of the service using the sameSAME assembly on the same machine, I use install script ...
What class for sending XML in SOAP over HTTPS/WS-Security
martin -
20 Jan 2006 8:37 AM - 3 messages
Hello, I have raw XML that I want to package as a SOAP message and send over HTTP to some web service end-point. Later on I'm gonna need it to be wrapped into a SSL tunnel too, with full WS-Security support. What class is easiest for me ...
Reports and the ReportViewer
ME -
20 Jan 2006 6:35 AM - 5 messages
I want to generate a simple report that will display information from my customer table in a report format. I created a simple Customers.rdlc file that contains three text boxes bound to =First(Fields!Name.Value) =First(Fields!Address.Value) ...
DataGridView DataGridViewComboBoxColumn
Nathan Franklin -
20 Jan 2006 4:10 AM - 2 messages
Hey List, I am trying display a combobox in place of one of my columns in my DataGridView. I create the combo box column and assign the DataGridViewComboBoxColumn.datasource to a datasource to load in value for my combo box. The fields I use are ID and Description. ...
the difference between SqlConnection.IDisposable.Dispose() and SqlConnection.Dispose().
tangyong -
20 Jan 2006 3:00 AM - 2 messages
All: I have a question about the difference between SqlConnection.IDisposable.Dispose() and SqlConnection.Dispose(). Both of them realize the function of releasing the connection to the ConnectionPool? Do they have the same effection source code? If they are different, who can tell me the differences? If they are same, why MS gives the SqlConnection.IDisposable.Dispose,but only SqlConnection.Dispose() method? ...
XPath calculation problem 100.02 + 0.02 is not 100.04
MSDNAndi -
20 Jan 2006 2:43 AM - 3 messages
Hi, in an application that evaluates XPath against XML I had a sum and a comparison to a node... boolean(sum(/Path2Nodes/toAddUp)=/Path2Node/toCompare2) evaluates to "false" sometimes even though the sum seems correct. I found out that there are some problems with evaluating XPath itself... ...
Bulk Export from SQL?
Ken Ross -
20 Jan 2006 12:14 AM - 1 message
Other than shelling out to call bcp, is there any way in the framework that supports a SQL bulk EXPORT function? I found the BulkCopy class under sqlClient.SQLBulkCopy but that only helps with bulk copies from a limited number of streams, and does not seem to support going from SQL out to a ...
Decrypting external encrypted data and padding mode
marcus7171 -
19 Jan 2006 11:04 PM - 1 message
Hi! I'm encrypting data with an external cryptographic framework (crypto++ c++ library) and trying to decrypt it with .NET C# Framework classes. This is how I create the stream chain. fileStream = new FileStream(fileName, fileMode, fileAccess); ... RijndaelManaged aes = new RijndaelManaged(); ...
Reference .NET 2.0 assemblies in 1.1 code?
Eric -
19 Jan 2006 10:40 PM - 4 messages
Hello, Is there any forward compatability between 1.1 and 2.0? A handful of assemblies I use in my 1.1 web app were just upgraded to 2.0, and I'm required to use the new assemblies. ...
Upgrading server to Version 2
Pete -
19 Jan 2006 10:29 PM - 2 messages
Greetings, I am a systems admin, not a developer, so this may be a stupid question that I just can't seem to find the answer to. I have a production server that hosts numerous websites developed by numerous developers. Currently ...
CS0006: Metadata file <...> not found.
Mark -
19 Jan 2006 10:16 PM - 3 messages
Question: When I attempt to build several projects in my solution, I receive the following fatal error. error CS0006: Metadata file '<some full path to one of my dlls' could not be found. This is happening now in 14 of 34 projects, and I cannot figure out what the ...
Conditional install problem
Bill Ward -
19 Jan 2006 8:18 PM - 3 messages
With DevStudio 2005 I have created an installer that installs the output of multiple projects. I have added a check box page to the installer so that the user can select whether or not to install a windows service (one of the ...
Instantiating an object from a DLL causes casting exceptions
Dave Booker -
19 Jan 2006 8:14 PM - 3 messages
What is the correct method by which to load an object from a DLL? If I have an application called "DLLTest" and a class library project called "BigDLL", and that BigDLL contains a class called "Cow", I do the following in DLLTest: ...
FileSystemWatcher Issue
Stephen -
19 Jan 2006 7:54 PM - 4 messages
Hi, I have to create a custom app used (FileSystemWatcher) for monitoring Server1 say \\Stephen-1\Test and if any change happens to this directory, I take that info and update Server1 say \\Stephen-2\test it works fine. now I ...
Securly hosting addins and/or sandboxing
Peter Ritchie -
19 Jan 2006 7:29 PM - 4 messages
I've been researching how to securely host addins in a .NET 1.1 environment (AKA sandboxing). I've found various references on the separate AppDomain method which (if I'm following correctly) essentially loads an assembly and a ...
.NET 1.1 and 2.0 on same development machine
jlotmar -
19 Jan 2006 7:26 PM - 4 messages
As I understand, the 1.1 and 2.0 framework can co-exist on the same machine at the same time. Can anyone verify that this is correct and there are no problems related to having both framework versions installed simultaneously? ...
How can I serialize complex types to the mapped exe configuration file.
Umut Tezduyar -
19 Jan 2006 6:44 PM - 1 message
ExeConfigurationFileMap fileMap = new ExeConfigurationFileMap(); fileMap.ExeConfigFilename = "FactorySettings.config"; Configuration config = System.Configuration.ConfigurationManager.OpenMappedExeConfiguration(fileMap, ConfigurationUserLevel.None); CustomConfiguartionSection section = (CustomConfigurationSection)config.GetSection (sectionName); After I took the custom section from Configuration by using config.GetSection(string sectionName), I want to serialize complex object to ...
Multithreading problem in Windows Form app
Juan Dent -
19 Jan 2006 6:22 PM - 3 messages
Hi, I have a tough problem in a Windows Form app. It uses the background worker object to do some, well, background work. I need this because I want this worker to be feeding a listbox logging its progress. I am using the correct ...
Send Idle event?
heliosdev -
19 Jan 2006 5:50 PM - 1 message
Hi, is there a way to send the Idle event? I have a modeless form which updates some of its buttons when on idle. This form is part of C# COM object. When calling it out of C# everything works fine, but when it's ...
Transparent Disk Service
Donald -
19 Jan 2006 5:35 PM - 2 messages
I posted this message on the microsoft.public.windowsxp.network_web newsgroup, however I know think that was the wrong venue. Perhaps someone else is trying to do the same thing as I. Currently, I have a VMS site for storing user data files in a automated and structured ...
I saved password into the database with "binary" data type from GetByte method. How can I to compare
Benny Ng -
19 Jan 2006 5:14 PM - 4 messages
Dear all, The following is the source. The password is encrypted and saved into the Binary in SQL2K. Now I want to create a new page to compare the existed password and the password that in the database. But I don't know how to used source code to solve it. Can you help me? ...
FtpWebRequest for file upload
Arne -
19 Jan 2006 3:56 PM - 4 messages
It is easy to understand who to download a file with FtpWebRequest. How can I upload a file? The data to be uploaded is currently in a string. request = WebRequest.Create(FTPlocation.Text) ...
Bitmap and transparency
Laurent -
19 Jan 2006 3:26 PM - 1 message
Hi all I would like to draw a bitmap with transparency. Who can tell me how to do this with .NET 2.0 ? Thanks . Laurent ...
DotNet and SDK setup issues
Mark Sandfox -
19 Jan 2006 3:14 PM - 2 messages
I am running a 2003 webserver that has DotNet 1.1 installed. I have tried several time to install DotNet FrameWork 2.0 and the SDK. Although the programs are there they are not recognized by the FileUpload Control and i ...
Generics, Type Operators, Matrix operations
Marc -
19 Jan 2006 2:38 PM - 3 messages
I want to create a Matrix class of a type using Generics. class Matrix<T> { ... } I want to provide an Add method that will add the the 2 Matrices under the type of int. My add method would look like: ...
Advantages of converting Vb.net project to C#
Rajesh -
19 Jan 2006 1:22 PM - 8 messages
Any idea? ...
problem with windowsidentity constructor
Robert Ginsburg -
19 Jan 2006 12:58 PM - 1 message
One of the constructors for a WindowsIdentity allows you to pass the UPN of a user and have an identity created for that user. If your permissions are setup correctly then the system is supposed to return you a delegatable ...
How do I format a float number?
Dilip M -
19 Jan 2006 12:37 PM - 5 messages
I have this problem. I have a method with the following signature: public float GetBalance(). The problem is that it returns values in the format 4.289418E+07. What I would like is get something like 428941.80. I do NOT want to return ...
Install of programs using framework 2 on computer using framework
Numberouane -
19 Jan 2006 11:20 AM - 3 messages
Hi all, I use Visual Studio 2005 which needs the framework 2. I have writen a program with forms which uses the component System.Windows.forms. Visual Studio uses the framework 2 for this component. The problem is that I want to install the program on a critical application ...
.Net 2.0: creating XSD files from SQL Table
Steve B. -
19 Jan 2006 10:47 AM - 1 message
Hello, With VS 2003, I used to drop tables from a Sql server on a component or a form in order to create a XSD file that have the same structure than the table. This schema is used somewhere in the code to create dataset according ...
.Net 2.0: creating XSD files from SQL Table
Steve B. -
19 Jan 2006 10:47 AM - 2 messages
Hello, With VS 2003, I used to drop tables from a Sql server on a component or a form in order to create a XSD file that have the same structure than the table. This schema is used somewhere in the code to create dataset according ...
Visual Studio 2005 C++ Resources
Kris -
19 Jan 2006 8:35 AM - 1 message
Hello, I added to my.resouces ("Form1.pl - PL.resx") empty database date.mdb. How do can in my programme retrieve my empty database from my.resources and save this on hard disc? I ask about help and some example. ...
Question for John Skeet and or other MVPs
Rob Schieber -
19 Jan 2006 7:58 AM - 3 messages
I will be designing a service oriented architecture. The service pulls data from many different types of sources ranging from AS400 to Oracle to Flat files. I was hoping that someone could recommend a book for me. Thanks in advance. ...
problem with logical operator
ThunderMusic -
19 Jan 2006 4:47 AM - 3 messages
Hi, I have a value that contains flags that I must get using a bitmask. I tryied with the && operator, but the compiler outputs this error : Operator '&&' cannot be applied to operands of type 'int' and 'int' ...
Windows form in a web form in.NET
sonu -
19 Jan 2006 4:40 AM - 2 messages
I have a windows application to scan images,I want to call its .exe file in my asp.net form. Can anybody tell how can i do this.So that my windows application can run in client machine ...
Problem on reading .csv files using OleDbConnection
Ray -
19 Jan 2006 4:18 AM - 4 messages
Hi All I've tried to read a .csv file and bind the data to a datagrid. I am doing sth like this: conn = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;"+ "Data Source=" + csvPath + ";" + ...
Is .NET Framework Class Library source code open?
Chris -
19 Jan 2006 3:55 AM - 6 messages
Hi, I am interested in learning how .net class library works for diagnosing some strange behavior in my application. Is there a place I can get source code of the class library? I worked on Java for many years, what really helped me is to learn the ...
How to make ASP.NET 2.0 available in IIS server
Charts -
19 Jan 2006 3:28 AM - 6 messages
I want to start to use ASP.NET 2.0 in production IIS server. I installed Framework 2.0, but ASP.NET tab of web property page of IIS still does not have a option to choose ASP.NET 2.0. What else I need to install to be able ...
FtpWebRequest Response returns Html for ListDirectory
Brian Orrell -
19 Jan 2006 12:47 AM - 7 messages
This is just plain odd. Here is my code: Console.WriteLine("Connecting to server to list directory..."); Uri uri = new Uri(Settings.FtpServer); ...
DateTime Equals method & Ticks
Mike Almond -
19 Jan 2006 12:16 AM - 12 messages
What determines if two DateTime objects compare equal using the DateTime Equals method? I am wrapping DateTime to provide some time-zone awareness and have run into a problem with the DateTime Equals. A short contrived example that shows the problem I am having is the following: ...
SHA1Managed class has different results in 2.0 vs. 1.1??
Bob -
18 Jan 2006 10:41 PM - 3 messages
We currently have an application running on .NET 1.1. It hashes certain data using System.Security.Cryptography.SHA1Managed class. It has worked out fine until we upgraded the app to .NET 2.0. SHA1Managed in 2.0 hashes ...
Reading the Xml of a Publisher Policy File in the Gac
james.tsao -
18 Jan 2006 10:23 PM - 2 messages
Say I have a publisher policy file in my Gac: policy.1.0.Acme.Widgets How can I get the underlying Xml resource for this Publisher Policy File. Also, is there a straightforward way for me to do this in C#? ...
makecert
Chrisl -
18 Jan 2006 10:00 PM - 4 messages
I am looking for a newer version of the makecert utility. I have version 5.101.1663.1, and need version 5.131.3639.0 or later for a security purpose. Can anyone tell me where to get this? I have MSDN Universal subscription but ...
Deriving System.Windows.Forms.TabControl and TabPages
Stephan Zaubzer -
18 Jan 2006 8:40 PM - 1 message
Hi For some reasons I needed to derive TabControl and TabPage to add some additional functionality in the background. When working in VS.net you can only add a TabPage to a TabControl by right-clicking on the TabControl and selecting "add TabPage" or by ...
Worker Thread appears to deadlock
anonymous -
18 Jan 2006 6:27 PM - 3 messages
I'm working on a project where I need to add an existing chat program as a plugin. The framework I'm using requires that I write a Control that inherits from their own custom control. In the constructor for this control ...
RTF Control
Patrick Jox -
18 Jan 2006 6:20 PM - 3 messages
Hi all, I am using an rtf control to display some detailled information about the progress of some program actions (in addition to the statusbar) to the user. This worked fine in my test environment. But in the clients productive ...
Error 2273 using netmessagebuffersend 2273 (But NET SEND works !!)
Stefano Del Furia -
18 Jan 2006 6:05 PM - 2 messages
Hi all, i have used some code sample find in this newsgroup that use interop and NetMessageBufferSend. In some PCs all works fine but in some other pcs i get an exception with error code 2273. The problem is that the NET SEND command works fine with EVERY pc ...
.NET Framework 1.1 Hotfix 892544
Sean Haynes -
18 Jan 2006 6:03 PM - 1 message
We have interesting problem. We have a product that requires Hotfix #892544. However, the license agreement with the hotfix does not allow us to redistribute the hotfix. Is there another way to get the hotfix that does not have the redistribution ...
Assembly Code
UJ -
18 Jan 2006 5:53 PM - 2 messages
I have some code specific for a piece of hardware that is written in assembly. Is there any way to compile it in the .Net world or do I need an assembler. Ideally I'd make a DLL out of it but that may be asking to much..... ...
Encrypting the app.config file
Eric -
18 Jan 2006 4:14 PM - 2 messages
My application will use the DataProtectionConfigurationProvider to encrypt my app.config file. I can encrypt the file from within my applicaiton, but I would like to be able to encrypt it outside the application so that the file is encrypted when it is deployed. I know that you can encrypt web.config ...
SerialPort issues
shayke -
18 Jan 2006 3:21 PM - 1 message
Hi Brian I am having the same problem,i would be more then happy to hear if you solve this. For any reason Microsoft prevented the access to all Timeouts capabilities which Win32 allows. Are you familiar with other source code allowing asynchronous serial ...
Thread Safety of static Array used as lookup table
Mark M -
18 Jan 2006 2:51 PM - 3 messages
Hi all, Is the follow construct thread safe to access via indexer? public static readonly string [] GradeLookupTable = new string[] { "*","PK","K","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","HS","UG" ...
.NET Framework compability?
News -
18 Jan 2006 2:26 PM - 3 messages
Hi, Got some general questions about .NET compatibility. 1. If I have a .NET Framework 1.1 compiled app can I assume that can run on a machine that ONLY has .NET Framework 2.0 on it? 2. Can I also asume that a .NET Framework 2.0 app cannot run on a machine ...
Help for building a project
delphine_fontaine@yahoo.com -
18 Jan 2006 10:46 AM - 1 message
Hello, I have a projet for smartphones which I can't build. In fact, I have this error : The type or namespace name 'ISupportInitialize' does not exist in the class or namespace 'System.ComponentModel' (are you missing an assembly reference?) ...
Jave IDE similar to Visual Studio .NET
Michael Jackson -
18 Jan 2006 9:29 AM - 8 messages
Hi all, Not sure if this is the right NG to post this to. I have to learn Java for a new contract. I'm looking for an IDE for Java, as close to the .NET IDE, hopefully linked to SQL Server like .NET, ...
Download Manager for IE 6
Steve B. -
18 Jan 2006 9:21 AM - 1 message
Hi, I'm willing to build a simple download manager for IE 6 and later. I want to use .NET 2.0, but I don't know where to begin. Do you have any hint for me ? Thanks, Steve ...
XmlValidatingReader fails on everything - says cant find top eleme
martin -
18 Jan 2006 9:09 AM - 2 messages
I'm trying to use XmlValidatingReader to programatically validate an XML document according to a given schema. However, no matter what schema/doc pair I feed into the program I keep getting the same error: The element my_namespace:my_top_element have not been declared. An error ...
Scan images using asp.net
sonu -
18 Jan 2006 8:22 AM - 3 messages
my asp.net project has a requirement to enable the user to scan images.How can i do this? ...
How to access a GPS device ?
Lionel Reyero -
18 Jan 2006 6:04 AM - 1 message
Hello, I would like to know if there is any existing (free) library to access GPS devices in .NET applications ? I know there is an API for Windows Mobile, but I am interested in desktop applications. I have come accross GPS Toolkit .NET and GPS SDK which are costly ...
Free mp3's
Jickles -
18 Jan 2006 5:25 AM - 1 message
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P>And much more that that!</P> <P><A href="[link]">[link] ...
How to Scan Wireless LAN access points in C#
Lionel Reyero -
18 Jan 2006 4:51 AM - 1 message
Hello there, My background is .NET Compact Framework development. I have developed an application able to scan nearby access points in Windows Mobile. I have used the OpenNETCF library to do it. Now, I would like to port this application on desktop. What library can I ...
Its urgent!!!!
sonu -
18 Jan 2006 4:46 AM - 5 messages
I have a component for scanning images which is a windows application.I want to include this component in my ASP.NET project.So that this windows application can run on clint machine. Is it possible? ...
Zachovich
Zachovich -
17 Jan 2006 10:52 PM - 5 messages
Whats the best method for copying files to and from an internet server that doesn't have ASP? I want to deploy a windows.forms application that copies files to and from a certain web directory (on a domain i own). Currently ...
Repeated failure installing .NET FRAMEWORK 1.0 SERVICE PACK 3
Meadow -
17 Jan 2006 10:46 PM - 9 messages
This has been happening every time I run Windows Update for the last year - it finds this "critical" update, but it always fails to install (it just says "the following items failed to install") - could find no mention of this ...
Maximum Throughput with HttpWebRequests
tobin -
17 Jan 2006 10:32 PM - 5 messages
Hi there, Question 1: I'm writing a spider in C# and want to be able to achieve the maximum number of page fetches per second using the HttpWebRequest. Is, for example, 100 pages/sec possible? I'm sure I've seen open source ...
|
|||||||||||||||||||||||