|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
extracting text from files using IFilters
kunal -
15 Oct 2005 10:41 AM - 1 message
I am developing a web based application in which i give an option to the registered users of the applications an option to upload files as attachments directly in the blob field of the database. Now Just before the upload of the file occurs i need to extract text from the files and ...
thread won't start
Doug Kent -
15 Oct 2005 1:13 AM - 6 messages
Hi, I am using a STA thread to run a COM object. On a couple of machines the thread runs fine. On another machine the thread won't start, and no exceptions are thrown. This code is running in a web service implemented using C#, ASP.NET 1.1, IIS ...
LOANS FROM 100K AND UP TO THE BILLIONS
TX_LADY -
15 Oct 2005 1:00 AM - 1 message
FDP Financial is your business to business finance source with the knowledge and business funding solutions expertise to offer you the single best source for your funding needs of 100K and above, anywhere in the world. FDP Financial has a wide range of business funding solutions that ...
limiting access to files with asp.net
Daniel -
14 Oct 2005 11:56 PM - 2 messages
limiting access to files with asp.net is there any way i can make a file only accessible to certain users of my website? my files are to large to copy to a temp directory and they are of many types, .exe .xsl .xml etc. i want an href to each file but only allow ...
Remote debug how?
tolisss -
14 Oct 2005 11:01 PM - 1 message
Please some one tell me what i m doing wrong. I did the following steps in order to unable remote debuging on 2 XP pro machines First machine 1)login as Administrator 2)install only remote objects from VS2003 DVD ...
Change Password Errot IN LDAP.
shiva_910 -
14 Oct 2005 6:52 PM - 1 message
HI, Iam facing an error while trying to Change the Password IN LDAP. Below is the code I have used. DirectoryEntry de = new DirectoryEntry(@"LDAP:XXX,CN=Users,DC=XX,DC=root,DC=local", @"XX","XX",AuthenticationTypes.SecureSocketsLayer); ...
need help: accessing Assembly by Application class gets empty strings
alasinski -
14 Oct 2005 6:28 PM - 3 messages
Can someone help me why the following code based on .Net examples doesn't work on my .net 2003 ? It seems to me that all Application properties that are set in AssemplyInfo.cpp file build up by project wizard doesn't get ...
C# Casting following Reflection
Pete -
14 Oct 2005 5:11 PM - 5 messages
Hi, I'm trying to make an application as extensible as possible, to allow new modules to be added in further down the line. The application itself is an exe, the modules are classes within "Class Library" dlls. On startup, the app reads a list of assemblies/classes to load, and ...
SDK or Runtime - How can I tell which I have?
cleversticks -
14 Oct 2005 5:10 PM - 1 message
I'm trying to figure out whether I have only the .NET 1.1 runtime, or the SDK, installed on this machine I working with. The machine is part of an organization where new software installs are not taken lightly, ...
Can't add a PointF to a SizeF!!! Why?
MoriCristian -
14 Oct 2005 3:39 PM - 2 messages
Hi. I found out that you can't add a SizeF to a PointF but only a Size! Is there an explanation for that? I find it Ok to add a Size to a Point, but since PointF is float, i'd like to add a SizeF as well.... ...
Disable exceptions?
Chirag -
14 Oct 2005 3:31 PM - 11 messages
Is there a master define that I can toggle to disable exceptions? I would rather not use asserts. I would also like to avoid the following clunky syntax: #If DEBUG Then If array.Count <> m_numDimensions Then Throw New ApplicationException("Invalid number of dimensions") ...
Suitability of custom formatting for interoperability
drewnoakes -
14 Oct 2005 3:22 PM - 5 messages
Hi, I'm developing an application server to which clients will connect over the network. This server has a variety of entry points, and remoting seems well suited for those clients written in .NET. However there are two simple functions that will be accessed from unmanaged ...
C
bernice.blackledge -
14 Oct 2005 2:47 PM - 19 messages
vs C++# Is C# better than C++? What are the advantages of C++ over C# and vice versa? bernice.blackle***@realcredits.com ...
How to invoke java class from .net framework?
Wedde -
14 Oct 2005 2:40 PM - 5 messages
Can I use JNI to implement it? ...
AssemblyBuilder.DefineUnmanagedResource
Ladislav Prosek -
14 Oct 2005 2:23 PM - 1 message
Hello, Can anyone provide some information about the byte[] parameter of AssemblyBuilder.DefineUnmanagedResource? The DefineUnmanagedResource(string) overload is clear to me. It accepts a name of a resource file - .RES as generated by the Resource Compiler. So far so good. But it turned out that, despite intuition, the ...
Help with n-Tier Architures, Testing, and Transactions
Tyrant Mikey -
14 Oct 2005 2:09 PM - 2 messages
Hi everyone, I could really use some help wrapping brain around "Proper n-Tier Architectures" (TM) in .NET. Please forgive me if this is the wrong forum in which to post this--I couldn't seem to find a microsoft.public.dotnet.architecture newsgroup. :) ...
Regarding componet architecture in VB.NET
sonali_reddy123 -
14 Oct 2005 2:04 PM - 3 messages
Hi, I need a help regarding writing an application which has two components which are inherited by a base component and depending on which object is associated during the calling the methods in the derived components should get called. How does VB.NET supports this approach. ...
Random ArgumentException errors
risaacs99@gmail.com -
14 Oct 2005 1:30 PM - 1 message
Hi Everyone, I have been getting the following error seemingly randomly in my WinForms application. The stack trace is: System.ArgumentException: Invalid parameter used. at System.Drawing.Region.GetHrgn(Graphics g) at System.Windows.Forms.Control.GetHRgn(Region region) ...
how to release access to a file used by another process
Abraham Andres Luna -
14 Oct 2005 1:01 PM - 1 message
hey everyone, i got this error when i tried to use File.Delete(strPath): Exception type: IOException Exception message: The process cannot access the file because it is being used by another process. how can i release this process from accessing the file so i can delete it. i ...
Intercepting system calls in .NET
Peter Olcott -
14 Oct 2005 12:59 PM - 9 messages
Is there any way to intercept system calls to windows such as TextOut and DrawText? what kinds of system calls can be intercepted, and what is the mechanism to accomplish this? ...
Low Level View of .Net FrameWork
Amit -
14 Oct 2005 12:49 PM - 8 messages
Hi Friends, I am curious to know how actually .Net executes the requests. I mean both web form and windows form. Actually i have gone thru all the theoritical stuff but i want to actually see how .Net engine executes the requests coming ...
app.config for class library?
mfc_mobile -
14 Oct 2005 11:55 AM - 3 messages
Hi, Is it possible to have a app.config for a class library as well as a app.config for an application calling the class library? I'm using C#. thanks ...
How to avoid using user32 api in my managed code
Albator -
14 Oct 2005 11:48 AM - 2 messages
Hi, I'm trying to find a .NET equivallent to CreateCaret, ShowCaret, HideCaret, DestroyCaret and SetCaretPos that are part of user32.dll. What is manage equivalent of user32.dll functions? Alain Martineau Publishing Business System ...
Mail attachment.
Ondrej Srubar -
14 Oct 2005 11:05 AM - 4 messages
Hello, I generate a pdf file and I want to send it as mail attachment without saving it to a disk. And the class MailAttachment has only the property Filename. Is there any solution? Ondrej Srubar ...
How to know when a Class/Object is Disposed/Finalized/ = Nothing
DraguVaso -
14 Oct 2005 10:18 AM - 6 messages
Hi, I have made some classes, but when they are Finalized/Disposed or simply "MyClass = Nothing", I want to trigger this action, and ask to save unsaved changes. How should I do this? I'm kind of testing with a Base-Class from which all ...
SystemBrushes and SystemPens
Larry Lard -
14 Oct 2005 10:15 AM - 3 messages
Does anyone know why there is a mismatch between the colours to be found in SystemBrushes and those to be found in SystemPens? For example, there is a SystemPens.GrayText but there isn't a SystemBrushes.GrayText. In total there are 21 SystemBrushes, but only 15 SystemPens (not a ...
Serialization of SOAP requests
marco -
14 Oct 2005 10:06 AM - 4 messages
Hello there, I've got a new problem which I don't know how to address best. I've got a C# web service which is invoked by various SOAP clients. One of the clients performs some batch processing by accumulating many ...
NET Framework 2.0 Beta 2 installation XP profile and SQL Express problems
bonavox -
14 Oct 2005 7:58 AM - 2 messages
Hi, After installing .NET Framework 2.0 Beta 2 Redistributable, my account in Windows XP SP2 got corrupt. This meant that every time I logged on with this account (with administrator rights), it was as a new profile. Logoff didn't save the profile. ...
ISynchronizeInvoke - Checking my understanding
Wavemaker -
14 Oct 2005 6:03 AM - 1 message
According to the documentation, when the target method is invoked as a result of a call to ISynchronizeInvoke.Invoke and an exception occurs, the exception is propagated back to the caller. In testing this out with a Windows Form, I've found this to be the case. ...
Array Manipulation
Marco Rego -
14 Oct 2005 4:24 AM - 2 messages
I need to code a method to which will be passed an array. I need help on: 1) How do I discover if the passed array is a value type array ? 2) How do I discover the type of each element of the passed array ? ...
Memory limit for a new process
Mantas -
14 Oct 2005 4:22 AM - 3 messages
Hi, I was trying to write an application which would start a new process. But the problem is, I want to put a limit on the size of stack and heap for the process. In case the given limit is exceeded, I would like the process to ...
App.config question
Mark -
14 Oct 2005 4:14 AM - 4 messages
Hi... Related to my last post, I made an interesting discovery - you can include an application config file in your project, but it seems that unless it is named *exactly* App.config *and* it lives in the root directory of the ...
Evidence
poifull -
14 Oct 2005 2:17 AM - 5 messages
Is my class library is it possible to get the calling assembly's executable full name, or the Url if it is being linked from an ASP? Thanks, Joe TIA, poifull ...
solution with Framew.App and CFramewAppl. together. How?
w -
13 Oct 2005 10:45 PM - 1 message
Hi guys, I try to make a windows framework application with a compact framework dll. In the moment where I add the dll in the reference of the windows application the whole windows forms stuff crash because the system.windows.forms reference is overridden by the system.windows.forms ...
namespace issues
ConstableBrew -
13 Oct 2005 9:57 PM - 1 message
I'm writing my first asp.net application. Currently I am getting the following error: Compiler Error Message: CS0246: The type or namespace name 'MyForms' could not be found This is the home page for the site, and it should be loading objects ...
Setting Selected Index in a DataGridViewComboBoxColumn
john -
13 Oct 2005 9:00 PM - 1 message
Hi all, I am trying to set the selected index on a DataGridViewComboBoxColumn. I have looked through the MS docs and cannot find how to do this. Is it possible? Here is my code 'first create a combobox column to show the location list ...
erroneous Missing Assembly build errors?
Mark -
13 Oct 2005 6:01 PM - 4 messages
Hi... I was wondering if anyone has seen this before. I've seen it on a couple of projects now, so I'm finally prompted to ask. I've had a couple of multi-project solutions where several of the projects ...
Is .NET maninly used for business applications.
Kenroy -
13 Oct 2005 5:47 PM - 8 messages
Is .NET maninly used for business applications.Example stuff like Accounting applications, payroll apps,etc.. What is it predominantly used for? ...
Configuration in a n-tire solution
Pål F -
13 Oct 2005 2:02 PM - 2 messages
Hi, My company are developing a framework (n-tire soulution) to use when we are developing applications for our customers. Between the layers we want to implement Web Services that serves the other layers (and other applications) with the objects/data they need. I wonder if anybody have ...
How do I get a Type instance that represents an array of a given Type instance?
Jeff Brown -
13 Oct 2005 2:01 PM - 2 messages
Hi, I have the following scenario. (The example code is C#.) Type elementType = (given); Type arrayType = (an array of whatever type "elementType" represents); The question is, how do I get that value that's assigned to arrayType? ...
Zipping and streaming directory structure to client without temp files
Søren M. Olesen -
13 Oct 2005 12:57 PM - 3 messages
Hi I need to zip and send a bunch of files (2 Gb) in a directory structure to a Web clinet. Using XCeed I've been able to zip the directory structure into a temporary file and the send it to the client. However it takes quite some ...
Re: Transactions and ProcessAdd
Torben B. Haagh -
13 Oct 2005 12:19 PM - 1 message
Sorry, this should have been to microsoft.private.sqlserver2005.analysisservices.olap, Torben We use ProcessAdd for incremental processing. We keep track of the last processed key in the fact and dimensions tables and process the rows with a larger key. We generate XMLA to ProcessAdd on dimension (as AMO has no ...
Transactions and ProcessAdd
Torben B. Haagh -
13 Oct 2005 12:17 PM - 1 message
We use ProcessAdd for incremental processing. We keep track of the last processed key in the fact and dimensions tables and process the rows with a larger key. We generate XMLA to ProcessAdd on dimension (as AMO has no ProcessAdd on dimensions) and use ProcessAdd on partitions through AMO. We ...
Version Dependent Isolated Storage
Euphilos -
13 Oct 2005 11:30 AM - 9 messages
Hello, I'm trying to have the isolated storage created separately for each version of a strong named assembly. The reason for this is that the data formats of the persisted information may change from one version to another, and, if the ...
How to Handle clsMyClass.Event raised in GenericList(Of clsMyClass)
DraguVaso -
13 Oct 2005 10:22 AM - 14 messages
Hi, I have a Generic List, for instance: Public MyPersonnesDeContact As New System.Collections.Generic.List(Of clsPersonne) My clsPersonne raises some events, and I want to be able to handle these events. The problem is: when using the WithEvents (Public WithEvents ...
FileSystemWatcher & Modal Dialog Box
Pros Van Dessel -
13 Oct 2005 7:00 AM - 3 messages
I'm trying to build a windows forms application that monitors changes in the file system using a FileSystemWatcher object. In the event handler of the watcher's 'Changed' event, i would like to display a message box. If i do this, ...
Accessing the managed heap
MariusI -
13 Oct 2005 6:16 AM - 4 messages
Hi i want to obtain a reference to the object which invoked the class constructor. I'm doing the following in the class constructor: public Constructor() { StackTrace st = new StackTrace(); ...
.Net Excel Add-in missing images in ListView
James -
13 Oct 2005 1:32 AM - 2 messages
I created a .Net add-in for Microsoft Excel.When the application load, all the images that will be used in the application will be loaded. I have a few forms, and some of them contain ListView control. I used the LargeIcon view ...
optional array problem
Still Learning -
12 Oct 2005 10:06 PM - 2 messages
Hi, The following syntax works when used within a subroutine but not when declaring an optional parameter in a sub definition: Within sub: Dim arr(,) as integer = {{0}, {0}} Declaration: Private Sub TempName(byval field1 as string, optional byval arr(,) as ...
access ldap
joseph -
12 Oct 2005 9:23 PM - 2 messages
how to access LDAP(create or read OU)using vb.net or script thanks ...
Compiler error 128
bosxfan2005 -
12 Oct 2005 9:10 PM - 2 messages
Hi, We are experiencing this error at runtime with our website. The problem is intermittent, but once it occurs, all pages start returning the error. We are running on IIS 6.0, Win2003, .Net Framework 1.1 SP1. The code is built ...
Security of .NET Framework 2.0 assembly signing...
Nick Z. -
12 Oct 2005 7:50 PM - 2 messages
I heard that assembly signing in 1.1 was cracked. Is version 2.0 better at signing assemblies? Would it be sufficient to sign the assemblies to prevent them from being tampered with? Should I use something else in addition (obfustication ...
Bug in .NET's Process model?
awm129 -
12 Oct 2005 5:12 PM - 12 messages
This may not be the correct place for this, but I think it is something an MVP should take a look at. Check out this thread over on the developer forums: [link] ...
Calling assemblies built with different framework version
Alejandro.Feiges -
12 Oct 2005 4:52 PM - 1 message
Hello, I have an assembly that works only with framework 1.1. Then I built an application using Framework 2.0 beta 2. How can I tell the FWK 2.0 application that the called assembly must run under 1.1 runtime? ...
Calling assemblies built with different framework version
Alejandro.Feiges -
12 Oct 2005 4:52 PM - 4 messages
Hello, I have an assembly that works only with framework 1.1. Then I built an application using Framework 2.0 beta 2. How can I tell the FWK 2.0 application that the called assembly must run under 1.1 runtime? ...
Running System.Diagnostics.Process as NT user
rmunson8 -
12 Oct 2005 4:16 PM - 3 messages
I am attempting to create a Process object and run it as the logged on NT user. How can I set the user context for a Process. I am running the Process from a web service. Running .Net 2.0 Beta1; Windows Server 2003 ...
MD5CryptoServiceProvider creates different hashes for the same fil
sean rogers -
12 Oct 2005 3:18 PM - 3 messages
hi im using System.Security.Cryptography.MD5CryptoServiceProvider to generate a hash which represents an xml file that i will receive. I receive a summary file which includes a base 64 string of the hash when the file was sent. Upon receipt i then take in the xml file and create it as a FileInfo then ...
Hosting Framework 1.1
ross.oneill -
12 Oct 2005 2:45 PM - 3 messages
Hi, I have received a request to host a .NET (Framework 1.1) website which is a web service. I have Windows 2000 and IIS installed. I cannot tell what version of IIS I have, but I am assuming it is IIS 5 since I ...
OK with 1.1, System.IndexOutOfRangeException with 2
acb -
12 Oct 2005 1:30 PM - 1 message
Hi, I have an aspx page that works well with Framework 1.1 and crashes with Framework 2. What follows is the error page and the source code. --- error page Server Error in '/' Application. -------------------------------------------------------------------------------- Index was outside the bounds of the array. ...
Determine size of memory cards of a PDA from the desktop
Joachim Fuchs -
12 Oct 2005 10:54 AM - 2 messages
Hi, I need to do some file operations in a desktop program that uses an ActiveSync connection to a PDA device. With OpennetCF.Desktop I can enumerate the temporary devices including memory cards. How can I get Information about the total size and the available memory of a ...
How to catch "Error creating window handle."
DraguVaso -
12 Oct 2005 7:15 AM - 7 messages
Hi, In my application, on some given actions while debugging in Visual Studio, I suddenly get a "System.ComponentModel.Win32Exception was unhandled" Message="Error creating window handle." exception. The problem is that this exception isn't raised somewhere in a method, so it ...
Deployment Setup Project?
Charles A. Lackman -
12 Oct 2005 6:49 AM - 4 messages
Hello, I am making as setup/deployment project in Visual Studio.NET and would like to know how to change the top Picture and the Icon from the default one of a computer to something I create. Is there a way to add a pic to the msi ...
File encoding
lorenzo.viscanti -
11 Oct 2005 10:47 PM - 5 messages
Hi everybody, I'm trying to create some text files in c#. I have not to put the encoding preamble bytes at the beginning of the files, 'cause the unix software that reads my files gets some troubles with the ...
Distributing Shrinkwrap .NET Winforms Apps
Andrew -
11 Oct 2005 9:35 PM - 4 messages
Is there a "nice" opaque way to distribute shrinkwrap .net windows forms applications so that the necessary framework is quietly installed when my setup or msi file is run?... if the user doesn't already have .net installed... Sorry, I'm pretty ignorant of msi and deploying such .net apps, so any ...
Getting MAC Address
Michael Jackson -
11 Oct 2005 8:35 PM - 4 messages
I'm using the following code to get the MAC Address from the PC. The actual MAC Address of the PC is 8th and 9th in the list (following the code). How do I get just the MAC Address I need? Why are there so many entries? ...
Windows Presentation Foundation
john conwell -
11 Oct 2005 8:24 PM - 2 messages
So does Windows Presentation Foundation come with Whidbey and 2.0? or is it slated for a later release like with Vista? The world is getting all hyped up over Windows Presentation Foundation but i'm not understanding why since ...
Can't get EventLogs of type Security.
Ken Varn -
11 Oct 2005 8:11 PM - 4 messages
I am using the EventLog class to try and get the Security logs to display them on my asp.net page. For some reason if I impersonate an administrator user before accessing the Entries collection in the EventLog object, I get a ...
.net 2.0 final version
Paul Rzepecki -
11 Oct 2005 7:57 PM - 4 messages
I've simple and maybe obvious question, but when the official final (not beta) version of .net framework 2.0 will be released? Thanks. ...
XML Data Application
DEWright_CA@online.nospam -
11 Oct 2005 7:35 PM - 6 messages
I am planning a application that will output a report to a XML Schema. I have planned the schema out and have a db architecture planned to maintain the data for the whole app. What I can not seem to see is how do I output the ...
Remoting with HttpChannel not scalable???
miki -
11 Oct 2005 7:26 PM - 1 message
Our client server application is using remoting with http channel. We’ve noticed that connections made between the server and the clients are never closed. (Server is hosted inside a service and can not be hosted in IIS) Using a protocol analyzer we detected that the packet header contains ...
Help adding control to Toolbox - VS2005 RC1
dw -
11 Oct 2005 5:20 PM - 4 messages
Hello... I am unable to add any controls to the Toolbox in VS2005 (RC1). I Right-Click on the Toolbox and select the wizard to Choose the new items, browse to the control DLL...select it and it appears in the list of controls ...
ActiveDirectory APIs in .NET 2.0 for IP->Subnet (DsAddressToSiteNa
Jabber321 -
11 Oct 2005 5:03 PM - 1 message
I took a look through the list of API changes implemented in the .NET 2.0 Beta and I did not see anything in the System.DirectoryServices.ActiveDirectory classes that implements the functionality of DsAddressToSiteNames. The desired functionality is to ...
Client Callbacks using a Gridview
yobofunk -
11 Oct 2005 4:42 PM - 3 messages
On my page, I have a gridview that must update every 5 seconds. To implement this, I use the client callback feature. On the server-side, I have a function which takes the GridView object on the page and calls the DataBind() method on it. Thereafter, I take ...
setting property on button fails
Jazper Manto -
11 Oct 2005 3:08 PM - 3 messages
hi i've tried to set the Visible property on a System.Windows.Forms.Button on the form_load() event. this method normaly process correctly. however as i played around with the software for testing reasons, suddenly this Visible property on the button could not be set anymore. i tried it in the IDE at ...
Using generics with IConfigurationSectionHandler doesn't work
tberry -
11 Oct 2005 2:02 PM - 3 messages
I'm implementing a IConfigurationSectionHandler using generics, and the ConfigurationManager is failing to create the type. It appears the ConfigurationManager isn't using the specified assembly to find the type for the generic. (Sound confusing? Here's a sample): namespace TestApp ...
Find a Proxy into PC with c#
ck1; -
11 Oct 2005 1:24 PM - 3 messages
Hi, I'm investigate for implement a c# application that is proxy-friendly. Actually my application work if Internet Explorer have Proxy activated with non-script features. But If Internet Explorer have script-based proxy setting, i can't find the ...
Database connections and try catch finally?
Kenneth Myhra -
11 Oct 2005 12:00 PM - 3 messages
Hi guys & girls! We're having a discussion at work whether we should use a try catch finally statement when opening a database connection, so that we can close the database connection in the finally statement. Some of us think that the try catch finally statement uses too much ...
"adding this project as a reference would cause a circular dependa
Dave -
11 Oct 2005 8:41 AM - 4 messages
I am writing my first .NET C# application and I hit this message. I'm used to working with object files and linking, and there was certainly never a problem with classes in two different object files needing to reference each ...
Problem when Open Form in Design Mode C# 2.0
BLM -
11 Oct 2005 5:38 AM - 1 message
When I try to open a windows form in design mode I face a Error The path is not os a legal form I using VS.net 2.0 Berta 2 Please Help BLM ...
Inspector problem
Lloyd Dupont -
11 Oct 2005 2:24 AM - 4 messages
I want to create some "inspector/tool windows" in my WinForm/Desktop application. Ideally I would like to hide them when the main form is not active. The problem is: I can't use the deactivate event because the toll window, ...
ANN: Reminder MVP-hosted NetCF chat tomorrow
Michael Fosmire [MSFT] -
10 Oct 2005 9:29 PM - 1 message
Just a reminder that MVPs will be hosting an online chat tomorrow concerning Smart Device Programming with Visual Studio .NET 2003. We will be on hand ready to answer your questions, so bring 'em on! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Title: MVP chat: .NET Compact Framework and Smart Device Programming ...
Betas w/ WinFx
Andrew -
10 Oct 2005 8:32 PM - 2 messages
I want to install the Betas for vs2005, and team server, and sql2005. I also want to be running WinFX runtime and use the SDK and plugin for vs2005 for WinFX. What the right order to install these pieces (at this point in time) and ...
Whats an efficient way of insertring elements into an XML document
Nick Z. -
10 Oct 2005 5:30 PM - 12 messages
Lets say you have the following xml document <?xml version="1.0" encoding="utf-16"?> <log> <event>Some event #1</event> </log> How would I add another <event> element to this document? ...
HTTPWebRequest timeout
miki -
10 Oct 2005 5:30 PM - 2 messages
Our application is written in C# and uses http remoting technology. Server and client utilizes http channel for communications. On some win2k sp4 machines with .Net 1.1 sp1 the client is unable to access the server even when the server is located on the same machine. ...
IsInputKey and embeded user control
ssg132 -
10 Oct 2005 5:02 PM - 1 message
Hi, I have a .net user control which has the IsInputKey overriden to catch keydown events of arrow keys. When I embed this user control in a web page hosted in a iis server and try to open it through internet with an ...
Problem only in release version
babak -
10 Oct 2005 3:14 PM - 4 messages
Hi everybody I'm working with a project in embedded Visual Studio 4 and I have a general problem which I hope that somebody can help me with. My problem is the following: My project works fine in debug version but behaves strangely and ...
Threading
Dick -
10 Oct 2005 3:11 PM - 5 messages
My (VB.net) application successfully calls some 3rd party COM-based software. But I want to change my application so the main code runs on a background thread leaving the foreground thread free to handle a "progress" form. But after I do so the call to the 3rd party software fails. ...
GAC Question
Stephen Costanzo -
10 Oct 2005 3:02 PM - 3 messages
If I have posted this in the wrong forum, I apologize in advance --- just please tell me where to ask the question. I have created a strong-named assembly and used gacutil to install it to the GAC. I have confirmed that the file is present. ...
sql express and .Net 2.0 Beta - how to install
AlexS -
10 Oct 2005 2:17 PM - 2 messages
When I tried to install Sql Express from .Net 2.0 SDK I got following error, which doesn't make much sense to me -quote- Delay load of action "DetectPatchedBootstrapAction" returned nothing. No action will occur as a result. Action "LaunchPatchedBootstrapAction" will be skipped due to the following ...
Setup Error - Failed to load resources from resource file
NetRacer -
10 Oct 2005 12:50 PM - 1 message
hi, i'm suddenly getting the above mentioned error message when i'm clicking on some control in my winforms application (coded with vb.net). after that message the app closes immediatly. i tested around a little bit now and found out that the error is ...
Casting Decimal problem
William -
10 Oct 2005 8:49 AM - 2 messages
Hello, I have a very straingts problem about casting string to decimal. When I Cast on mine developers box (Windows 2003 Webedition) string 12,73 the result of function FormatCurrency is €12,73 When I promoted the webappliction to the production box (Windows 2003 ...
How to download a file? Need a .NET version of URLDownloadToFile
John -
10 Oct 2005 5:12 AM - 3 messages
Hi, I know, this question was posted few times already, but I failed to find a definitive answer. A usual answer is to use System.Net.WebClient.DownloadFile, but it does not work for me because: - I need the HTTP request to be identical (or very close) ...
MissingManifestResourceException
den 2005 -
10 Oct 2005 4:30 AM - 1 message
Hi everybody, I have problem with MissingManifestResourceException. The image property of PicuteBox control is properly reference to its folder and image location. What do I need to change to fixed this problem. Advanced Thanks. Code causing Error: this.pbIcon0.Image = ...
Access to protected members
Laban -
10 Oct 2005 2:48 AM - 5 messages
Hi, I am new to C# & .NET. I have a class A which contains a protected member M that I would like to access. If I derive my own class B from A, I can access M from within the ...
When .NET 2.0 released, What MS Products will release for .NET 2.0?
abc my vclass -
9 Oct 2005 11:48 AM - 10 messages
When .NET 2.0 released, What MS Products will release for .NET 2.0? ...
|
|||||||||||||||||||||||