|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
Glyn Meek -
20 Nov 2004 8:40 PM - 5 messages
We have developed a number of user controls in VB in 'Windows Control Libraries' that we wish to use in other projects. How do we convert these into a 'portable' dll? Sorry if this is out there somewere, already, but we've tried searching all ...
Afrika -
20 Nov 2004 8:01 PM - 5 messages
Hello, is there any where i could get a free eBook on the .NET technology ? thanks ...
Bill -
20 Nov 2004 3:36 PM - 6 messages
I have a problem and I need to know if anyone can assist in solving it. Our database of choice is Oracle. When we attempted to do some VB.NET coding with .NET 2002 and framework 1.0, whe had problems accessing our Oracle ...
Martin Hart - Memory Soft, S.L. -
20 Nov 2004 3:14 PM - 4 messages
Hi: I'm sure this will be a very simple question to answer, but I can't see the solution. I am launching a modal WinForm from my main form via: using(frmChildForm frm = new frmChildForm()) ...
Przemek Orlik -
20 Nov 2004 2:15 PM - 2 messages
What kind of event raises whe system is about to hibernate? I have tried SystemEvents.PowerModeChanged but it oly works for Stand By. Is there any .Net method which can be used to Shut Down or Restart computer or I have to use Win32 API functions? ...
Ya Ya -
20 Nov 2004 10:48 AM - 2 messages
I am developing a DLL (class library) for a web application of mine. In the web.config of the web application I have set: culture="en-GB" uiCulture="en" in order that the date format will be dd/mm/yyyy. ...
jzero -
20 Nov 2004 4:09 AM - 4 messages
For applet-style web applications... For other web applications, ASP.NET is very well suited for use on a variety of platforms because it outputs html. ...
_BNC -
20 Nov 2004 1:30 AM - 6 messages
I need to do the equivalent of 'select all' and 'capture' on a browser screen. I just want the text as it appears on-screen. Is there a simple way to automate this? The thing that may make it a bit awkward is that the browser windows ...
_BNC -
20 Nov 2004 1:26 AM - 5 messages
..NET/C# doesn't seem to have much support for MIDI interface and music playback in general. Are there any good references on it? ...
Thomas Scheidegger [MVP] -
19 Nov 2004 11:46 PM - 9 messages
For MSDN-Subscribers now available: [link] ( Tools, SDKs, and DDKs | Platform Tools, SDKs, DDKs ) Microsoft WinFX Software Development Kit (SDK) "Avalon" Community Technology Preview Edition ...
John -
19 Nov 2004 10:20 PM - 2 messages
I am new in Regular Expression. Could someone please help me in following expression? 1. the string cannot be empty 2. the string can only contains AlphaNumeric characters. No space or any special characters are allowed 3. space characters at the end of string is ok ...
John K -
19 Nov 2004 7:51 PM - 2 messages
Hello Peter, Thanks for the information. This seems like an awful amount of work just to simply validate a user and their ID and to see if they are an administrator. Thus your telling me there is no equivalent .NET code to do this? If not, I ...
Tom wilson -
19 Nov 2004 7:46 PM - 9 messages
This is driving me nuts. I'm trying to update an Excel spreadsheet using ADO.Net and Oledb in VB.Net. The connection is open, the adapter is connected and the dataset is loaded. Here's the code in ...
mdb -
19 Nov 2004 7:23 PM - 5 messages
I have an application with a windows form that I am currently embedding an AxWebBrowser object on so that I can have it navigate to a web page. This web page contains simple javascript code which takes two parameters that I ...
AJP -
19 Nov 2004 7:15 PM - 2 messages
I'm trying to figure out how to implement a static Synchronized() method (like those supported in many of the classes in the Collections namespace). I'm deriving from CollectionBase for a strongly typed collection. I think I understand how to use the SyncRoot property to safeguard operations: ...
dw -
19 Nov 2004 6:59 PM - 5 messages
I am working on a project where I need to be able to turn on/off some features based on whether the user has purchased a particular feature. And, the current UI has a tab control which I need to hide (or remove) tabs based ...
Mike -
19 Nov 2004 4:23 PM - 2 messages
Is any .Net class does the similar work as legacy HTMLDocument object? thanks ...
Eric -
19 Nov 2004 3:10 PM - 3 messages
When you download and install the PayPal ASP.NET Web Controls ([link]), it comes with an impressive, MSDN-like compiled help file with detailed info for each of its classes. At the bottom of almost every page reads "Generated from assembly ...
Dan Suceava -
19 Nov 2004 3:05 PM - 2 messages
If I VPN into a remote network from my machine, is there a way to get the user name and domain of the user who connected through VPN from my computer? WindowsIdentity.GetCurrent().Name Environment.UserName SystemInformation.UserName Environment.GetEnvironmentVariable("USERNAME") ...
cristian -
19 Nov 2004 12:58 PM - 3 messages
I hope posting on this newsgroup is not such a big mistake, if so please someone could redirect me to the right address?! anyway, here is my problem, On this line i receive an exception, that I wasn't able to find out where it ...
Andreas Michaelou -
19 Nov 2004 9:18 AM - 2 messages
From a windows service I am calling a method from an assembly that does some processing and stores some records in an SQL database. I am using the dot(.) as my decimal point. When I call this method it ...
z f -
19 Nov 2004 7:15 AM - 3 messages
Hi, on my machine (winxp Pro+sp2) with framework 1.1 the aspnet runs session_start before application_start my web application that assumes application_start will run before breaks! what can you tell??? TIA, z. ...
AVL -
19 Nov 2004 6:39 AM - 9 messages
Hi, I'm new to .Net. I've installed visualstudio.net 2003. There were no problems in set up. But my asp.net web applications are not running properly. Sometimes, the Page_load event doesn't fire properly and sometimes the ...
Glyn Meek -
19 Nov 2004 6:11 AM - 9 messages
is there any reason why a Thread.abort command would NOT abort the thread? It's state indicates it has been aborted, but it keeps on running!!!! Is it because the thread contains a timer, and I also have to terminate the ...
z f -
19 Nov 2004 5:54 AM - 3 messages
Hi, i have a clean installation ogf winXPPro with Visual Studio.net 2003 and framework 1.1, winXPSP2. for some reason the IIS application are not mapped for the ASP.NET ISAPI DLL and can not run ASPX pages. what should i do in order to fix it , and why did it happend in the first ...
study,study -
19 Nov 2004 3:19 AM - 3 messages
i want to use jcla to convert java,but there are many jars in the solution,how can i convert jar to class library? i have converted a solution ,but there are many problems. for example: i can't find "org.apache.lucene.analysis.Analyzer" ...
Steve Kallal -
19 Nov 2004 2:01 AM - 4 messages
I work on a small development team. My team lead does not see any need to get SP1. I would very much like to. Are there issues with different people on the team using different versions of the 1.1 Framework? ...
Scott -
19 Nov 2004 1:49 AM - 3 messages
I'm trying to use 3 .net C++ built dlls in a National Instruments LabWindows application and include them in the LabWindows (5.5) install. I've installed the .net 1.1 framework on the target computer, but when I run my application ...
Random -
18 Nov 2004 11:50 PM - 8 messages
I'm trying to get the XmlDataDocument to work. What I'm doing is creating a root node, and then importing in nodes from different xml sources to contruct a brand new document. However, when I then go to access the Tables ...
Simon Fletcher -
18 Nov 2004 10:05 PM - 3 messages
I am using SimPE which is a Advanced Sims 2 Editor. It uses .NET Framework 1.1. But when I run it, it works for about 5 minutes, well the time varies, then the whole Computer Freezes and when I check in the Even Viewer theese come ...
Glyn Meek -
18 Nov 2004 10:02 PM - 3 messages
My partner and I do development some 20 miles apart (I know...irrelevant information...as if anyone cares!), and we regularly exchange source code modules etc. during development projects. We are able to take 'forms', and easily move them backwards and forwards between our projects using the ...
Jim Adams -
18 Nov 2004 9:22 PM - 2 messages
Anyone? Thanks, Jim ...
GlobalBruce -
18 Nov 2004 8:51 PM - 5 messages
Hi. I'm trying to determine the classes loaded into a non-local process running on a distant .NET server. On that distant server, I can get the list of processes and iterating through that list I can get a ...
L Anthony Johnson -
18 Nov 2004 8:45 PM - 2 messages
Is there away to do this? I need to revert back to the prior version of the framework. ...
Daniel Passwater via DotNetMonster.com -
18 Nov 2004 8:00 PM - 2 messages
I've got hexadecimal info coming to my C# compact framework app in BCD via serial connection. I don't need to convert the hex. I just need to read it and display it as text representations of the hex. ...
Hutty -
18 Nov 2004 7:31 PM - 8 messages
Hi, I've read several articles regarding the above error, but still can't get it to work. I upgraded an app that was running in VB6 that has a lot of errors when upgrading to VB.NET. Here's what I have associated with the error. ...
AlanS -
18 Nov 2004 7:07 PM - 3 messages
I have a situation where I will be getting compressed files downloaed from multiple web services and web sites. Most of these files will contain XML. I will need to uncompress these files, prior to loading the data into a ...
Radu Nica -
18 Nov 2004 6:30 PM - 6 messages
Hey all, I have an application that uses StreamReader and StreamWriter to call an external command-line based process using the Process object. The process varies the amount of data returned. I am using the StreamReader ReadtoEnd() method to get the process' results. ...
Paul Steele -
18 Nov 2004 6:20 PM - 5 messages
I love programming in C#/.Net, but distributing applications is a real pain. I never know if the user who might use one of my utilities might have the proper code permissions to run a network application or access an assembly. ...
Rui Dias -
18 Nov 2004 5:26 PM - 7 messages
Hi there! I've searched a lot and haven't found any clue to solve my problem. I'm programming in VB.NET several DLL's wich are to be called by a single EXE. How does it know how to call them? It goes to a DB and gets DLL's name and corresponding Form name. ...
Smooth Criminal -
18 Nov 2004 5:05 PM - 2 messages
Here is the scenario, I am planning to use microsoft application blocks and Exception block in particular. Since I planned to use it from a number of applications, I wanted to install it in my GAC. * I customized the Exception block to suit my needs ...
msdn@comsquared.com -
18 Nov 2004 4:13 PM - 2 messages
I know this is an old question, but I'm looking for a better answer. We want our install to warn the user if the .NET framework isn't installed, but I don't want to be version dependent unless we must. If we build using ...
José Luis Lombana Aramendía -
18 Nov 2004 3:24 PM - 2 messages
Hi all, When exposing a .NET assembly as a COM object (and consumed by Visual Studio 6), any framework internal error is exposed as a HRESULT with values 0x80131900 thre 0x80131AFF: /********************************************************************* ** ** ** CorError.h - lists the HResults used by the .NET Framework's ** ...
Bryan Glennon -
18 Nov 2004 3:21 PM - 2 messages
Will the current set of application blocks be supported in 2.0? Right now they fail to install, saying the framework 1.1.x is required. Cheers, Bryan ...
UGH -
18 Nov 2004 2:03 PM - 7 messages
My boss wants me to learn java so I could build java application. I have been building application using VB for the last 7 years for the same boss. He suddenly wants me to learn Java because it can be installed on any ...
Dmitriy Lapshin [C# / .NET MVP] -
18 Nov 2004 1:34 PM - 3 messages
Hello everybody, I have just been chatting with a colleague who is also an experienced .NET programmer, and we have been discussing freeing memory by the GC in various event handler scenarios (inspired by the "Freeing memory phobia" thread). And what we've come up to is that event handler references could be made ...
rouqiu -
18 Nov 2004 1:24 PM - 2 messages
Hello, Is it possible to compile a project in different framework verion (1.0 and 1.1)? I developed an application with .net2003 (so it is framework 1.1), but users only got framework1.0. Is it possible to do a recompile to make the ...
balu -
18 Nov 2004 12:57 PM - 2 messages
Hello, I am developing a Newsreader in vb.net and i am getting a problem in posting article to newserver for a particular set of newsgroups. i developin g this newsreader using nntp commands.I need vb.net code for posting a article . I ...
Mathias -
18 Nov 2004 10:32 AM - 3 messages
This code throws a System.ArgumentException, why? Imports System.Net Dim addressBytes As Byte() = IPAddress.Parse("127.0.0.1").GetAddressBytes() Dim objIPAddress As IPAddress = New IPAddress(addressBytes) The constructor for this class in .NET FW 1.0 was terrible, does the new one ...
z. f. -
18 Nov 2004 8:33 AM - 4 messages
Hi, i build a class library project in vb.net and i reference this project from other vb.net windows/aspx projects. the class library DLL is configured in the GAC so it is located by the framework and no need for it to be in the bin directory. ...
Colin Halliday -
18 Nov 2004 5:03 AM - 5 messages
A number of the overloaded forms of the eventlog.writeentry method allow for an event log entry CATEGORY (a short). The help for this method states: 'Each application can define its own numbered categories and the text strings to which they map.' ...
Joo Park -
18 Nov 2004 1:47 AM - 3 messages
Hello, which would have priority? If i have a component that is in the bin directory as well as in the global assembly cache, which one will my website use? trying to determine the order or priority. thx in advance! ...
alex -
17 Nov 2004 10:56 PM - 4 messages
Can I do that? how to? As I am going to parse the web page contents inside of my C# console Application. Thanks, ...
John Smith -
17 Nov 2004 10:07 PM - 3 messages
Hello, I'm working on a project where I have to place the current date into a field in JD Edwards. JDE says the format for the date field is Julian. I need help converting DateTime.Today to a Julian date string. ...
GK -
17 Nov 2004 10:07 PM - 3 messages
I have developed a control in C# using .NET Compact Framework and I want embedd it in IE uisng the html tag <object>. When I tried, it displays nothing except vertical scroll bar. Does IE support this for .NET Compact ...
aarsalan@gamil.com -
17 Nov 2004 9:04 PM - 2 messages
Hi, I made a .NET web form ( NonGrid, in C# web application ), Added HTML controls (Text boxes) and set them to run at server side. I also set form to runat Server side. I added button ( Web controls ) on form but when at the ...
Random -
17 Nov 2004 8:10 PM - 2 messages
Is there a quick way to merge multiple xml documents into a common one with a new root node? That is... MyFirstBook.xml <book title="bookA">...</book> MySecondBook.xml <book title="bookB">...</book> ...
andyhink -
17 Nov 2004 8:08 PM - 4 messages
I have a third party .NET dll that has no strong name. Is it possible for me to convert this into a dll with a strong name? I've looked quite extensively at the docs w/r/t "al", "tlbimp", "regasm", and others to try to do this with ...
Sara S -
17 Nov 2004 5:48 PM - 6 messages
I have an editable datagrid in my app. I would like any changed text to be bolded so that the user can easily review the changes before submitting them. I don't see any event like 'onTextchange' or something that would allow me to ...
Mike Labosh -
17 Nov 2004 5:19 PM - 3 messages
I have developed a Service Application that kicks off batch jobs written by other developers. It works great on my machine, and works great on another developer's machine. On a third machine, when debugging the batch job that ...
Martin Hart - Memory Soft, S.L. -
17 Nov 2004 4:46 PM - 16 messages
I have a phobia about cleaning up after executing my code. Can someone in the know help me :-) -) If I add a delegate handler to a class, do I have to unplug it before destroying the class for GC to work correctly? ...
Brett -
17 Nov 2004 4:38 PM - 4 messages
I'm trying to print barcodes with a barcode font and I'm having problems with escaped characters. I can print and scan any barcode perfectly, until there is an escaped character in it, like /" or //. Then the barcode will not ...
ham Come> -
17 Nov 2004 4:19 PM - 6 messages
There is a very useful method of user informing in XP, using the balloon tips in the notification area. I know XP is written in C++/C and many of C++ programs already do it ( Ballooning) . I just want to know how I can do it ...
Romain TAILLANDIER -
17 Nov 2004 4:14 PM - 2 messages
Hi group I search about a free UML editor wich can translate C# class to UML class and vice versa. Is it exists ? thanks for your help. ROM ...
MVB -
17 Nov 2004 3:05 PM - 4 messages
Hi I want to call some install function during the installation of my application Can anyone please tell me how to write setup scripts in C# .NET so that those will run during installation as well as uninstallation Thanks and Reagrds ...
jean-louis cantin -
17 Nov 2004 1:58 PM - 2 messages
Hello, I would like to save an image into a Base64Binary (Byte[]) field in a DataTable in a DataSet. How can i do that? Thanks *-----------------------* Posted at: [link] ...
Geert Audenaert -
17 Nov 2004 9:20 AM - 5 messages
Hi all, i wondered if it is possible to distribute the software i make with an obfuscated version of the .net framework? And if so, which assemblies do i have to obfuscate ? Greetings, Geert ...
Miguel -
17 Nov 2004 9:07 AM - 2 messages
Hi, I'm new to .NET and am using VB .NET as I am from a VB background. I am having difficulty understanding the way .NET handles, passes and uses objects. I have had a look at the Micrsoft Data Access Application blocks for .NET ...
gemel -
17 Nov 2004 7:11 AM - 4 messages
I have been having problems connecting to my SQL2000 server through my web application. The exception tells me that the ASPNET user cannot logon to the SQL server. I changed the password for this account and now the IIS process will not run because it say that the password info ...
Jeffrey Tan[MSFT] -
17 Nov 2004 1:23 AM - 2 messages
Hi, Have you successfully created a sample project? Is your problem resolved? Please feel free to tell me, thanks. Best regards, Jeffrey Tan Microsoft Online Partner Support Get Secure! - [link] This posting is provided "as is" with no warranties and confers no rights. ...
Jamie Owens -
16 Nov 2004 9:05 PM - 4 messages
Hi everyone, I have a DLL/assembly I'd like to use in conjuction with an app.config file. Does anyone know if dlls can have app.configs or something similar? I ask because one of my assembly classes uses a database, and I'd like to ...
Nigel Armstrong -
16 Nov 2004 7:08 PM - 3 messages
Hi All I asked this in the VB.Net group, but hit a blank... In C#, we can place a target an attribute - so when serializing a type, we can apply the NonSerialized attribute to an Event using the field qualifier - ...
Donal McWeeney -
16 Nov 2004 5:43 PM - 5 messages
Hi, How do I copy an assembly out of the GAC. Cant find it anywhere else on the box. Thanks Donal ...
Brent -
16 Nov 2004 4:36 PM - 3 messages
Hi, I have indexing servicing working fine on my test server for a search engine in C# ASP.NET, but when I tried to make one on our live server, its not working correctly. The index only returns results for pages in the root so ...
Tommy Carlier -
16 Nov 2004 4:16 PM - 5 messages
I'm curious: has anyone ever created an alternative for Windows Forms? Maybe a more lightweight GUI library that replaces Windows Forms for the .NET Framework? ...
Pete -
16 Nov 2004 3:39 PM - 5 messages
Can you please give simple examples of objects that would be disposed in both of the below commented sections. E.g where should SqlConnection, SqlCommand, DataSet, File, Label, collection objects go? private override void Dispose(bool disposing) { if (disposing) ...
Jack Wright -
16 Nov 2004 1:32 PM - 2 messages
Dear All, I have a stub application that launches from via No Touch Deployment... I have a user defined Object defined in a dll say 1.dll...this dll has a reference to myStandard.dll...if I change myStandard.dll and don't ...
AMI -
16 Nov 2004 10:19 AM - 7 messages
I started with a fairly simple task: Displaying a progressbar on a WinForm for a lengthy download over HTTP. I soon arrived at the question: What is the best way to start a worker thread and why? ...
Ramakant Kasar -
16 Nov 2004 8:52 AM - 4 messages
Hi All, I have come across an application that runs in background and records the communication over the Serial Port. How it works is, the sample application needs to be started and mapped to a serial port say COM1. Then the ...
Peter H -
16 Nov 2004 7:09 AM - 2 messages
HI! When I try to run a web project I allways get this message: Error while trying to run project: Unable to start debugging on the web server. The debugger is not properly installed. Run setup to install or repair the debugger. ...
Glyn Meek -
16 Nov 2004 5:39 AM - 2 messages
I have a routine which uses the GDI to display an image using '.DrawImage'. Sections of the image have been made transparent using '.MakeTransparent'. Everything works well... ....BUT, I later need to replace the original image with a second image, also ...
.NET 2.0 Freezes server -
16 Nov 2004 12:38 AM - 3 messages
On a Windows 2000 server with all the latest updates, the .Net Framework freezes the system. IIS 5.1 is installed and SQL Server 2000 is installed on this development server. I have changed security settings, timeouts, uninstalled and reinstalled. ...
Darren Green -
15 Nov 2004 11:04 PM - 6 messages
Hi, I have written a custom control, but in that control's code I want to reference the assembly for the application that uses my control. GetExecutingAssembly just gives me my control's assembly, which seems sensible, but not what I want. I also tried GetCallingAssembly, but this ...
Eran Kampf -
15 Nov 2004 8:45 PM - 3 messages
According to the MSDN docs([link]) an IOException should be thrown.... ...
Joannes Vermorel -
15 Nov 2004 7:01 PM - 4 messages
Looking at the debugger of VS .Net, I have discovered some bizarre behavior of the Exception type. When I do <c>Exception e = null;<c/> I notice that 'e' is not actually null (<c>e == null<c/> return false) but is not defined ...
Jared Kitcher -
15 Nov 2004 6:09 PM - 3 messages
am working on a .Net project and our application randomly crashes with no exception being thrown. The application just disappears, like someone would have clicked the exit button. This occurs both when we are debugging and when the application is running after an install. I have been stepping ...
Tigrou -
15 Nov 2004 5:24 PM - 9 messages
Hello, I'm looking for a solution for convert a variable who is a String into Stream type. I use VB.Net. Anyone know how convert a STring into a Stream ? Thanks for your help Tigrou. ...
AlanS -
15 Nov 2004 4:55 PM - 4 messages
I am trying to use cordbg. I navigate to the directory to where the exe is located and attempt to run cordbg with that app. When I enter the following, I get an error. cordbg PresentationLayer.exe I get the following error. ...
Michael -
15 Nov 2004 4:20 PM - 2 messages
I've seen several posts relating to this problem, and tried EnableViewState="False", but it does not work for me. A twist in my problem is that I am adding the templates for the repeater dynamically (something I need to do for my application). The problem is that when ...
Ed Goward -
15 Nov 2004 4:04 PM - 2 messages
That worked for me too - thanks lots! Ed ...
AVL -
15 Nov 2004 1:04 PM - 4 messages
Hi, I had installed vs.net 2003 on my sytem at home. But the problem is that I'm unable to debug the applications and also the web applications are not running correctly. I'm ubale to trace out the problem. ...
Steven Cheng[MSFT] -
15 Nov 2004 11:51 AM - 10 messages
Thanks for your followup Patrick. I've got the attached test app and will do some tests on my side. I'll update you if I get some further progress on this. Thanks. Regards, Steven Cheng Microsoft Online Support Get Secure! [link] ...
Steven Cheng[MSFT] -
15 Nov 2004 9:54 AM - 8 messages
Hi Juan, As for the problem you mentioned, I'd like to confirm the following things on your application: 1. Are you trying to create/write eventlog via the registry api? 2. Is the program you're building a winform program or asp.net web ...
Thomas Jespersen -
15 Nov 2004 9:07 AM - 3 messages
Hello I have a project where I dynamically loads a DLL form the Internet (using the Assembly.LoadFrom), which in turns loads another referenced DLL. Both assemblies needs write access to the local Hard Drive. This actually works on most machines, but on a clean Windows XP installation with only .NET 1.0 ...
Dmitry Soenko -
15 Nov 2004 12:22 AM - 4 messages
[Message not available] ...
Ya Ya -
14 Nov 2004 9:41 PM - 3 messages
[Message not available] ...
mttc -
14 Nov 2004 8:09 AM - 3 messages
[Message not available] ...
Phil Jones -
14 Nov 2004 5:20 AM - 3 messages
[Message not available] ...
|
|||||||||||||||||||||||