|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
Own Drawn Forms
mayanc -
1 Apr 2006 11:27 AM - 4 messages
Hi, I would like to write a skinable form but I really don't know where to start from. Which function should I override in order to draw the form by myslef? How do I draw each Windows element (borders, Title, Max. box etc.) ...
Theading/Updating UI ?
n -
1 Apr 2006 10:29 AM - 3 messages
Hi all, Got a niggly problem, that I can't seem to crack. I have a command line process, which I started and capture the standardoutput with, and I need to update a form with some of the output as ...
Merging ActiveX Control
Khaled Hussein -
1 Apr 2006 8:58 AM - 2 messages
Hi Every body, I am currently working in aproject where I am stuck in merging an ActiveX control (*.ocx) file into a managed Class Library (*.dll). I want to hide the ActiveX Control in this managed Dll, so that even when things are ...
Merging ActiveX Control
Khaled Hussein -
1 Apr 2006 8:55 AM - 1 message
BlankHi Every body, I am currently working in aproject where I am stuck in merging an ActiveX control (*.ocx) file into a managed Class Library (*.dll). I want to hide the ActiveX Control in this managed Dll, so that even when things are ...
" Failed to load resources from resource file, please check your setup "
Scott McFadden -
1 Apr 2006 5:03 AM - 1 message
I have a .NET app that synchronously reads a socket connection byte by byte and appends the text representation to a .NET rich text box. After a few hours of operations, I get this error and my app crashes. ...
Opening new browser from .NET
Ashhad Syed -
1 Apr 2006 2:02 AM - 3 messages
Hello I am new to VS2003 .NET development and therefore have a really simple question: How do you open a new browser from within the code (I am using VB)? I know you can use Respose.Redirect command to go to a different form in the ...
eMoovie - a new company - we need sponsors
eMoovie -
1 Apr 2006 1:30 AM - 1 message
Hello ! We are eMoovie, a young swiss start-up based in Geneva. We developed SICMovie, a novel technology for VOD security. This technology is not a DRM but a DRT (Digital Rights Tatoo). The goal of DRT is not to control the customer's use of the downloaded movie ...
Sending an email using System.Net.Mail or System.Web.Mail
sanjeev -
31 Mar 2006 11:12 PM - 6 messages
I am attempting to send an email from a C# app and get the following error - [System.Web.HttpException] = {"The server rejected one or more recipient addresses. The server response was: 554 Relay rejected for policy reasons.\r\n"} I can only send emails to addresses within my domain. What do I have to ...
Forcing SqlDataSource to fetch data
Matt Colegrove -
31 Mar 2006 9:51 PM - 1 message
I'm trying to programatical switch between two GridViews, which have their own SQLDataSouces configured. I'm doing this when a RadioButton is changed. In the event handler for the RadioButtonList, I am changing the Visibility property, but the data isn't always up to date. ...
Page Event order in VS 2005
Matt Colegrove -
31 Mar 2006 9:43 PM - 2 messages
Can someone direct me to documentation on the order of Page Events for VS 2005? ...
Socket Listen for single connection
yofnik -
31 Mar 2006 9:18 PM - 3 messages
I am writing an application that simulates a TCP device that only accepts one connection at a time. For my application, I would like connection requests to fail if one already exists. So far I have the following code: IPAddress ip = Dns.Resolve("localhost").AddressList[0]; ...
UserControl FormatString Property
deepuk75 -
31 Mar 2006 8:46 PM - 1 message
I writing a usercontrol that has a combobox in it. I want to make the FormatString Property of the combobox Visibe in the Property Grid. The property should have an ellipsis button and clicking on it should open up Format String Editor Dialog. How to achieve this ? ...
REMOTE process
John Cosmas -
31 Mar 2006 8:32 PM - 4 messages
I need to fire or launch an application whose EXE/Path I know on a remote box on my network. My existing PROCESS code does not seem to do this despite the use of the .DOMAIN property where I pass the machine name. ...
Help with ADSI in NET 2.0
John Cosmas -
31 Mar 2006 8:31 PM - 2 messages
I'm trying to migrate my existing ADSI code from VBA into NET 2.0. Does anyone have any ideas on what I should start using? I'm trying to check the status of my IIS server accross the network, which I as able to do ...
Parent Child DataSet to XML?
xenophon -
31 Mar 2006 8:04 PM - 1 message
I have a DataSet with two DataTables in a simple parent/child relationship. No DataRelation is in the DataSet. The DataSet is serialized to an (XMLized) string. I need to convert it to an XML document that looks like this ...
Console App, LocalIntranet, System.Security.SecurityException
Ron -
31 Mar 2006 8:02 PM - 1 message
More than a year ago, I created a Console application to perform an update of a database from a text file. I installed the application on a server and it was run nightly from a workstation (Intranet Zone). All worked without a ...
E:\My Documents\Visual Studio Projects\MyProject\Install\install.vdproj 'msado15.dll' should be excl
milan.letic -
31 Mar 2006 7:36 PM - 2 messages
I added reference to "Microsoft ActiveX Data Objects 2.8 Library" to my project. I was experimenting something. Now I run compilation and get error like in title. I'd like to remove this reference, but I cannot find it in ...
Returning an Enum From A Remote Service?
David White -
31 Mar 2006 7:28 PM - 6 messages
I have a C# client and a C# remote service. I want to return an enum from the service to the client. I have defined the enum in a shared DLL referenced by both client and server which also contains the shared interface. But when the ...
How to signal process
William Stacey [MVP] -
31 Mar 2006 6:58 PM - 4 messages
How can you signal Ctrl-C to a managed process (i.e. process is hosting cmd.exe)? TIA ...
client / server design advice
yofnik -
31 Mar 2006 3:43 PM - 4 messages
I need to write a client application that polls a smart device for its data on a regular basis. The device only accepts one TCP connection at a time on a single port. The device is a peice of hardware that just ...
dll deployment issue
DaveS -
31 Mar 2006 3:41 PM - 1 message
I have created a VB Class Library in VS2005. This dll will be called from a VB6 program. Everything works fine on my machine. Now I need to send the clients the latest version of the VB6 program. ...
Any Good .NET Framework 2.0 Documentation
John Keers -
31 Mar 2006 3:40 PM - 4 messages
Hi, I'm a .NET developer and I want to learn and understand what is happening "under the hood" of the .NET Framework 2.0 to improve my applications and transfer knowledge to my colleagues. The CLR, Garbage collection etc etc.... ...
DataAdapter.Update
Sudhesh -
31 Mar 2006 2:34 PM - 2 messages
Hi, Can anyone shed some light on which of the two is more efficient (if at all) and why? Scenario A: I have setup the Select, Insert, Update & Delete commands of a DataAdapter, using Stored Procs (against SQL server). Then I call ...
Form crashes in designer
FaensenD -
31 Mar 2006 2:31 PM - 1 message
I have a sub-class of UserControl that populates a TreeView from a database. This is done in the constructor. I use if (this.DesignMode) return; to avoid reading from the database in design mode since the connection ...
Binary representation of a double?
vecozo@online.nospam -
31 Mar 2006 2:21 PM - 12 messages
Hello, We are writing an application in C# that finds roots of a function up to machine precision. Therefore I have to compare the number of significant bits in two double variables (the upper- and lowerbound of the interval containing ...
Virtual Joystick driver component
Hermanutz -
31 Mar 2006 1:53 PM - 1 message
Hello, do anybody know if there exist a component, which emulate a physical joystick? And the component be able to configured (add axis, buttons...) through ActiveX or DotNet... Background, why I look after such comonent is, about the defined DirectInput ...
code encryption (dotfuscation)
z f -
31 Mar 2006 1:44 PM - 5 messages
which is the best reasonable price tool for code encryption / dotfuscation? I found that the dotfuscator community edition only rename method names but does not encrypt actual implementation. If someone can share from their experience it will very help. thanks. ...
How to change settings in the default AppDomain?
GiGi -
31 Mar 2006 12:22 PM - 3 messages
I want to know if it is possible to change the "ApplicationName" property of default AppDomain. All the property of AppDomain.CurrentDomain are read only. Thanks for the reply in advance. ...
app.config files and MMC snap-in
richlm -
31 Mar 2006 12:12 PM - 3 messages
I'm developing a snap-in for MMC 3.0 using .Net framework 2.0 and the new MMC class library. I need to store some configuration settings, ideally in a .config file associated with my snap-in dll. A couple of possible solutions: ...
dll not reading .config ?
Søren M. Olesen -
31 Mar 2006 10:46 AM - 4 messages
Hi I've created a Class library (myClasses.dll), and added a settings.settings to it using designer. However when I use this class library, it doesn't seem to read the settings myClasses.dll.config file, instead I just get then initial values I used ...
is it possible to define the order in which winform user controls load?
Greg -
31 Mar 2006 9:51 AM - 6 messages
I have one control that absolutely must load before any other controls, due to some initialisation code within it. Is there a way of getting this control to load first? Moving the code from the load event to the constructor isn't an option to get around this issue. ...
settings.settings ??
Søren M. Olesen -
31 Mar 2006 9:46 AM - 3 messages
Hi How is the settings.settings supposed to be used??? If I add it to a class library, I get a app.config file with a <applicationSettings> section, containing my settings. However if I include this class library in a web-project, it seems like I have to copy this ...
signing XML elements
Hans -
31 Mar 2006 8:33 AM - 1 message
Hi, I want to sign a specific child element in an XML file: <Main> <CanChange entry="2"> ... ... </CanChange> ...
Alternative to HttpWebRequest for posting
Bais -
31 Mar 2006 8:23 AM - 2 messages
Are there any alternatives to HttpWebRequest for posting? I think using the HttpWebRequest for the "multipart/form" will require quite an amount of code. I would rather like something similar to: HttpWebPost post = new HttpWebPost("[link]"); ...
From VB.NET to Word 2003
Pieter Coucke -
31 Mar 2006 7:52 AM - 7 messages
Hi, With my VB.NET 2003 application I want to generate reports in Word 2003. I should be able to: - use eventually some template (with the header of the company etc) and ad my info to the document - be able to add an image ...
A question about DLL
tony -
31 Mar 2006 7:31 AM - 2 messages
Hello!! I'm using VS 2003 and C# and some dll. These dll are of type class library and windows control. Im I right if I say that there is a problems by having several dll project especially windows control in the same solution as the project that create ...
WebRequest and Range Header
Steve b. -
31 Mar 2006 5:00 AM - 7 messages
Hi, I'm building an application that can download resources using HTTP. In order to enable resuming broken download, I'd like to send to the server some Http Headers : string uriString = "http://server/app/resource.ext"; WebRequest req = WebRequest.Create( ...
Illegal Immigration, the Non-Issue of the Week??????????????
Expert Humor -
31 Mar 2006 4:14 AM - 1 message
The way our politicians rushed to talk about illegal immigration this week, maybe they thought it came with a free lunch. They won't do anything about it, but it will get them some money. The Expert provides the details at: ...
Passing TableAdapters
Paul Craig -
31 Mar 2006 3:37 AM - 1 message
Hi, I have a parent form which has aprox 100 child forms. Each of these forms has a datagridview and accesses different tables in a database. In 2003 I had a method in my parent class that got passed from the child the dataset, ...
Possible bug with SerialPort Parity.None and/or ParityReplace
David Creel -
31 Mar 2006 2:51 AM - 6 messages
I am developing some firmware that needs to send binary data to a .NET app via rs232. I have created a test .NET app that uses the SerialPort class to read the data, however it is erroneously doing a replacement on the value ...
Problem Setting the Time Zone with SetTimeZoneInformation
Mike -
30 Mar 2006 10:23 PM - 2 messages
I'm writing an application for Windows XP Embedded. This application requires that the user be able to change the time zone from within the application. I'm trying to do this using SetTimeZoneInformation, but it's not working correctly and I can't figure out why. I'm using Visual ...
not able to read an XSD file
Pooja -
30 Mar 2006 9:57 PM - 10 messages
Hi, I have an xsd file. I'm trying to read it into a dataset or even any other collection will do. But the problem is it is not getting read. Also, it is not throwing any error. Kindly help me on the same. ...
Icon and Name in taskbar
milan.letic -
30 Mar 2006 6:40 PM - 1 message
I work with VS 2003 and VB.NET. When I create Win app that lunches many windows and groups in taskbar, icon in taskbar is the standrad one for exe. Also, there is no text in taskbar group at all! ...
Application Always compiles
Praveen Pandey -
30 Mar 2006 5:41 PM - 2 messages
Hello: When I make modifications to my code and build, VS2003 will compile the entire solution, which is what it is suppose to do, GREAT!!!. However, if i have not modified the code and select Build->Build Solution menu item, it ...
Generic SortedList
gazarsgo -
30 Mar 2006 5:10 PM - 1 message
Why does the non-generic implementation of SortedList provide a GetByIndex method where the generic class does not? More intriguingly, why provide IndexOf methods for Keys and Values while not providing methods to retrieve Keys or Values by index? ...
Windows Control In Browser and NET Framework 2.0
brianelopez -
30 Mar 2006 5:06 PM - 2 messages
OK. Simple, Simple, Simple I have a windows form control embedded in an html page. This control runs over an intranet and is used to transfer files from the client intranet PC to an intranet server. No GAC involvement at all. A few ...
Monitoring / detecting assembly calls
Eric -
30 Mar 2006 5:05 PM - 5 messages
Greetings, I was just assigned to a project where I have to use existing .NET 1.1 and 2.0 assemblies, but there is no documentation for them. I have an idea of what each exposed method does, but I do not have a clue as to how the ...
Generics and Interfaces
moondaddy -
30 Mar 2006 5:03 PM - 1 message
VS 2005 VB/C# I want to create an interface for my business objects and one of the methods I want to include in the interface is my LoadDataRow method which I use in every business class representing an entitity. An example of this method ...
bindingRedirect with newVersion="1.0.0.*"?
Joe HM -
30 Mar 2006 4:12 PM - 1 message
Hello - I have the following problem. An executable uses a strong-named DLL that is in the GAC. So every time I update the DLL, I have to rebuild the *.exe. This is something I would really like to avoid since I have ...
Problems with nested datagrid
Vili -
30 Mar 2006 3:46 PM - 2 messages
Hi all I am having problems with asp.net 1.1 and nested datagrid. I have a datagrid (dgDetail) nested inside a datagrid (dgMaster). How can I make all the row editable in dgDetail? So that when I choose edit (on dgMaster) it would show edititem of all rows in dgDetail and ...
HttpWebRequest.GetResponse()
MrMikeInNH -
30 Mar 2006 2:38 PM - 3 messages
Hi all, I am curious that if I create an HttpWebRequest object and set the Method of it to "HEAD", when I call GetResponse() do I get the whole document sent from the responding server or do I just get the Headers ...
error in adding user controls at runtime
rushikesh.joshi -
30 Mar 2006 1:40 PM - 5 messages
Hi All, I have created my own WebControl and want to add it in my aspx page at runtime. it's compiling perfectly, but when i m going to execute, it gives me error of "Object reference not set to an instance of an object." in my ...
start/open windows explorer from code
mikemeamail -
30 Mar 2006 1:27 PM - 4 messages
Hi, I wish i could start the windows explorer control directly from the code but i was not able to find the right way to do it. Could anybody help me please ? Thanks a lot, Mike ...
proxy server and aspx
Juan Segura -
30 Mar 2006 12:27 PM - 2 messages
Hello: I'm developing a proxy server in C#-VS2005. It works fine in standard htm and asp pages. When I request an aspx page the client Explorer waits for a very long time waiting the response, however the proxy server was send to it. ...
Accessing Bitmap Bits
bern11 -
30 Mar 2006 11:54 AM - 3 messages
What is the best way to access the bits in a bitmap loaded into an image control (I'm converting a color image to greyscale). I have a method which works, but it seems kindof cludgy. Here is what I did: ...
idea class with files integration (.Net Framework 3.0?)
Piotr -
30 Mar 2006 11:30 AM - 1 message
Hello I think that file System.Windows.Forms.NewControl should be interpreted as: namespace System.Windows.Forms { public class NewControl { ...... } } file should contain: public NewControl()//constructor (#) { .... } ~NewControl()//destructor {... } public static Main(System.String[] args)//optional { .... } //one file must be one class ...
custom MembershipProvider and OnValidatingPassword
rigoni.diego -
30 Mar 2006 10:01 AM - 1 message
hi, i'm doing a custom membership provider, starting from odbc microsoft demo, to link a firebird database, trought odbc. is a little difficult for me, because i'm a delphi programmer not vb !! but , after some hours of work it write and read perfectly ( if someone ...
Signing a single XML child
Hans -
30 Mar 2006 5:51 AM - 1 message
Hi, I want to sign a specific child element in an XML file: <Main> <CanChange entry="2"> ... ... </CanChange> ...
Current Working Directory of a process
Blitr -
30 Mar 2006 5:08 AM - 3 messages
Hi. I'm writing an application in C# that runs a "cmd.exe" in another process. I need to get the working directory of the process without having to resort to issueing "echo %CD%" to the cmd process. Can anyone help me? ...
remoting non blocking socket exception
rickyjonesus -
29 Mar 2006 10:06 PM - 2 messages
When attempting to make a call across application domains using .net remoting I receive the error remoting non blocking socket exception. Are there any solutions or ideas to fix this problem. Thanks ...
.NET service running as NetworkService - Access Denied?
Bob -
29 Mar 2006 9:45 PM - 2 messages
XP SP2, .NET 2.0. If I create a new/blank .NET service project, add the installer component, build and install the service... as soon as I "net start myservice" I get Access Denied. If I change NetworkService to LocalSystem or something else, ...
Oracle connection with .Net Framework 2.0
Laresuco -
29 Mar 2006 9:43 PM - 4 messages
Does anybondy know how to create a connection with Oracle in Visual Studio 2005 (C#). I used the System.Data.OracleClient (VS 20003), but according to the MSDN this namespace works only with the framework 1.1. Thaks for the help... ...
How to impersonate remote user ? Can this be done?
guxu -
29 Mar 2006 9:37 PM - 3 messages
I was wondering if this can be done or not to impersonate a user on a remote machine to access certain directories on that machine? If the answer yes, how? Thanks. ...
No map for object '1311703010'. when remoting
rickyjonesus -
29 Mar 2006 5:25 PM - 1 message
I have a client server app that I am creating, it uses TCP and binary formatting. I am attempting to return a list<> of objects that are of type SampleObject across the app domain boundry. SampleObject is a custom class ...
Re: Stopping a thread "during" a statement
Oliver J. Hanau -
29 Mar 2006 5:14 PM - 1 message
Larry Lard wrote: Works perfectly, thanks. I didn't think that the solution would be in the *other* thread. Oliver. ...
XmlDocument and Xpath
Gnic -
29 Mar 2006 4:49 PM - 1 message
Hi , I have an XmlDocument instance, I want to find a node in the xml, but I don't know it's path until runtime, for example <aaa> <bbb name="x"/> <aaa attr="y"> ...
INSIDER - KNOWLEDGE NEUTRALIZING!!
INSIDER - KNOWLEDGE!! -
29 Mar 2006 4:10 PM - 1 message
INSIDER - KNOWLEDGE NEUTRALIZING!! (First Copy this Text in your editor) Translated Text (sorry if the Text is not in good grammer). I have earned over 40,000 Euros after participate in this program. Before short, I have myself in the following mails - list registered. ...
Team Foundation Server
Heinz23 -
29 Mar 2006 3:59 PM - 4 messages
Hi all, in several posts I read that the Team Foundation Server is already available ( [link] ) but in our SELECT-Account we could not find it :-( So is the TFS already available and which license is necessary? Thanks! ...
Windows service problem with FTPWebRequest
Frederik Wehlin -
29 Mar 2006 3:49 PM - 3 messages
I've created an application that upload files to a ftp-server. Everything works like a charm when doing this from a windows form. But when I try the exact same thing from a Windows service I get an exception when calling the ...
Is this kind of CCW possible between CSharp & COM ?
karthik.balaguru -
29 Mar 2006 3:10 PM - 1 message
Hi, We are currently accessing .NET (CSharp) (Managed World) APIs from COM (UnManaged World) environment. We are suspicious over CCW . If we are able to Access .NET (CSharp) APIs via a CCW from VB6, then, Is it possible to use the same CCW and access .NET (CSharp) APIs from ...
Is this kind of CCW possible between CSharp & COM ?
karthik.balaguru -
29 Mar 2006 3:09 PM - 1 message
Hi, We are currently accessing .NET (CSharp) (Managed World) APIs from COM (UnManaged World) environment. We are suspicious over CCW . If we are able to Access .NET (CSharp) APIs via a CCW from VB6, then, Is it possible to use the same CCW and access .NET (CSharp) APIs from ...
Need to upgrade to Framework 2.0 but continue to develop in Frame
Flyguy -
29 Mar 2006 2:21 PM - 3 messages
I am developing with Framework 1.1 but I have a new application that requires me to have Framework 2.0 installed on my computer. How can I continue to develop in Framework 1.1 if I have 2.0 installed? ...
WebException
Arne Garvander -
29 Mar 2006 2:10 PM - 2 messages
What 'period of time' are we talking about for a WebException in .net 2.0? System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or ...
Running several of the same applications in the same process using AppDomain?
peterbf -
29 Mar 2006 1:56 PM - 1 message
When we first start our application, it sets up an IPC channel. Later when we want's to start the application again, it searches for an existing channel and get an object from it if it exists (Activator.GetObject(...)) and there by takes over the application ...
STARTTLS in .net framework?
Shelby -
29 Mar 2006 1:11 PM - 1 message
Hi, I'm wondering in .Net framework, is it possible to use STARTTLS in smtp? If possible, is there any sample code around? Thanks. shel ...
Slow performance after Conversion C# application to VS 2005
Jack -
29 Mar 2006 11:46 AM - 7 messages
I have a C# Console application written in Visual Studio 2003 processing a lot of data. The application is therefor using .Net 1.1 and runs normally 28 minutes. After converting the project to a Visual Studio 2005 project (same if I rebuild a new project adding the ...
Security issue running unmanaged code in a win form ctrl hosted in
Filippo Bettinaglio -
29 Mar 2006 10:49 AM - 1 message
Security problem running unmanaged code (.ocx control) in a windows from control hosted in IE6 Hi, I have design a windows from control which contain a .OCX in one of its forms. Component developed in C#2005 -------- .NET2 ...
Regex question
Gustav -
29 Mar 2006 10:36 AM - 4 messages
Hi! I want to create a regex (using C#) that split a String where a +: or ' character is found except if the specified character is preceeded by a ?. The ? act as a do not split here sign. Can anyone give me a hint how to create this regex. ...
ActiveX in .net service
Gancy -
29 Mar 2006 10:27 AM - 2 messages
Hi, I have .net service written in C#. This srevice uses a third party ActiveX for SNMP services. This ActiveX listens on port 162 and fires an event for ever SNMP response received. My program works fine on a ...
System.Transactions DependentClone with COM+
Dave -
29 Mar 2006 10:07 AM - 1 message
Hi, I'm using System.Transactions and want to call two separate existing COM+ components on separate threads so they do their updates using the DependentClone functionality in System.Transactions, code snippets as follows: using (TransactionScope scope = new TransactionScope(TransactionScopeOption.Required, ...
http://127.0.0.1 works, NOT http://localhost or http://MyCompute...
Pieter Coucke -
29 Mar 2006 9:44 AM - 2 messages
Hi, This is a problem that I had before, went away for some reason I don't know, and that I got back now with my freshly installed pc. I have XP Pro, with all service packs, latest updates etc installed, and ...
How to pause the timer created from System.Threading.Timer class
Dhruvesh Brahmbhatt -
29 Mar 2006 9:05 AM - 5 messages
Hi, I have one problem in pausing the timer which i have created from System.Threading.Timer class. // I can create a timer that waits one second, then invokes every second by below code Timer timer = new Timer(timerDelegate, s,1000, 1000); ...
Searching the process list
JezB -
29 Mar 2006 8:31 AM - 2 messages
I want to iterate the process list looking at the processes running for the current user. So I'm using: foreach (Process p in Process.GetProcesses()) { } But I can't see any method or property of the Process object p which tells ...
.NET 2.0 Windows Service Failing to Load with system.io.fileloadexception
jasco4617 -
29 Mar 2006 6:32 AM - 1 message
I am writing an application in C# under .NET 2.0. There are two parts to this app, a service and gui. After finishing the program I tested it on the same machine that I programmed it on and it worked fine. ...
"Strong name validation failed for assembly xxx"
Randolph Neall -
29 Mar 2006 4:37 AM - 2 messages
After converting to VS 2005 an assembly that used to run in a certain directory just fine does not do so any longer. Loading it results in the error "strong name validation failed for assembly xxx." It happens that this ...
Trying to grant full trust..... (.NET 2.0)
Lloyd Dupont -
29 Mar 2006 3:22 AM - 3 messages
I have written an application which I have "installed" (copied) in a shared directory on some remote computer. Now I'm trying to run this application but I get plenty of SecurityException all over the places. I'm trying to use mscorcfg to grant full trust to the application, but that ...
.NET app on a shared directory.
Lloyd Dupont -
29 Mar 2006 1:52 AM - 11 messages
I have written a .NET application which does heavy use of interop (through ManagedC++). It works allright. Now someone askedme if it works when installed in a shared directory. So I'm testing, installed the application on a remote computer, in a shared ...
Hot to find Microsoft.ApplicationBlocks.Cache.dll
Praveen Pandey -
29 Mar 2006 12:08 AM - 1 message
Hello: I want to dowload the older version of the application block(Microsoft.ApplicationBlocks.Cache.dll ) that was released before entreprise libraries came to the world. Thanks Praveen ...
Re: HowTo, Download first 1024 bytes of file ONLY?
John Daragon -
28 Mar 2006 9:36 PM - 4 messages
NutsAboutVB wrote: Well, I'm no specialist (I started programming C# err... yesterday. But, how about something like this horrible non-compilable code snippet (most of which was stolen from a Microsoft C# socket example) : int port = PORT_NUMBER; ...
How to import Imports ROOT.CIMV2.Win32
moondaddy -
28 Mar 2006 8:25 PM - 5 messages
I have a c# 2.0 class and am supposed to use: using ROOT.CIMV2.Win32; However, I can't figure out what I need to reference so I can use ROOT.CIMV2.Win32. Can someoen please advise? ...
Thread constructor - maxStackSize argument?
TMcM -
28 Mar 2006 5:07 PM - 4 messages
Framework 2.0 There is a constructor for the System.Threading.Thread class that takes a ThreadStart object and an int as construction arguments. The ThreadStart object is the delegate to the thread entry point obviously, but what is the ...
Application DNS Caching
Michael Bray -
28 Mar 2006 4:55 PM - 1 message
Has anyone seen a problem in .NET 1.1 Framework where an application caches its own DNS entries? (I haven't tested on .NET 2.0.) I have a client/server remoting application where one central server connects to many clients in order to push configuration to them. At first, ...
pinvoke GetDiskFreeSpaceEx with UNC
Rogas69 -
28 Mar 2006 4:06 PM - 3 messages
Hi all, I am using VS 2005, .Net 2.0., Windows XP Pro SP2 I encountered a problem for which I couldn't find answer in google. I want to get colume size information - total, free and available. I am ...
FileLogTraceListener in asp.net 2.0 project
Carlo Folini -
28 Mar 2006 3:53 PM - 2 messages
Hi, I'm setting up tracing for a c# asp.net 2.0 web app. I saw an interesting TraceListener called FileLogTraceListener that resides in the Microsoft.VisualBasic.Logging namespace. Is there some drawback on using this VisualBasic class? I found similar functionality in a trace listener for entlib 2.0 ...
Configuration settings to keep XmlSerializer source files around?
nickdu -
28 Mar 2006 3:11 PM - 1 message
I believe there are settings which will cause the source files for the temp assembly that the XmlSerializer generates to stick around. What are these settings? ...
NET Framework Permission Request Viewer in .NET2
Filippo Bettinaglio -
28 Mar 2006 3:05 PM - 2 messages
PermView.exe - .NET Framework Permission Request Viewer. Why PermView.exe is not included any more in the .NET2 Framework? Is there a correspondent utility for .net2 assemblies? Many Thanks, Filippo ...
LoopbackInterfaceIndex reports wrong index
George Chatzigeorgiou -
28 Mar 2006 12:51 PM - 1 message
Hello all. I'm running this small piece of code which loops the NetworkInterface array printing some info. using System; using System.Collections.Generic; using System.Text; using System.Net.NetworkInformation; namespace TestNetworkInterfaces { class Program { ...
:-(
Nick Hounsome -
28 Mar 2006 10:31 AM - 5 messages
It wasn't available! It's starting to look like we wont be going. You can imagine how I feel about that. ...
how to monitor file system for file additions, deletes, modificati
giannik -
28 Mar 2006 7:48 AM - 4 messages
Is there any way to create an app in vb.net where i can specify a folder in the windows os (windows 2000 and above) so that when files are added , deleted or modified then an event can be raised so I can perform some ...
Get this compile error "Could not copy temporary files to the output directory."
tony -
28 Mar 2006 7:43 AM - 2 messages
Hello! When I build an exe file that use 6 class library dll I get this error. Could not copy temporary files to the output directory. The file 'MeltPracStorage.dll' cannot be copied to the run directory. Det ...
|
|||||||||||||||||||||||