|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
ftp file transfer
sguernieri -
7 Jan 2006 5:45 PM - 5 messages
I have developed a vb web application to allow client copy files to an ftp remote site. The problem is ttha when i debug my application all seems to work fine, but when i deploy it on the web server, after i have chosen the file i want to ...
Hosting a WebBrowser control in a web page
jmi0 -
7 Jan 2006 2:41 AM - 4 messages
I need to have my web application (html, jsp, etc.) to host a WebBrowser control by using the object tag for an assembly which contains my custom user control which contains the WebBrowser control. The problem is that the WebBrowser control won't load. It's prematurely ...
Public Event Handlers
Leslie Sanford -
7 Jan 2006 12:49 AM - 2 messages
Is it considered bad style to make event handlers public? Something like this: public void Send(object sender, SomeEventArgs e) { // Do stuff... } The idea is that by making the handlers public, a third party can configure the flow of events through an application by attaching and ...
VS 2005 Designer problem
Dino Buljubasic -
6 Jan 2006 8:51 PM - 2 messages
Hi, I am using C# (Visual Studio 2005) and have noticed a problem when trying to open a form in desing view. If there is any error or warning on that form, designer will not open it but report an error. This is quite annoying. ...
.NET1.1 not working for user!!??
Thomas Johnson -
6 Jan 2006 8:34 PM - 1 message
Hey guys, I have some strange going's on on my system. I have a user who has lost access to the .NET Configuration 1.1 thru Administrative Tools. When we try to start this application we get the following message: "SNAP-IN ...
PerfMon via Registry
Shawn Pecze -
6 Jan 2006 7:08 PM - 1 message
I have a Java application in which I would like to display the PerfMon objects, instances and counters on a particular system. I have written some JNI code to do this following the example outlined here
[link] ...
[System.Configuration] Using optional elements in the configfile
Ramon de Klein -
6 Jan 2006 6:59 PM - 1 message
I want to use the new System.Configuration features of .NET v2.0 to specify the settings in my application. An example are the proxies that should be used. To set both the HTTP and FTP proxy you can specify: ...
read config setting for ASP.Net (Compilation tag)
Jazz -
6 Jan 2006 6:16 PM - 2 messages
Hello, I am using VSNet 2003 and I am trying to programmatically detect if debug attribute in the compilation tag is true or false. How can I do this ? Thanks, Jazz ...
Path Length Problem
Michael Jackson -
6 Jan 2006 6:10 PM - 2 messages
A user of my app is reporting that he is getting a "path too long" error. Thats all the info I have. I'm testing, so I've created a folder structure on my machine up to the point where XP tell me it cannot create the next folder, so I assume I've ...
System.Threading.Timer period erratic
Oxns -
6 Jan 2006 5:13 PM - 5 messages
Hi, I have a system with a number of system.threading.timers. These are set to fire every (say 200 milliseconds). If the thread has little work to do, the timer fires again at the correct time BUT if the thread does a lot of work, ...
bind strongly typed datset to GUI
danielsanberger -
6 Jan 2006 12:08 PM - 1 message
Hi all, I am just examinating strongly typed datasets and xml-binding! I have some questions: 1. I have an xsd to create my strongly typed dataset. So with this dataset I have the In-Memory of my Database. What happens when I want ...
Disable codegen for an ASP.NET page
Søren M. Olesen -
6 Jan 2006 11:55 AM - 1 message
Hi Is there a way to disable the automatically codegen for a page?? My problem is that I have to pages, where the vb-behind code in the second inherits from the first, however the aspx code is just a copy. When I open ...
Mage and .NET Framework Installation
Ganesh Natarajan -
6 Jan 2006 11:37 AM - 1 message
I have a Query regarding Installing Mage along with .NET Framework 2.0. Do i need to install VS.NET 2005 SDK for running Mage ?. Or can Mage alone be installed separately. Response is highly appreciated. - Ganesh ...
Can we create our own customized MessageBox
SwatSoftwareDev -
6 Jan 2006 10:33 AM - 2 messages
Hi, Can we create our own customized MessageBox and Inputbox using VB.NET, in which icons (or images) and custom message can be shown. Thanks in advance, Regards Swat ...
Convert EPS to JPEG
Klaus Jensen -
6 Jan 2006 10:28 AM - 1 message
Hi! I need to convert EPS to JPEG using VB.Net. I have tried componentsource.com, but I can only find a component from leadtools to do the job, and their components are a bit pricey. Are there any alternatives? ...
MSI-Reading PROPERY table using .net
Jaisabari -
6 Jan 2006 10:12 AM - 2 messages
How to read and update property values of msi PROPERTY TABLE using .net exe ...
is Window control in C# is Framework Dependent
Azeem Sarwar -
6 Jan 2006 5:17 AM - 3 messages
I want to develop a application in C#.net but it should not be framework dependent.Now is Window controll created in c#.net is framework independent or not. OR Is there any way to make my code Framework Independent ...
StreamWriter.Close() in Windows Service leaves handles
John Mark Howell -
6 Jan 2006 4:57 AM - 3 messages
OK, I've confirmed this: If you use a StreamWriter and don't wrap it in a using statement, simply calling Close() does not always release the handle. It does close the file but it appears to leave some type of object ...
Oracle - Curson In, Cursor Out In VB.NET
deneb -
6 Jan 2006 3:01 AM - 3 messages
I read this article. [link] It's about using Cursor In and Cursor Out in a .NET application that accesses Oracle Database 10g Release 2. I have some problems in my application that is supposed to use Cursor ...
Moving files from a folder to another (Newbie-please help)
pamelafluente -
6 Jan 2006 2:43 AM - 3 messages
I have a folder, say C:\ORIGIN, and another folder, say C:\DESTINATION. I would like that any file which appears on C:\ORIGIN after a given date, for instance after 07/12/2006, wil be moved immediately (or within a few seconds) in into C:\DESTINATION. ...
Getting sttaus of RAs connection not working
den 2005 -
6 Jan 2006 2:43 AM - 2 messages
Hi everybody, Is there someone who can tell me why the RASGetConnectStatus() is not functioning and how to fixed this? I like to get status of ras in order to maintain the connection until explicitly close by user. Also, the RasHangUp() ...
Copy Protection / Trialware Software that works with .NET
Peter Olcott -
6 Jan 2006 1:15 AM - 11 messages
Does anyone know any really good products? ...
System.Timers.Timer Issue
Ethan Selzer -
5 Jan 2006 11:57 PM - 15 messages
Hi, I have an instance of the System.Timers.Timer class (V1.1) running in a Windows Service. When the Elapsed event fires the Timer.Interval property is set to 24 hours ahead, which results in the Elapsed event firing once a day. ...
Get All Domain Users?
xenophon -
5 Jan 2006 11:49 PM - 3 messages
I am working with a Windows 2003 native domain, users are in Domain Local Groups, Global Groups, and Local Groups. Users are not all lumped into the "users container". Is there a way to query a DC for all users, regardless of their ...
Reading a <sectionGroup> in app.config
kevininstructor@state.or.us -
5 Jan 2006 9:50 PM - 16 messages
I have been trying to get the code at the page below to work in .NET 1.1 but can not seem to get the example to work in VB.NET, any ideas what might be the problem? <a ...
How to know if mouse buttons are switched ?
Herve Bocuse -
5 Jan 2006 7:53 PM - 4 messages
In the mouse control panel it is possible for a user to switch the mouse buttons. How to programmatically check this ? I need this to know if I have to fire a left or right mouse button with the mouse_event win32 function. ...
Winforms and threading strangeness
rein.petersen -
5 Jan 2006 6:52 PM - 6 messages
Hey All, I have introduced a new thread in my Winform application to control a scanner that can often take some time and freezes up the application. The thread and callbacks work great - I create and start a thread for ...
.NET 1.1 - A generic TCPClient question
JS -
5 Jan 2006 6:47 PM - 2 messages
All, Admittedly I am a little short on time so I have not thoroughly researched this question yet keeping that in mind.... I have a windows service that retrieves data from a FTP server. I am connecting to this server using the TCPClient class. When I perform ...
Woking with IntPtr, how can I copy with offset?
ThunderMusic -
5 Jan 2006 5:55 PM - 2 messages
Hi, I have to copy some data to an unmanaged array pointed by an IntPtr. The thing is Marshal.Copy only offers 4 parameters(not the actual parameters name but what I understood of them) : Source, srcOffset, Destination(the IntPtr), Length. ...
Load Assembly Type.GetType("Class,Assembly")
Mohamed Zaki -
5 Jan 2006 2:54 PM - 5 messages
Dear All, How Can i load an assembly located in the bin folder of an asp.net application using the Type, ie.e Type type=Type.GetType("Namespace.class,assembly"), i used the previous command and it it returns null, is there any clues for what i'm missing. ...
InstallUtil Security Error
Dani -
5 Jan 2006 2:46 PM - 1 message
When I run the following command as an Administrator on Windows 2003, version 5.2.3790... C:\Windows\Microsoft.NET\Framework\v1.1.4322>installutil .... I get the following error dialog: InstallUtil.exe - Common Language Runtime Debugging Services ...
InstallUtil Security Error
Dani -
5 Jan 2006 2:37 PM - 8 messages
When I run the following command as an Administrator on Windows 2003 version 5.2.3790... C:\Windows\Microsoft.NET\Framework\v1.1.4322>installutil .... I get following error dialog appears: InstallUtil.exe - Common Language Runtime Debugging Services ...
PocketPC Connection
Euphilos -
5 Jan 2006 1:12 PM - 2 messages
Hello, I've ran into the following problem - using a TcpClient from a craddled PocketPC lets you connect to any address without throwing an exception, even if the address does not exist. This happens only if the device is craddled ...
MSI-
Jaisabari -
5 Jan 2006 11:35 AM - 4 messages
How to execute an .Exe file, after MSI - installation is over. In which table the entry should be made for this ...
MSI - custom Action
Jaisabari -
5 Jan 2006 11:32 AM - 2 messages
How to call .net DLL function in MSI. What are the tables that required entries for calling the function from .dll ...
Blank page after dropdownlist selection??
Chris Zopers -
5 Jan 2006 11:29 AM - 5 messages
Hello, I have developed an ASP.NET page, with a dropdownlist and some textboxes. When a selection is made in the dropdownlist, some data is retrieved from a database and displayed in the textboxes. To to this, I've written some code in the selectedIndexChanged event of ...
Saving and accessing problems with Arrays
Paul Naude -
5 Jan 2006 9:36 AM - 1 message
(VB.Net 2003) I have arrays that I need to save to disc in an efficient manner for later retrieval. The array dimensions are not fixed. I tried: dim k as long a = {something I get from user input} reDim k(a) ...
control refresh
AVL -
5 Jan 2006 5:56 AM - 2 messages
Hi, I have a requirement in which I need to refresh a single control instead of teh whole web page. How can I do this asp.net 1.0? ...
control refreshment
AVL -
5 Jan 2006 5:54 AM - 2 messages
Hi, I have a requirement in which I need to refresh a single control instead of teh whole web page. How can I do this asp.net 1.0? ...
ClickOnce Deployment Problem
Mauricio Pires -
5 Jan 2006 3:16 AM - 2 messages
I published a Windows Form application onto my website (ISP) using FTP (ftp://controlbase.com.br/ReplicaLadder). I open the publish.htm, click on Run buttom and receive "The page cannot be found ". When I publish to localhost (my notebbok) it works fine. ...
dom and <link> tag funness
hansbrix -
5 Jan 2006 3:03 AM - 3 messages
hello, i'm writing a small program that traverses a webpage once it's loaded
in the browser and alters parts of it. however using the dom facilities
i'm unable to get past <link> or <style> tags. the .childnodes property
doesn't report any nodes past here. this is a problem as i really want
to access the rest of hte page. ...
Windows Forms framework
yuriy_zubarev -
5 Jan 2006 1:30 AM - 2 messages
Greetings, I was wondering if there is a framework in .NET world similar to what Eclipse is in a Java world. Could "Composite UI Application Block" be compared to Eclipse? Thanks. ...
System.Timers.Timer and slick way to skip processing at configurable times
josh -
5 Jan 2006 1:19 AM - 3 messages
Hello, I have written a Windows Service that checks ODBC connectivity to a legacy ODBC source on a specified interval (15 minutes for example). If unexpected downtime are encountered, I log an event to the event viewer and email IT of this unexpected downtime. The settings for the ...
Strange behavior with dynamic code compilation and VS.NET debuggin
Mike Miller -
5 Jan 2006 12:31 AM - 7 messages
When I run the following code I would suspect a null reference exception to be thrown: param1 = null; int x = param1.Length; However, when I compile this code dynamically into a class and method a null reference exception is ONLY thrown if the debugger is attached???? Otherwise ...
Application Initialization Error
Hiten -
4 Jan 2006 9:42 PM - 3 messages
Hi, I am trying to debug and run a .net application using studio. It compiles right, but at startup it crashes with following error The application failed to initialize properly (0xc0000005). Click on OK to terminate the application. I don't know what happens, it happens with all .net based application. I ...
Salamander .NET Linker Tool 2.0 Released
Huihong -
4 Jan 2006 7:45 PM - 2 messages
[link] Link assemblies together, compile MSIL to native code, deploy without whole Framework installation, stop reverse engineering, all in one. Here you can download a linked version the Scribble Windows Form sample, [link] ...
Enumerate, Delete, and Add network printers and drives
Michael D. Ober -
4 Jan 2006 6:07 PM - 2 messages
Is there anyway besides using the Windows Scripting Host COM Object to enumerate all the network printers and drives. I need to change them (server replacement) and don't want to visit every PC in the company to do ...
Query Domain API ?
xenophon -
4 Jan 2006 5:29 PM - 6 messages
I have C# 1.1 code that queries a domain controller for groups and etc with LDAP queries. The works fine until the DC is down for any reason. There are many DCs in the domain (win 2003 native). I would like to ...
deploy web app using crystalreportviewer
() -
4 Jan 2006 5:22 PM - 1 message
im trying to use the CrystalReportViewer in a web app. it works perfectly on localhost but on deployment gives a parser error. can anyone help. is there something specific i need to do when deploying a web app that uses the crystalReportViewer??? ...
Tool for analysing object references
Olivier Fermy -
4 Jan 2006 4:37 PM - 1 message
Is there any tool for analysing object references ? Particulary a tool that can find the root object referencing an object. It would be very usefull for finding the objects not released by the garbage collector and resolve memory leaks. ...
uninstall vs2005 beta gone wrong.
__Stephen -
4 Jan 2006 3:48 PM - 5 messages
What are the keys you need to destroy and then the dirs that can be removed to get rid of beta 2005 both in VS and SS? My dev laptop won't accept VS2005 nor SS2005. I tied the removal using the tools they referenced but noooooooo! That ...
No Touch Deployment failing on Toshiba Tecra M4 notebooks
R Horton -
4 Jan 2006 3:32 PM - 1 message
Has anyone else come across the issue with No Touch Deployment failing on Toshiba Tecra tablets? I can not get anything to go into the Global Assembly Cache from either my own company's application nor any other sites. Every ...
Can VS 2005 build an app that works with .NET Framework 1.1?
Robert Tonsing -
4 Jan 2006 3:28 PM - 5 messages
I know the official answer is that framework 2.0 is required. But I have a simple C# app that is used in a testing environment on systems that don't have 2.0. I want to be able to just put the app on a USB key, put it in a ...
How to deploy unmanaged dependencies via Smart Client Technology?
Chucker -
4 Jan 2006 3:18 PM - 3 messages
Hi Folks, I got a Smart Client Application that downloads it´s actual assemblies from a Deployment Server. This works fine for all managed assemblies. Does anybody happen to know, how to deploy/auto-update unmanaged dependencies like FFTW3 or BLAS which I use via interop from my managed ...
ArrayList.Sort() change in v2.0?
Dan Malloy -
4 Jan 2006 2:47 PM - 7 messages
The implementation of the Sort() method on a System.Collections.ArrayList object seems to have changed in v2.0. In particular, attempting to sort partially sorted data is very slow. Maybe using QuickSort on already sorted data will result in worst case performance, but v1.1 ArrayList.Sort() doesn't ...
Enterprise Library: Deployment/Installation
FaensenD -
4 Jan 2006 2:42 PM - 1 message
I know that I have to run the InstallServices.bat script on a production server to get rid of the error messages that are raised by the Instrumentation. I also managed to change the script that is does not require the availability of VS.NET 2003. ...
Command line params for dotnetfx.exe
Leo Gagne -
4 Jan 2006 12:39 PM - 4 messages
Hi again ! What are the command line arguments for the redistributable package of .NET 2.0? (Quiet mode, No restart, etc.) Thank you ! ...
Merge Module for .NET Framework 2.0
Leo Gagne -
4 Jan 2006 12:35 PM - 3 messages
Hi! Is there an available merge module for the .NET Framework 2.0, or do I absolutly have to launch the "dotnetfx.exe" redistribution package? (Why is it the same filename as the previous one?) Also, when will any user be able to update its computer with .NET 2.0 using ...
Preview Crystal Report 9 by using keyboard
Frustated -
4 Jan 2006 9:25 AM - 1 message
Hello everyone, I'd like to preview Report using keyboard keys like arrow down or up, page down or up (not only by mouse on the vertical scroll bar). I am using Crystal Report Viewer (CR 9) in Visual Studio .Net ...
Measure ping times
Thomas Jespersen -
4 Jan 2006 8:34 AM - 1 message
Hi The users of my SmartClient sometimes has very high ping times (500ms +) and it kills the performance of our applications. We want to implement a traffic light (red, yellow, red) indicator in the status bar, which shows the health of the internet connection, and tells the ...
How to eject CD?
Olav Tollefsen -
4 Jan 2006 8:20 AM - 1 message
What API can I use from .Net to eject a CD / DVD? Olav ...
How do i interupt a loop?
Paul Naude -
4 Jan 2006 8:07 AM - 7 messages
(VB.NET 2003) I have a simulation that runs in a loop. I would like to give the user acces to interrupt and cancel the simulation. At the start of each loop, I check a global variable which can be set to ...
Compitability
Pranay shah -
4 Jan 2006 7:33 AM - 2 messages
Right now I am using framework 1.0.3705 on my server & One application is using it. Now I have to host another dotnet application on our server which wants dotnet framework 1.1. Can I Install 1.1? Please confirm me that earlier ...
Managed C++ Safe CritcalSection
Frank Postle -
4 Jan 2006 5:58 AM - 5 messages
In the prior C++ world we used to have locks that we would declare on the stack such that as the stack was unwound the critical section would be released. I am wondering how this works with managed C++. Here is a class ...
File Writing problem
howard39@nospam.nospam -
4 Jan 2006 4:38 AM - 8 messages
Using the following code, I get a System.ObjectdisposedException. The message is "Cannot write to a closed TextWriter." What is wrong? using System; using System.IO; namespace Test { class Test { public static void Main() { ...
Missing caption in grouped taskbar buttons
Peter Franks -
4 Jan 2006 1:55 AM - 3 messages
I'm experiencing a problem w/ my application where, when taskbar grouping is enabled, and there are sufficient other programs running that grouping is active, if I run my app, then display the help file by using: System.Windows.Forms.Help.ShowHelp(this, "app_help.chm") ...
IsolatedStorage question
Tim Johnson -
4 Jan 2006 12:17 AM - 2 messages
I've been looking into the use of Isolated Storage and had a few questions: 1. If I use it in a MyIso.dll called by Iso1.exe, in storeadm /list I see the assembly and domain sections both refer to the path to Iso1.exe. I ...
Shared Add-in
John Thompson -
3 Jan 2006 10:41 PM - 2 messages
Hello, I need to develop an Office Add-in. However, without even adding any code to the add-in, the add-in will slow the startup time of Microsoft Word 2003 by about 20 seconds. For example, in Visual Studio 2003, If I do the following: ...
Custom collection implementing IEnumerable<T>
Jeff -
3 Jan 2006 9:57 PM - 10 messages
Hi, I have a custom collection that is basically a wrapper of an List<T> collection. I want to expose the IEnumerable<T> interface of the collection to the world, so on my custom collection, I implement both ...
Port Knocking: Sending Single TCP Packet
Mark Olbert -
3 Jan 2006 7:09 PM - 6 messages
I'm trying to build a simple port knocking client in dotNet. However, whenever I try to connect to the target machine, three packets get sent by System.Net.Sockets.Connect() rather than just the one that I want to send. ...
Enumerate Groups NAMES in System.Text.RegularExpression (.NET 1.1, VS2003)
Mike Jansen -
3 Jan 2006 6:46 PM - 4 messages
In .NET Framework 1.1 Visual Studio .NET 2003, System.Text.RegularExpression namespace, I'm attempting to enumerate the Group Names from a Match.Groups. For example: Regex ex = new Regex("blah blah (?<group1>blah blah)"); Match match = ex.Match("input"); ...
Strongly Typed DataSet and msdata.xsd
danielsanberger -
3 Jan 2006 5:01 PM - 1 message
hi all, I want to map an xsd to a strongly typed dataset, but I don't know, which attributes I have to set in the xsd! I need primary keys foreign keys Table_Name Column_Name ColumnName is clear in msdata.xsd, but the other attributes I don't ...
threading scenario
rein.petersen -
3 Jan 2006 5:00 PM - 2 messages
Hi All, I'm accessing a scanner programatically (using WIA automation) and I want to make the application multithreaded to allow the foreground UI to be accessible while calls to the scanner occur in the background. Of course, when I suggest multi-threaded, I really only want the main ...
Performance issues
guoqi zheng -
3 Jan 2006 4:41 PM - 2 messages
Dear sir, I have an application with a lot of disk access, IO read and write. The application use out all my money and IO. I am thinking about ways to improve disk read/write, what might be a solution? I used streamreader, readtoend to ...
Adding Existing Items to a VB2005 Project
zacks -
3 Jan 2006 4:39 PM - 3 messages
With VB2003, I could simply copy a form from one project to another by simply copying the form's VB file to the other project and do the Add Existing Item function. This does not appear to work with 2005 as a ...
Enumerating workgroup computers
Peter Schmitz -
3 Jan 2006 4:20 PM - 1 message
Hi, how can I enumerate (get information/access) all the computers that are currently in the same workgroup as the local one? Thanks a lot, Peter ...
Manifest definition does not match the assembly reference
Alex -
3 Jan 2006 4:12 PM - 2 messages
I have an ASP.NET application that works fine locally and on development servers. However when I deploy to a live site I get an manifest definition error. The reference is to a 3rd party managed control. Is there any way to 'update' this reference? ...
Adding SOAP security headers to client applications
Alistair Harrison -
3 Jan 2006 1:28 PM - 1 message
Hello, I have been writing a .net 2.0 windows form client for a SQL server 2005 based web service/SOAP endpoint. The client needs to communicate with the web service over a secure channel using https. In order to allow this I want to ...
Refresh File in Solution Explorer in VS2005
danielsanberger -
3 Jan 2006 11:45 AM - 3 messages
Hi all, I wonder how I can refresh a File in my solution, that I have changed from an outside editor! It doesn't seem to be possible! The scenario is, that I added a Reference (File.cs) to the Project ...
Problem in console application using Caching Application Block
ams8764 -
3 Jan 2006 10:32 AM - 2 messages
I am facing a problem with a .NET console application that uses the Caching Application Block from Enterprise Library June 2005. Since I have added the use of the caching block, I have sometimes (!) the following behaviour : the console application does not end but ...
PerformanceCounterCategory.Create throws IOException
perlesnews -
3 Jan 2006 9:26 AM - 4 messages
While testing the use of performance counters, IOException(file exists) is detected (see stack trace above). We are using Framework.net 1.1 The reason is that the temporary folder is plenty of temporary files. I am quite sure almost all these files files were created by ...
Using Reflection To Convert A Dynamic Type To An Object
Bob Bryan -
3 Jan 2006 7:32 AM - 3 messages
Hi, I am working on a project where my users will be extending the capabilities of the software by writing classes in their .NET language of choice. I have a base class called Strategy that will be used as the base class for each ...
ScaleTransform
Ian Lazarus -
2 Jan 2006 11:21 PM - 2 messages
Hello, I expected the code below to display the picture in half its normal size. Instead, it displays it in the original size. What is the correct way to do this? Thanks Form() { pictureBox->set_Image(new Bitmap(new String("c:\\picture.bmp"))); ...
assembly in GAC not referenced in scripted code
Bob -
2 Jan 2006 9:57 PM - 2 messages
I have a common assembly installed into the GAC and is referenced by most of my ASP.NET projects. This is fine for compiled web applications as the reference to the assembly is added in the Visual Studio projects. I had a ...
Error 25015 while installing .NET Framework 2.0
Johan L -
2 Jan 2006 7:21 PM - 4 messages
Hi, I have a problem getting NetFX 2.0 installed. While installing the framework with Elevated Rights I get : Error 25015: Failed to install assembly 'C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Microsoft.VisualBasic.Vsa.dll' because of a system eror: Access is denied. ...
Problem with permissions upgrading project from 1.1 to 2.0
Robert Ginsburg -
2 Jan 2006 6:57 PM - 1 message
I am upgrading an existing .NET 1.1 project to 2.0. (yes the project continues to work perfectly in 1.1). The project includes a reference to an assembly that manages communication to several databases and COM objects. ...
Are there any issues I need to know before commiting to the custom
מיכ×ל קריבוס -
2 Jan 2006 4:46 PM - 1 message
Design, Code and run .Net 2.0 application under terminal server ...
Encoding nightmare
Holysmoke -
2 Jan 2006 2:10 PM - 1 message
Hi, I have a collection of messages from which I am generating HTML and try to save it as Microsoft Word/Excel File The problem is I cannot see some Latin Characters when converting to HTML but I solved the problem after setting the CodePage for Latin-1 Characterset. ...
timer functionality.......need ur help
AVL -
2 Jan 2006 5:52 AM - 2 messages
Hi, We are developing an online fun game called tambola... The requirement is as follows Tambola is a game in which each player will get a ticket and the co-ordinator of the game will pick up numbers from 1 to 99 randomly.. ...
PGM Socket sender perfroamance issues
Steve Brucato -
2 Jan 2006 1:46 AM - 1 message
Hi, I'm using PGM Socket through .Net by creating the socket like this: Socket socket = new Socket(AddressFamily.InterNetwork, SocketType.Rdm, (ProtocolType)113); This correctly creates and lets me use a PGM socket. But I am getting wierd results when I send at a fast rate. The first packet ...
.EXE Resource Embedded
Nige -
1 Jan 2006 2:12 PM - 2 messages
Hi Is it possible to execute an embedded .EXE resource, without first having to re-create the file as a .EXE and then starting the process with shell or the Process class? ...
.net memory checks
Kaniga -
1 Jan 2006 10:27 AM - 6 messages
I've been trying to figure this one out: The CLR is said to do memory checks on memory access, such as access to arrays and type-safety checks. Now does this mean that every action of this sort would require a ...
|
|||||||||||||||||||||||