Home All Groups Group Topic Archive Search About

.NET Framework

microsoft.public.dotnet.framework
Score Catch Exception problem....
alegon - 25 Feb 2006 7:07 PM - 2 messages
How to catch the windows exception that shows a window with the name of the executable program and a messege saying : "[Program] has encounterd a problem and needs to close. We are sorry for the inconvenience", and three buttons, "Debug", "Send Error Report" and "Don't Send", in a ...
Score TransparentProxy and Reflection
RRLear@gmail.com - 25 Feb 2006 5:15 PM - 1 message
I'm using reflection to instantiate classes and then to invoke methods on the instances.  Things have been going pretty smoothly actually until I tried to pass in a MarshallByReference object.  When I try to invoke a method from the interface that the object implements, I get an ...
Score Audio Streaming .NET 2.0
Mizu - 25 Feb 2006 3:28 PM - 1 message
Hi, I have a problem,I would like make a audio streamer for a web, but I don't know,whitsh namespaces should I use.Also I need make web service,web aplication or desktop aplication. When somebody send from a ...
Score Windows Services and Threading
ermonnezzaro - 25 Feb 2006 3:10 PM - 3 messages
Hi guys, I am developing a windows services which periodically connects to a database, fetches data in a dataset and do so work. I have chosen to use a thread to do this job. Since the thread monitors the situations ...
Score File uploads
AVL - 25 Feb 2006 3:02 PM - 1 message
Hi, I've building a text editor..in which I've given the feature of uploading images.... I want to upload them from client machine to server machine....... I'm not using html control for uploading... In my text editor, users can paste the images directly.... ...
Score Data conversion,a simple but strange problem,please help!
Webdiyer - 25 Feb 2006 10:01 AM - 3 messages
Hi, We all know that the return value of Math.Log(8,2) is 3,but how about (int)Math.Log(8,2)? On my machine,the return value of (int)Math.Log(8,2) is strange enough! it's not 3 but 2 ! I've tested other values such as ...
Score Binary Formatter not suitable accross firewalls
Sathyaish - 25 Feb 2006 6:46 AM - 3 messages
[QUOTE src="[link]"] The BinaryFormatter class is generally not appropriate when data is meant to be passed through a firewall. [/QUOTE] Why? ...
Score Need help with CDONTS or other object to receive mail in a specific way
Vanessa Lee - 24 Feb 2006 10:27 PM - 1 message
Hello, Is it possible to write a script using CONDTS object to read all emails from the SMTP IIS "Drop" folder without changing the username and email address in LogonSMTP? or is there completely another way to do it. Here is what I ...
Score vb.net and web directories
Buc - 24 Feb 2006 10:26 PM - 1 message
How can I load the file names from a remote web server via VB.net? I created a virtual directory on a w2003 server and did a Dir("[link]") I also tried Dir("[link]") ...
Score Configuration Error in machine.config
matif - 24 Feb 2006 8:49 PM - 1 message
The application works fine on my local worksation but I get this error when a deploy it to another machine and try to access it via IE. The error details are: _____________________________________________________________________________ Configuration Error Description: An error occurred during the processing of a configuration ...
Score list of domain components for use with directory searches
Abraham Andres Luna - 24 Feb 2006 8:44 PM - 1 message
hello everyone, i am attempting to retreive a list of all the user groups on the computer. does anyone know where i can find a list of possible values for DC, CN, OU, O, STREET, L, ST, C, UID when i search using DirectoryEntry.Find() ...
Score VB.Net: Querying the database on the remote server
XML newbie: Urgent pls help! - 24 Feb 2006 7:49 PM - 1 message
I want to query the database located on the remote server(not on my network) based on the time frame and tables selected by the user in the GUI.I have created a reference to it's webservices. The results should be displayed on ...
Score how to forcfully kill a running process by executable name with a .net application?
Daniel - 24 Feb 2006 7:07 PM - 2 messages
how to forcfully kill a running process by executable name with a .net application? ...
Score test for .net 2.0
Craig L - 24 Feb 2006 7:00 PM - 7 messages
Hi All, I am just wondering if there is test to check if the .net2.0 framework is installed on a machine? As a quick'n'dirty test while developing, I am just checking if the folder 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727' is present, but that won't ...
Score Pass Data Between Windows Service and ASP.NET page
pitachu - 24 Feb 2006 6:27 PM - 4 messages
Is there a way for a Windows Service to talk to an ASP.NET page (via HTTP to localhost perhaps)? I'm looking to utilize the cache and multithreading available in ASP.NET, but I'm not nessarily looking into ...
Score Building an application with needed assistance regarding messaging
Lonko - 24 Feb 2006 6:16 PM - 1 message
guys i need an opinion about this: i'm building an application that makes data exchange to clients, over TCP/TLS, on the host side for each client a thred is running(it has to be, because the data for each ...
Score a question on ThreadAbortException
huangyi12 - 24 Feb 2006 6:13 PM - 3 messages
according to my experience, the call of Abort() will make a thread throw ThreadAbortException  immediately no matter whether the thread is alertable state or not. i know Abort() will queue a APC, and i also know that thread must be alertable state before handle APC ...
Score New Process in WinXP
Ahmed Perlom - 24 Feb 2006 3:42 PM - 4 messages
Hi all, I want to create a window system service that sits on the background and just fire another service/executable (i.e, notepad) every time a new user fast switches to a new session.  How can I start a new process in another ...
Score EndInvoke exception handling...
Andrew - 24 Feb 2006 3:37 PM - 2 messages
I can't figure out why, in the following code, the exception is not caught when EndIncoke is called in the callback handling method...  any ideas?  Thanks in advance. -Andrew <snip> static void DoIt() {   Console.WriteLine("worker thread"); ...
Score Redirecting IO from a console application to .Net
Putchini - 24 Feb 2006 3:37 PM - 1 message
Dear Community of helpers, I am trying to run a third party console application from a .Net program and redirect it's IO to a streamreader and streamwriter in my program. However, when I run the code below. The third party console application ...
Score threads and hashtable
YuriL - 24 Feb 2006 3:36 PM - 8 messages
Hi, I have one thread adding objects to a hashtable, and a bunch of other threads doing reads.  MSDN says that multiple threads doing reads is safe.  My question, is if my write thread is only adding new buckets to the ...
Score Explain how run .Net with no Framework installed?
mtczx232 - 24 Feb 2006 2:42 PM - 2 messages
I want to make freeware with .NET2.0, but i know that have many PC with no Framework2.0 installed. and many users afraid from install programs, and also, install NET Framework take at least 6 minute to install. this requirements is big obstacle to reach to all users. ...
Score MSIL Indirect Goto?
paul.at.gmail - 24 Feb 2006 1:48 PM - 4 messages
I am starting experimenting with IL code generation for a Forth-like stack-based language that uses the CLR evaluation stack as the Parameter stack (i.e. not a call stack) and a separate array for the call stack. Therefore I expect I must avoid the IL ret instruction, ...
Score Custom paper size problem
Sukh - 24 Feb 2006 1:44 PM - 6 messages
Hi, I am tring to change the paper size from default to custom paper size. In print preview its showing my custom size but when I print it print on default paper size. Can any one help me to figure out this? ...
Score Exceptions thrown by Web Services
Water Cooler v2 - 24 Feb 2006 11:46 AM - 5 messages
When a Web Service throws an exception to the caller/client, the exception is always cast to SoapException regardless of the actual type of the exception thrown. In such a scenario, how would you think it is appropriate for a Web services client to determine the exact type of ...
Score Sortable, Bindable Object Collection?
DylanM - 24 Feb 2006 10:42 AM - 8 messages
Hi, I'm trying to create a collection class that I can bind to DataGrids (In particular, we use the C1.TrueDBGrid from Component One) I'm inheriting ArrayList and implementing IBindingList & ITypedList. I'm pretty much there, data binding is fine & the underlying objects in the ...
Score Attempted to read or write protected memory. This is often an indication that other memory is corrup
www.gusse.net - 24 Feb 2006 10:13 AM - 7 messages
Have just switch from 1.1 to framework 2.0 and i´m getting this error : Attempted to read or write protected memory. This is often an indication that other memory is corrupt anyone have a clu why ? happens inside this : ...
Score How to use DataView class's RowFilter property to filter for DateT
MarcAlbaum - 24 Feb 2006 9:55 AM - 1 message
Hi! I use a DataTable with a string and a DateTime column as primary key. Now I want to wrap a DataView around that table and filter for a certain column. I want to use the RowFilter property. Something like this: ...
Score BindingList: How to implement Find?
Pieter - 24 Feb 2006 8:31 AM - 2 messages
Hi, I have my own custom BindingList, that inherits from BindingList, and implements IComponent. I would like to implement a Find-method, that will allow me to search for a property of my Items. So basicly: If my Items in the List have a property Name, I would like to be ...
Score how to write search engine pages
jaffar - 24 Feb 2006 4:22 AM - 2 messages
hai,         i am developing search engine in asp.net , so how can i start the search engine and how can write code for search engine, it is like goole search engine, it is very urgent, ...
Score Exception of type System.OutOfMemoryException was thrown.
Daniel - 24 Feb 2006 3:35 AM - 3 messages
Exception of type System.OutOfMemoryException was thrown. this error is occuring when on arbitrary threads in my .net windows service. There is 2 gigs of memory on the machine and this .net windows service only uses 50 megabytes. What could be causing this? how to fix? ...
Score Why Multilanguage .Net framework?
Rene - 24 Feb 2006 3:29 AM - 2 messages
When I download the .Net framework from the Microsoft website, there is a combo box that allows me to select different languages. My first question is, why does the .Net comes in different languages, isn't the .Net framework just code? Is the only different between the different ...
Score differences between a user control and a custom control
macro - 24 Feb 2006 3:09 AM - 2 messages
is this correct to say that the difference between a user control and a custom control is that a custom control supports the design time better, or is there other differences? TIA! ...
Score Remoting/Soap - wsdl missing type definition
Jigar.Patel@nospam.nospam - 24 Feb 2006 12:02 AM - 1 message
I have simple remoting server exposing following simple method. When I try to add webreference to this server in another project, it gives me following error: Custom tool error: Unable to import WebService/Schema. Unable to import binding 'MyRemoteObjectBinding' from namespace ...
Score FileSystemWatcher is unreliable
Arnie - 23 Feb 2006 11:06 PM - 2 messages
We have noticed that the FileSystemWatcher is not reliable. It is not easily repeatable but sometime it fails to catch file system changes. When it gets into this state it doesn't recover unless a reboot is done. The problem is only seen when multiple files are copied to the system in ...
Score probably a dumb question about serialization
djc - 23 Feb 2006 10:46 PM - 3 messages
I was just reading a chapter in a .net network programming book (which I am real new to) about serialization. I need some clarification. 1) Its only 'data' (like property values) of a class that get serialized, correct? 1b) class methods are not serialized, correct? In other words you can NOT ...
Score XML Webservice Binary File download
jdhavo - 23 Feb 2006 8:36 PM - 1 message
I'm trying to download an image file using XML from a web service. When the dialog box appears asking if I want to save the document or open it, If I click save and then open it, it works fine.  If I click ...
Score VS 2k5 Express C++ GetOleDbSchemaTable
Hideen - 23 Feb 2006 7:58 PM - 1 message
I writing program in Visual Studio C++ Exprees 2005. ... conn->Open(); DataTable^ GetTables(OleDbConnection^ conn) { array<Object ^> restrictions[] = {"0", "0", "0", "TABLE"}; DataTable^ schemaTable = conn->GetOleDbSchemaTable(OleDbSchemaGuid::Tables, restrictions); conn->Close(); return schemaTable; }; When I run my program receive error: ...
Score Modifying a PropertyDescriptorCollection
Achim - 23 Feb 2006 6:55 PM - 1 message
I have a come across a strange mismatch between documentation and implementation of the PropertyDescriptorCollection and I wondered if anybody could help me out: I would like to implement a class derived from PropertyDescriptorCollection which fires events whenever a PropertyDescriptorCollection is changed. ...
Score Plugin framework sample with AppDomain shadowcopy functionality
Weston Weems - 23 Feb 2006 4:37 PM - 1 message
Hello, I've done a fair ammount of research on this subject, and have got to say that I'm quite baffled. I would REALLY like to be able to implement a shadow copy routine so I can load my plugins into an appdomain, and ...
Score calling java from DOTNET 2? how stable painfull?
Elhanan - 23 Feb 2006 4:21 PM - 2 messages
hi.. i have a java application server whish uses RMI as a delivery transport for it's apis (it's gets the command in XML but the underlying protocol needs to be RMI).. so i need to write an RMI CLIENT to this thing, and expose it microsoft ...
Score .Net 2.0 Migration Strategy
garethdjames - 23 Feb 2006 4:01 PM - 3 messages
I work for a large organisation where we use .Net 1.1 as our sole development language. We have many frameworks and applications and web sites that are developed in .Net 1.1 These developments are by no means trivial, they are the result of an ...
Score Multiple instances of executables?
MrGrundh - 23 Feb 2006 3:56 PM - 2 messages
Multiple instances of executables? I want to schedule task in "Schedule tasks" that starts an app (build in vb.net 2005) every 5 minutes. Every time the app starts i want to check if this job with the same task name, task name is passed as an argument to the ...
Score Fastest IDictionary to SortedLIst Convert?
xenophon - 23 Feb 2006 3:53 PM - 2 messages
What is the fastest way to convert a class that implements IDictionary to an instance of SortedList? I have 20 key/value pairs in an IDictionary and it would be easier to review them if they were sorted. Code readability is not important, I just want the utmost speed. ...
Score What version of Indigo (WCF)
Steve B. - 23 Feb 2006 1:11 PM - 3 messages
Hi I'd liek to evaluate Indigo, but I don't know which version I have to download. The indigo beta 1 or the winfx runtime ctp ? In general, what are prerequisites of the dev and client computers ? Thanks, Steve ...
Score .NET 2.0 Polymorphic Configuration properties?
Francois Tanguay - 23 Feb 2006 1:06 PM - 1 message
Given: class AnimalElement : ConfigurationElement class Dog: AnimalElement { ... } class Cat: AnimalElement {...} class MyElement : ConfigurationElement { private const string animalProperty = "animal"; [ConfigurationProperty(animalProperty, IsRequired=true)] public AnimalElement Animal {   get { return (AnimalElement)base[animalProperty]; }   set { base[animalProperty] = value; } } } If Cat and Dog deinfe additional configuration properties, when I ...
Score My website : Opinions please.
John Swan - 23 Feb 2006 12:13 PM - 19 messages
Please, I have just created this site and am wondering what your opinion is from both professionals and amatures or the curious alike. Any opinions? [link] Remove 123 from email address to reply. ...
Score is mac os supports .net
jaffar - 23 Feb 2006 12:03 PM - 3 messages
hai,         I want to know mac operating system is able to supports .net,how can i run .net application in mac operating system, warm regards jaffar ...
Score [.NET 1.1] User Error Reporting
Adam Klobukowski - 23 Feb 2006 11:48 AM - 1 message
I'm currently writing a class that makes auto-magical error reports when something goes wrong in application (and submits it online). Currenntly I'm sending stack trace, os version, revision etc., my application version, optional user comments, ammount of phisical memory. ...
Score [.NET 1.1] physical memory
Adam Klobukowski - 23 Feb 2006 11:45 AM - 3 messages
How can I programatically check how much of total physical memory computer has? ...
Score problems by consuming a web service via https
manfred - 23 Feb 2006 11:12 AM - 1 message
Hi Together, Within my web service proxy programmed in .Net 2003/C++, I want to consume a service via https. The server certificate is a self built one. I thought it’s enough to install the certificate on my client computer, ...
Score Problem: Serializing with <NonSerialized>
Ehsan - 23 Feb 2006 10:48 AM - 2 messages
Does this attribute really work? I'm trying to "deep" serialize one of my objects which has a member variable pointing to a Form object. I don't want to serialize this form (and I know that I can't do this anyway because the Form class is not marked as ...
Score ASP.NET 2.0 Remote Debugging
phil1bruening - 23 Feb 2006 8:11 AM - 1 message
In ASP.NET 2.0 I debugg remote on a WebServer. My problem is, that an URL like http://RemoteServer/WebApp works, but not an URL like http://RemoteServer:81. The Visual Studio 2005 gives me the error: "'/RemoteServer:81/' is not ...
Score Third time to ask this question,can anybody help me?
Sunny - 23 Feb 2006 7:37 AM - 1 message
I want to run my ClickOne applications with command line arguments.I published my application by visual studio.net 2005,and my application url is http://localhost/myapplication/myapplication.application?myname=sunny.     I have read the article about no-touch deployment applications : ...
Score how to parse xsl:output ... with xpath? "./xsl:output" does not work. is there other notation for th
Daniel - 23 Feb 2006 5:09 AM - 2 messages
how to parse xsl:output ... with xpath? "./xsl:output" does not work. is there other notation for this? ...
Score EventType clr20r3 system.io.filenotfoundexception
Raja B - 22 Feb 2006 11:14 PM - 2 messages
I start getting this exception when I moved my windows service to a Windows 2003 (32 bit running on AMD Opteron processors) server with ..NET framework 2.0 . The EventLog says Event Type:    Error Event Source:    .NET Runtime 2.0 Error Reporting ...
Score GetAssemblies SerializationException
Alex - OBM - 22 Feb 2006 9:56 PM - 1 message
Hi, I am attempting to write a plugin framework, this in itself is not too difficult. What I would like to achieve is a plugin framework where the plugins can be updated on the fly. The problem that this presents is ...
Score Copy constructor?
Axel Dahmen - 22 Feb 2006 9:05 PM - 14 messages
Hi, I have created a class adding some Functionality to a generic class and derived it from that:   class MyTypedClass : MyGenericClass   {} Within a class library project, all functions work with the generic version, but in my Web Application project I'm dealing with the derived version ...
Score Complete source code for bandwidth vista SALE
James Jenkins - 22 Feb 2006 9:01 PM - 2 messages
Hi - This auction will end in a very short time... Please take a look. It contains some very usefull .NET 2 code I have been working on a Bandwidth Monitoring program for 3 months now but am forced to sell. Please take a look if you are interested please ...
Score Custom Control as parent form
Alex - 22 Feb 2006 8:03 PM - 1 message
I have a custom control which has a form for status messages. Is there a way to set the parent of the form to the custom control so that I can use the center parent startup position and have it show up in the ...
Score deploying security policy in AD (caspol?)
Sam Jost - 22 Feb 2006 7:07 PM - 5 messages
I got an .NET app, got it signed with a strong name, and now would like to give this app (better, every app signed with this strong name) full rights in my entire network. So I am looking for a way to set once, on my windows server 2003, full ...
Score DPAPI via impersonation
Jeff Grossman - 22 Feb 2006 6:58 PM - 1 message
I'm trying to use DPAPI via impersonation. (.Net 2.0) * DPAPI works fine * impersonation works fine (via PInvoke) However, when I try to use DPAPI after impersonation, it fails. The failure appears to be that the profile is not loaded. I get: ...
Score VB.NET For/Next loops
Alex C. Barberi - 22 Feb 2006 6:08 PM - 3 messages
What is the difference between these? For i = 0 To 9    ... Next For i = 0 To 9    ... Next i Does putting "Next i" instead of just "Next" at the end make a difference? ...
Score Get Assembly of Calling Thread or Object?
Troy - 22 Feb 2006 5:37 PM - 3 messages
Does anyone know how to get the assembly associated with a particular thread? I'm creating a generic Factory class to create types based on config file parameters.  I would like to use the calling object's assembly if it isn't ...
Score How to install office version 11 in GAC
Darrell Wesley - 22 Feb 2006 5:35 PM - 3 messages
A new PC with XP PRO and Office 2003 preloaded along with Framework 1.1. We since loaded the Framework 2.0 on the machine and attempted to load a ClickOnce application and the following error shows up. "Unable to install or run the application. The application requires that the ...
Score Adding items to a ComboBox
Alex C. Barberi - 22 Feb 2006 5:01 PM - 3 messages
Currently, I'm doing this: Private Sub Populate()         cboCategory.Items.Clear()         cboSubcategory.Items.Clear()         cboFileCategory.Items.Clear()         cboSubcategory.Items.Add("Root") ...
Score Advanced OOP Question
Alex C. Barberi - 22 Feb 2006 4:37 PM - 5 messages
I have this: Public Class clsItem     Implements IComparer     Public Name As String     Public Function Compare(ByVal x As Object, ByVal y As Object) As Integer Implements IComparer.Compare         Dim empx As clsItem = DirectCast(x, clsItem) ...
Score Programatically find the configured DNS server
BLsunev - 22 Feb 2006 3:19 PM - 4 messages
I have some c# code to perform DNS lookups but currently need to provide the IP address of the DNS server it uses.  I would like to be able to identify the addres of the currently configured DNS server(s) and use this so that the ...
Score app.config for DLLs
omicron333 - 22 Feb 2006 3:15 PM - 2 messages
I'm trying to figure out what happens to settings in the app.config for DLLs when it is used by an application.  More specifically, connection strings used by the DLL only. When the VB.NET executable is compiled, referencing the DLL (in the ...
Score SqlServer 2005 CLR integration using DirectoryServices
HowardB - 22 Feb 2006 10:31 AM - 5 messages
Using a VisualStudio 2005 Sql Server Database project template, I want to access DirectoryServices (AD) from a UDF, but cannot add a reference to directoryservices.dll (legally) into the c# project, and if I add it illegally (in the XML), i get a sql error saying that DirectoryServices ...
Score Strong name validation failed after calling a .Net Exe from ASP
Ray - 22 Feb 2006 10:19 AM - 1 message
Hi! I have a severe problem with my ASP web application. The ASP Site is built to run a .Net application (on command line mode) synchronously. I've tried to run the .Net exe on the server for many times, and it ...
Score Cant Call a Word Com in Windows 2003 server
Sundar.k - 22 Feb 2006 10:09 AM - 2 messages
We  have a Word component which we call from asp.net (through RCW) every thing seems to Work in winxp iis5.1 but not in 2003 server iis 6.0 What might be the most probable reason behind it ...
Score convert java web application into .NET application.
nizam - 22 Feb 2006 9:17 AM - 2 messages
Hi all, i have a application developed in java. i want to convert that application into .NET. i am able to convert console java application into .NET application but i am NOT ABLE TO  convert java web application into .NET application. ...
Score Good Cheap Installation Software??
Wayne Gibson - 22 Feb 2006 8:58 AM - 5 messages
Hi, Was wondering anybody could help? I'm looking an application to help deploy my Windows Form application.  I've been using the built in installer in VS.NET 2005, but I want to package all the files up into one exe (this includes the prerequisites!).  So that my ...
Score Copy data between processes
Tomer - 22 Feb 2006 8:35 AM - 3 messages
Hi, I'm using the PostMessage method to send a message to another application. I also wish to send a string with that message, and recieve it in the other application. Using the Marshal.PtrToStringUni doesn't work,on the recieving application, and results an exception (I suspect that it doesn't work onther different processes) ...
Score acynchronous client and server problem using socket
wukun - 22 Feb 2006 7:20 AM - 1 message
run the following code, the client send a test string, but it doesn't receive server's response, no exception. the server doesn't show that it has received any data, and the client doesn't show that it has received any response. they seem stop execution ...
Score .NET based services not starting reliably: ServiceController.Start() method
Arnie - 22 Feb 2006 5:29 AM - 3 messages
We're using the ServiceController class provided by the .NET Framework, programming in C#.  We are using the Start() method to start a service from another service.  This works fine most of the time, but occasionally after a ...
Score How to find what version from commandline
web2ed - 22 Feb 2006 5:11 AM - 5 messages
In Java one can issue 'c:\java -version' to get the version of java installed; what is the corollary in .net? If one does not exist, why not, and what would it take to get this feature added to the framework? ...
Score Issues in generating radiobuttonlist from MSSQL..
velu - 22 Feb 2006 2:37 AM - 3 messages
i wanted to generate a radiobuttonlist, that lists items from MSSQL query. Like the table had DPRT_ID DPRT_NAME 1 HR 2 IT 3 ADMIN Here the vb code… Dim conPubs As SqlConnection Dim cmdSelect As SqlCommand Dim mydata As DataSet ...
Score Thread Detach Notification
Majid - 22 Feb 2006 12:04 AM - 3 messages
Hi, Is there a way in managed .NET to get a notification as to when a thread exits normally?  In the unmanaged world, you could handle the DLL_THREAD_DETACH in DllMain( ), but I couldn't find anything in .NET that gives you this notification.  I could iterate through the list of ...
Score problem with .net framework 2.0 and 1.1
b - 21 Feb 2006 10:43 PM - 2 messages
I have an application that runs a DLL written in Delphi .net. My Dll runs well only on .net framework 1.1 and NOT 2.0. The problem is that my main application runs few DLLs some need to run ...
Score AppDomain Shadow copy and plugin framework models PLEASE HELP! =0
Weston Weems - 21 Feb 2006 9:58 PM - 2 messages
Ok, I've been quite successful on my own building a plugin framework that appears to be working quite well. I can manually unload/reload etc, however, the original app domain is retaining a lock on the shadowcopied assembly. I've done a fair ammount of research before resorting to this. ...
Score Create jpg from byte array of raw image data
Cynthia - 21 Feb 2006 8:36 PM - 2 messages
I have a byte array of 24-bit image data. I want to compress the data as jpg and write it to a stream. Is there any easy and fast way to do this in C#? byte[] rawImageData = new byte[width*height *3]; ...
Score Need to install 1.1, already have 2.0
middletree - 21 Feb 2006 8:28 PM - 4 messages
I have a dll that a co-worker wrote which needs .NET 1.1 to work. The server I am installing it on already has 2.0, probably installed when I put SQL Server 2005 there. I cannot make this dll work on any machine that has .NET 2.0 on it. However, ...
Score Does system.xml have any way to transofrm data with an xswl style sheet using strings like MSXML2 do
Daniel - 21 Feb 2006 8:07 PM - 2 messages
Does system.xml have any way to transofrm data with an xswl style sheet using strings like MSXML2 does? how to convert this to use System.XML so i do not depend on MSXML2 interop? static public string XslTransform(string style, string strdata) ...
Score Dot Net Focussed Search
Jono - 21 Feb 2006 7:21 PM - 1 message
Hey all Check out this new dot net search engine. [link] The more people who use it the better it will get. Cheers Jono ...
Score Visual Studio 2005 Versions
FinallyInSeattle - 21 Feb 2006 7:09 PM - 1 message
I just finished up a large project using VS 2003 and am moving onto one requiring VS 2005.  I've read up on what is included in the different versions and here's my issue.  The Professional edition comes the ...
Score Pass SessionID from 1 fn to other
XML newbie: Urgent pls help! - 21 Feb 2006 6:47 PM - 4 messages
How should I pass the SessionID(when I logon, I get the SessionID) from 1 function to another in VB.Net. I declared g_SessionID globally, then in another function, I take SessionID as input and use it like this: queryAssetListXml = "<?xml version='1.0' ?>" & _ ...
Score FTPWebRequest Fails on Some FTP Sites
Frank Walker - 21 Feb 2006 6:43 PM - 4 messages
I posted this problem a week ago, and received no response, so here it is again... While using FTPWebRequest, I have found at least one FTP site where this function fails. The URI I am using is ftp://nssdca.gsfc.nasa.gov/md_doc/app_a.doc ...
Score Can one EXE double as Windows Forms app and as Windows Service?
Guido Kraus - 21 Feb 2006 6:16 PM - 3 messages
I have a Windows service application with a public class that inherits from System.ServiceProcess.ServiceBase Is it possible to modify this application so that it still is a Windows service but on the other hand can be started just as if it were a standard ...
Score .NET Framework 1.1 Installation Path
Greg - 21 Feb 2006 5:18 PM - 2 messages
Is there a way to get the path of the .NET Framework 1.1 runtime files? Is there an easy away to get his path in an environment variable? Currently my path is C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\. But could not that ...
Score Re: Cannot read in the keys from app.config (.NET 2.0)
HowardB - 21 Feb 2006 5:09 PM - 4 messages
Have a look in the 'Settings.Designer.cs' file generated in your app to get a better idea of what is going on - meanwhile try txtSettings.Text = {your namespace}.Properties.Settings.Default.MySetting; Have fun Howard. ...
Score ManagementOperationObserver and Get( observer )
Richard Chandler - 21 Feb 2006 4:14 PM - 5 messages
The following illustrates a problem I have in another program ... however it only occurs on one in 5,000 remote machines. I suspect the cause of the problem lies with the remote machine ... but why doesn't my client time out ...
Score .NET Framework data provider for firebird
Stijn Verrept - 21 Feb 2006 4:14 PM - 1 message
Hi all, I installed Visual Studio 2005 standard and when I click on new connection (to connect to a SQL database) I get: "An unexpected error occurred in the .NET Framework data provider for firebird" I tried deinstalling VS2005 completely but still get this message. The ...
Score regexp - need help
jppop - 21 Feb 2006 1:46 PM - 6 messages
Hi, I want to parse string like "<number><trailing-char><title>" where <number> is a string containing digits and dots, <trailing-char> a whitespace or a semicolon and <title> any chars. ...
Score porting java 2 dotnet (any idea)
nizamforum1@yahoo.co.in - 21 Feb 2006 12:58 PM - 2 messages
Hi, when i am converting java to dotnet through java language conversion wizard present in vs.net, i am able to do it only for console applications of java. i am not able to do it for web based applications. ...
Score Attempted to read or write protected memory using TransactionScope and Oracle 10g Client.
OUSoonerTaz - 21 Feb 2006 12:37 PM - 2 messages
We are randomly getting this error message on our development and staging machines: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.;    at System.Data.Common.UnsafeNativeMethods.OraMTSJoinTxn(OciEnlistContext ...
Score Socket works fine first time, fails second time
Ben H - 21 Feb 2006 12:15 PM - 3 messages
Hello all I'm using a bit of very simple code to query a game server using a UDP packet. It works the fine time I run it but then when I run it again straight away it fails with.. ...
Score Serialisation with derived objects
Thomas - 21 Feb 2006 12:08 PM - 1 message
We have the complex application and want to use the XML serialization of an object. We have the problem with derived objects. It is possible to see the problem with simple example. We have an schema: <?xml version="1.0" encoding="UTF-8"?> ...
Score SqlServer UDF and DirectoryServices
HowardB - 21 Feb 2006 10:19 AM - 2 messages
Using a VisualStudio Sql Server Database project template, I want to access DirectoryServices (AD) from a UDF, but cannot add a reference to directoryservices.dll (legally) into the c# project, and if I add it illegally (in the XML) ,i get a sql error saying that DirectoryServices ...
Next »