|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
Reflection.Emit accessing a field in the base class of a dynamically constructed class
Douglas Harber -
11 Feb 2006 11:28 PM - 1 message
I'm using Reflection.Emit to define a dynamic type. The class inherits from a generic base class. In C# this would all look like this: public class Base<T> { int someField = 0; ...
ver 1.1 and 2.0 simultaneously??
mark -
11 Feb 2006 6:57 PM - 2 messages
I know this is stupid for you experts but I did try to find the answer first. I am running applications some of which require 2.0 and some 1.1. Can both framework v 1.1 and 2.0 be installed simultaneously? ...
switch vs Select Case
ME -
11 Feb 2006 4:56 PM - 12 messages
In C# the following code generates a compiler error ("A constant value is expected"): public void Test(string value) { switch (value) { case SimpleEnum.One.ToString(): MessageBox.Show("Test 1"); break; case SimpleEnum.Two.ToString(): MessageBox.Show("Test 2"); break; case SimpleEnum.Three.ToString(): ...
Visual Studio will not allow me to unsign my projects
anonymous -
10 Feb 2006 10:25 PM - 2 messages
I"m working in Visual Studio 2005. We decided to sign our assemblies, and I did so through the properties page for each project. Unfortunately we've run into problems since I signed the assemblies, and we've decided to not sign ...
Detecting/grouping a series of files
Neil West -
10 Feb 2006 9:50 PM - 2 messages
Given a directory full of digital photos with file names like new york skyline 1.jpg new york skyline 2.jpg new york skyline 3.jpg new york skyline 4.jpg new york skyline 5.jpg statue-of-liberty-1.jpg ...
ConfigurationSections in .NET 2.0 Issue
dotNetDave -
10 Feb 2006 9:48 PM - 1 message
I'm rewriting a program from 1.1 to 2.0 and I am trying to correctly code the section that reads (and will now hopefully write) from the app.config file. My custome confiuration looks like this: <configSections> ...
How can I get a list of web sites hosted by IIS?
Michael Bray -
10 Feb 2006 8:45 PM - 3 messages
I need to be able to list web sites hosted on the local machine by IIS so that I can install my web app to the correct directory (I don't want to install to the 'Default Web Site'.) -mdb ...
Framework v2.0 - File.Copy Bug - Could someone confirm this?
Simon Murrell -
10 Feb 2006 8:36 PM - 6 messages
Hello I recently copied some code over from a project in .NET Framework v1.1 to v2.0. And found that when I copied a file and then tried to delete it afterwards, an exception ocurred saying that the file was being used by another process. ...
Assembly Versioning for Multiple Frameworks and Platforms
Bill Henning -
10 Feb 2006 8:23 PM - 3 messages
I have been searching high and low for an answer to this but can't find it. Any help is greatly appreciated. My company develops .NET user interface controls. We have customers who want builds of our products in .NET 2.0 and ...
SelectedIndexChanged Event opens new browser
rbutch@coair.com -
10 Feb 2006 8:22 PM - 1 message
guys, need some quick help here. usually i can open a new browser by adding a handler like below but i want to do this from a drop down list. i know this is easy in WinForms but, im on Asp.Web. ...
Silent Framework 2.0 install
Chris B. -
10 Feb 2006 7:23 PM - 1 message
I need to install the .Net framework v2 silently with a progress bar. There seems to be only 2 ways to do it, dead silent (The user is left staring at a blank screen for 10 minutes) or full UI, where they have to agree to the ...
Run Winapplication from shared directory or Net Map Drive
Alvaro -
10 Feb 2006 5:38 PM - 3 messages
Hi; I have a winapplication placed on shared directory of Linux server using Samba. The application reaised System.Security.SecurityException. How can i solve this problem? regards... ...
Launching file associated with an application?
Marlon R -
10 Feb 2006 3:53 PM - 3 messages
What is the object and method (Win32 Api if there is no framework classes) to use to start an application by using the non executeable file? e.g. Starting Word by launching a word file (.doc) ...
File in use
vul -
10 Feb 2006 3:46 PM - 6 messages
I'm developing Windows Service which is going to listen MS Fax service events and update the database when Fax Job changed its status. I need to read OutboxLOG.txt which is used by MS Fax service. I either would like to copy it and to work with its copy to use its data ...
VS8 can not connet to the source safe server
csharpdevp -
10 Feb 2006 3:41 PM - 2 messages
Hi When I tried loading my project in VS8 today, it gave the following error: "could not find the visual sourcesafe internet web service connection information" I find this strange as I never set up any sort of web service ...
Using C# XML comments to document
Andrew -
10 Feb 2006 3:13 PM - 5 messages
C# XML comments are great, and I way prefer in-code documentation to out-of-code documentation, but what're some of the ways to generate out-of-code docs? I used to use NDoc, but support isn't great for C# 2.0 ...
Xml-Rpc + Mysql.NET = Threading problem
# Cyrille37 # -
10 Feb 2006 3:08 PM - 13 messages
Hello all, I come to you to getting help for managing multi threading and database connection. My project use Xml-Rpc to receive messages, so each call come from a different thread. Incoming calls are executing SQL on a MysqlConnection. ...
Problem with removing file.dll from application
Robert -
10 Feb 2006 2:58 PM - 3 messages
Helo The Application makes kod.cd file. After that I use: CodeDomProvider provider = new CSharpCodeProvider(); and so on - as NSDN shows - Ctr+C and Ctr+V -> working fine. After good compilation I call SYM object ...
Textbox viewstate
Griff -
10 Feb 2006 2:56 PM - 2 messages
I have read that the values of disabled and readonly textboxes are not saved to the viewstate on postbacks in .NET 2 for security reasons. However if the value of the textbox is set on the server on page load ...
Regular Expression Question
Axel Dahmen -
10 Feb 2006 2:54 PM - 3 messages
Hi, I want a regular expression to be any word character except "1". Unfortunately I can't think of a pattern to use. Although it could be /[a-zA-Z_02-9]/ I guess there must be a Unicode-proof version using /\w/. ...
PropertyValueChanged Event not raised in Collection Editor
Tulika Shrivastava -
10 Feb 2006 11:36 AM - 1 message
Hi, I am using Collection Editor in my Property Grid.When I change value of a property in the property grid, the PropertyValueChanged event is raised and and I am able to execute certain lines of code over there.But in case of Collection Editor, this event is not raised and so ...
browser comapt issue-netscape
AVL -
10 Feb 2006 10:40 AM - 1 message
Hi, I've a issue in browsing web pages in netscape. I've a multiline text box on my web page. the word wrap for the multiline text box is not working in netscape...it's extending towwards the right ...
printing dialog problem
Jayesh Fojdar -
10 Feb 2006 4:17 AM - 1 message
hi i have installed vs.net 2002 with .net framework 1.0 sp3 the problem i am facing is as follows i have a report displayed in cr viewer and now when i print the report thru print dialog of cr viewer i get expontentional no. of copies of print ...
GetProcessByName throws InvalidOperation Exception : Access denied
Silver Oak -
10 Feb 2006 3:25 AM - 3 messages
Hello, I'm running a VB.NETcode that uses GetProcessByName to verify if a certain process is currently running on remote computers. The computers are in the same network domain as my computer. The code works just fine if I'm looking ...
96 <---> DPI, scaling and StatusStrip bug ???
Arrow -
10 Feb 2006 1:32 AM - 1 message
(C#, .NF v2, VS2005) I want to support laptops as well and a lot of them have DPI set to 120 ...this is still a nightmare for me to scale ...if simply set the form's AutoSize = true after InitializeComponent(); ...
compiling other languages? or mixing with gcc?
Lloyd Dupont -
10 Feb 2006 1:19 AM - 3 messages
I have a project which includes some langage not supported by Microsoft (but supported by GCC, namely ObjectiveC), as well as C#. I have huge problem debugging sometimes. Does anyone have a tip about a tool I could use to have a seamless compiling ...
Can't make simple ConfigurationSection object work
Brad Wood -
9 Feb 2006 11:17 PM - 5 messages
Here is perhaps the simplest possible ConfigurationSection sample along with it's App.Config: ====================================================== using System; using System.Configuration; namespace ConsoleApplication1 { class Program { public class BoboSection : ConfigurationSection { [ConfigurationProperty("mom", IsRequired = true)] ...
Error installing 2.0
vgates -
9 Feb 2006 9:56 PM - 1 message
I'm receiving an error message trying to install framework 2.0 on a windows 2000 server. Error Creating Process....Reason: c:\winnt\system32\advpack.dll. Error appears during extraction. Thanks for your help. ...
HTTP/1.1 500 Server error
marticow -
9 Feb 2006 9:55 PM - 4 messages
When I try to create a new ASP.NET solution, i always receiver the following message : "The Web server reported the following error when attemping to create or open the Web project located at the following URL : http://localhost/Webapplication1 HTTP/1.1 500 Server error" ...
Dealing with Evolving Assemblies
Mark Olbert -
9 Feb 2006 9:05 PM - 2 messages
I'm in the process of amassing a set of .NET support libraries that I use in many of my projects. In a number of cases instances of Types from these libraries are created indirectly (e.g., my calling Invoke on a ConstructorInfo ...
debugging strongly named assemblies
William Sullivan -
9 Feb 2006 8:37 PM - 3 messages
VS 2k5, .NET v2.0.50727 I'm working on a system that can use plugins via loading DLL's into an appdomain. I'm trying to nail down security as tight as possible. To do this, I've created a testbed with plugins that do bad things (violate code ...
Remoting Client / Server Functionality separation with Interfaces
Larry Herbinaux -
9 Feb 2006 7:15 PM - 2 messages
Even though it is not a requirement for what I am doing, I would like to create a remoting client library that does not have to reference the server library. The recommended way of doing this is to create an intermediate ...
Deploying a Vb.net 2003 exe to a PC that only has .net framework 2.0
pmicali -
9 Feb 2006 6:57 PM - 4 messages
Is it possible to deploy a vb.net application that uses the CR Viewer to a Client PC that only has the Framework 2.0 installed? ...
Is there an easy way to change the default printer from .net?
ThunderMusic -
9 Feb 2006 6:25 PM - 2 messages
hi, Is there an easy way to change the default printer from .net? thanks ThunderMusic ...
porting native c++ code to use with .NET
csharpdevp -
9 Feb 2006 5:31 PM - 2 messages
I am going to repost a question I asked earlier as it is turning out to be quite a bit more complicated than I anticipated it to be. I have a bunch of projects written in native C++ (made using VS6 perhaps). Since ...
Problem with synchronous Socket
billa -
9 Feb 2006 4:47 PM - 9 messages
Hi, I need to implement a socket server. I am using the following code to read from the socket. private int Read(ref byte[] buffer) { if (sapRequest.WaitForRequestBytes(socket) == 0) ...
FileSystemWatcher advice required please
jimmyfishbean -
9 Feb 2006 4:16 PM - 17 messages
Hi, I have a VB.Net Windows Service that monitors a varying number of directories (that are read from an INI file). I set up a FileSystemWatcher object to monitor each directory that is read from the INI file and add each object to a collection. ...
Internet - Intranet Data Dilema
asdf -
9 Feb 2006 4:06 PM - 3 messages
Hi, Currently, I have one database for Intranet clients on the server behind the firewall. But I was asked to allow the extranet users to access the same data. From the security perspective what is the best way to make that data ...
dynamicly loaded assemblies and types
DrBytes -
9 Feb 2006 2:13 PM - 2 messages
Hey,.. I have a problem with dynamicly loaded assemblies, it can't resolve the types. In the main app i have a reference to a 'toolkit' dll containing IFunky and class Funky : IFunky. In a dynamicly loaded assembly I also have a reference to toolkit and ...
Web Service / Authenticating Proxy .NET and COM interop
whoareyou -
9 Feb 2006 2:01 PM - 10 messages
Sorry for the repost - MS requested I do this Hi, I have a C# Web Service component I call 2 different ways: - For testing I have a "pure" .NET solution. A C# test harness app ...
Communicating with .exe programs
Henry Seymour -
9 Feb 2006 2:00 PM - 1 message
Using VB Net 2005, WIN XP. Want to start Nortel Networks' Extranet to establish VPN connection. When that is confirmed, start Netscape using a URL to automatically accessed a web site. Need a method to test when the VPN connection has been established. ...
Problem with "currentDomain.createInstance" and nested types.
Giò -
9 Feb 2006 1:31 PM - 1 message
Hi. I've a big problem with "currentDomain.createInstance" and nested types. I have an assembly that contains some types which I want to create using reflection. To Do so, I use The method "System.AppDomain.CurrentDomain.CreateInstanceFromAndUnwrap ...
Socket Problem
Zeeshan Gulzar -
9 Feb 2006 11:01 AM - 1 message
I am using MSDN Sample Code of "Using Asynchronous Server Socket (C#)" in a windows service running under Local System Account named Listener Service. Client Code is also Asynchronous(C#) and embed in Windows Service running under Local System Account ...
FtpWebRequest fail when not connecting to MS server
stockwep -
9 Feb 2006 10:28 AM - 1 message
Hi I'm having a lot of problems with the FtpWebRequest object in the RTM release of .Net 2.0 I'm trying to upload a file to a unix based system. However it fails from code while regular ftp clients can complete the command fine ...
integration with Outlook 2003: slower on XP than W2K? after upgrade?
Pieter -
9 Feb 2006 10:13 AM - 6 messages
Hi, I have a VB.NET (2.0) application that integrates with Outlook 2003. I have windows XP SP2. The users had Windows 2000, and Office 2000. They upgraded (!) to Office 2003. But: - an action that takes 0,5 seconds on my pc, takes them 4-5 seconds ...
Email address with special characters
morrfo -
9 Feb 2006 10:07 AM - 2 messages
Hi everybody, I'm developing a Windows Service that sends emails automatically, but when it tries to add an email address with a special character like 'ñ', MailAddress class throws an System.FormatException. Does anybody know who to add an email address with a special character? ...
Testing VB.net application -reg
thirumalairajan -
9 Feb 2006 8:55 AM - 1 message
Dear friends, We are developing an application in VB.net (Visual Studio 2005). Please suggest an automated tool to test the application for GUI, Functional testing etc. The operating system is XP or Windows 2000 Prof. rgs, Thirumalairajan ...
how to use dot net framework 1.1
Jayesh Fojdar -
9 Feb 2006 8:43 AM - 2 messages
i have installed vs.net 2002 with framework 1.0 and now i have installed framewriokk version 1.1 now how do i use framework 1.1 instead of 1.0 ...
how to get the ms acess password
jaffar -
9 Feb 2006 7:32 AM - 2 messages
hi, I forgot ms acess database password , how can i recover the password, with regards jaffar ...
.NET Framework 2.0 Beta 2
girthyvhf -
9 Feb 2006 2:12 AM - 4 messages
I am trying to install the Enterprise Library 2.0 and am getting a message telling me that it can't install it because I don't have .NET Framework 2.0. I have installed Visual Studio 2005 Beta 2, which ...
OOP Question - Implementation, I think
Alex C. Barberi -
8 Feb 2006 11:37 PM - 10 messages
I created a class like so in VB.NET: Public Class Category Public Name As String Public SubCategory As String End Class Then, I created an array: Public Categories As Category() I created a sort method too: ...
.NET Windows Service OnStart hangs on Process.ProcessName
Simon Luckenuik -
8 Feb 2006 9:48 PM - 4 messages
Hi, We have a C# application running as a Windows Service. Once the service is installed and a start is done on the service, the process will block when accessing information about the current process. The example below placed in ...
Installing .Net Framework v 2.0 silently.
UJ -
8 Feb 2006 9:18 PM - 3 messages
How can I install the 2.0 framework silently? I have computers out in the field that run like a kiosk where I there aren't people available to install software so I need to upgrade from 1.1 to 2.0 without any human intervention ...
Remoting and scalability question
Larry Herbinaux -
8 Feb 2006 8:30 PM - 5 messages
I'm trying to increase concurrency as much as possible and have a couple of questions regarding what's going on under the hood for the following code segments: ChannelServices.RegisterChannel(new TcpChannel()); When creating the TcpChannel is this just reserving a port? ...
getting display info in .net
John -
8 Feb 2006 7:56 PM - 2 messages
Is there a way you can get any information on the types of monitors currently on your machine through dotnet. I speciffically need to know if a projector is plugged into the machine. -J ...
Putting Complex Datatypes into config file using system.configurat
cyberstrike -
8 Feb 2006 7:43 PM - 2 messages
In the system.configuration namespace, is there any way to save a Dataset or any other custom structure in a section? I know how to make a class and derive it from the section class; however, any properties I want to save ...
double discrepancy between PDA and PC
ataha -
8 Feb 2006 7:40 PM - 9 messages
I have a dll written in C# for a PDA application that uses doubles to do mathematical operations (mean, slope, noise) on an array of readings and produces electrolyte and gas readings in a sample of blood. I also have a PC version of the PDA application that uses the very same dll ...
How do I set Service Config?
Ken Varn -
8 Feb 2006 7:04 PM - 2 messages
Is there a class or method that can be called to set the configuration settings of an existing Windows Service? In particular I want to set the startup mode (i.e, Manual, AutoStart, etc..). I can do it with a pinvoke, ...
.NET 2.0 ConfigurationSection Frustrations
Matt Sollars -
8 Feb 2006 6:42 PM - 2 messages
Hello. I have been really struggling here this week; maybe I'm just too tired to grasp the new API for configuration. I have a custom configuration class that descends from ConfigurationSection. I have a couple of simple string properties setup ...
Couple of questions...
Deep Silent Ocean -
8 Feb 2006 6:30 PM - 3 messages
All, I have following question. 1. Difference between Has-A and IS-A relationship ? 2. What is exact difference between IComarable and ICompare interface ? silent ocean ...
compiling unmanaged code in visual studio
csharpdevp -
8 Feb 2006 4:33 PM - 5 messages
Hi My application has been coded in C#, and it is being developed on Visual Studio 8.0. There are some projects in my application that needed C++ modules already built by another program. Since a considerable amount of time and energy has been invested in writing ...
GetOleDbSchemaTable VS 2005 C++
Hideen -
8 Feb 2006 2:20 PM - 1 message
In Visual Studio 2003 C++ GetOleDbSchemaTable worked so: DataTable* GetTables(OleDbConnection* conn) { Object* restrictions[] = {0, 0, 0, S"TABLE"}; DataTable* schemaTable = conn->GetOleDbSchemaTable(OleDbSchemaGuid::Tables, restrictions); return schemaTable; ...
Console.ReadLine Abort
leszek.doniec@googlemail.com -
8 Feb 2006 1:13 PM - 3 messages
Hello, Is there any possibility to Abort a thread that is stopped on Console.ReadLine() call? Environment.Exit() is not a solution for me, unfortunately. Thanks in advance for any hints. Leszek Doniec ...
Process.Modules has different behaviour on 64bit system and FW2
Tamir -
8 Feb 2006 12:37 PM - 1 message
Hi all. I've encountered a weird scenario when accessing Process.Modules on 2003 64bit. What i'm trying to do is access all the dll's loaded for a certain process, analize which one of them is a .net one, and for each .net ...
.net framework 2.0 network installation
mailvinod -
8 Feb 2006 11:57 AM - 4 messages
Hi all, I want to mass distribute .net framework 2.0 on all pcs in my network, I cannot create a .msi file because dotnetfx.exe already contains netfx.msi file in it, I dont think its possible to run two .msi files ...
Intellisense schema support for app/web.config
Niels Flensted-Jensen -
8 Feb 2006 11:35 AM - 1 message
I am able to add my own schema to bring intellisense for my schema for any plain XML file edited by the VS2005 XML Editor. But as soon as the schema has to work together with the %ProgramFiles%\Microsoft Visual Studio 8\xml\Schemas\DotNetConfig.xsd (as in ...
Running application in local intranet
bjarne -
8 Feb 2006 10:51 AM - 6 messages
I´ve made a desktop application in C# (.NET 1.1) and now I would like it to run in a local intranet. I know that I can change the .NET configuration on each client and give the specific application ...
assembly in GAC doesn't work
Filip De Backer -
8 Feb 2006 9:15 AM - 4 messages
Hi everyone, I've created a shared assembly and istalled it to the windows\assembly folder. I see the assembly in the list of all the other assemblies. But in Visual Studio 2005, when I want to add a reference, this assembly ...
CAL and costs
Chris -
8 Feb 2006 6:36 AM - 2 messages
Hi @all. I have a question regarding CALs (Client Access Licenses) and ASP.NET. In some articles I have read, that you need CALs depending on the number of clients you want to serve (autenthicate). So I am a little ...
Installation of VS2005 with MSSQL 2000
Lau Lei Cheong -
8 Feb 2006 3:49 AM - 2 messages
Hello, I'm currently using VS2003 with MSSQL 2000 and consider moving to VS2005. Although I understand both version of .NET framework with work side-by-side, to avoid possible version conflicts I decide to do a fresh ...
ExecuteNonQuery() Error - Attempted to read or write protected memory
dave.rugh -
8 Feb 2006 2:07 AM - 6 messages
I brought a project into Visual Studio 2005 that worked fine under VS ..NET 2003; now I'm getting an error when I execute a SP. With profiler, I see the query going through fine; if I cut & paste and ...
ServerProtocolViolation with HttpWebRequest
casey chesnut -
8 Feb 2006 12:50 AM - 3 messages
I'm writing a .NET 2003 C# WinForm application that needs to display the thumbnails for videos from yahoo search. Can get the video search results, which include the url to the thumbnail. But when I try to download the thumbnail image, I keep getting a ...
Questions about .NET Deployment Models (i.e. ClickOnce)
Michael.Suarez -
7 Feb 2006 10:34 PM - 16 messages
We are currently in the process of making the switch from VB6 to .NET at my company. Currently, all of our VB6 executables reside on a network drive and everyone has a shortcut on their desktop to the each of the programs on the network. There are a few DLL's that are common ...
Email From vb.net Service on windows server 2000
() -
7 Feb 2006 9:52 PM - 2 messages
guys, ive spent the last three weeks developing a vb.net service that will email people (table Driven) based on some results. Now i deploy the service and all of its classes on a Server Running Windows 2000 Server (SP4) i believe and it wont email a soul. ...
dotnet compact 1.0 does not support Monitor.Wait() and Monitor.Pulse()
lsheung@gmail.com -
7 Feb 2006 8:31 PM - 2 messages
Hi, I'm trying to deploy a hardware dirver to Pocket PC 2002. I need to use Monitor.Wait() and Monitor.Pulse(). I've test the code as an console application and everything is working fine. Then I tried it with Pocket PC 2002. It can't even compile. ...
How to create a multiline ///<Summary> section? in c#
arfeengodil -
7 Feb 2006 8:23 PM - 6 messages
Hi .. I have this structure in C# with a couple of variables and I'm adding a little description of that variable like: /// <summary> /// Some description /// Some description line # 2 /// Some description line # 3 /// </summary> ...
.net framework slows down computer?
wolfing1 -
7 Feb 2006 7:44 PM - 9 messages
A coworker in our IT department says he never installs .NET framework because it slows down the computers. Is there any truth to this? I told him no way, but he keeps swearing it does. Is he right or wrong? ...
Making an https request and redirecting
Juan -
7 Feb 2006 5:55 PM - 3 messages
Hello: I'm having a trouble making an https request to an URL using c#. If i use an internet navigator, the request works fine and it returns the XML is supposed to return, but if I make it using c#, the server returns a 500 ...
Leak with XmlTextWriter?
Point.Cube -
7 Feb 2006 4:42 PM - 2 messages
Hi, I ve a dll for generating xml files relation to a our internal schema. when the application was tested in lab they found that there is a leak in XmlTextWriter. All XmlTextWriter object created are never desposed even I use flush() and close() methodes after each use. ...
large font size causes bottom of forms to be chopped off...
Arrow -
7 Feb 2006 3:54 PM - 4 messages
(Framework v2 / VS2005, C#) a user is running an app (which works fine on "normal" PCs) .....he's running it on a laptop with a large font size...what is happening is my forms (most are fixed dialog types) looks ...
Accessing properties in Active Directory
Derek -
7 Feb 2006 3:26 PM - 2 messages
I am having problems retrieving property values from Active Directory using Visual Web Developer 2005 Express Edition. I want to populate a form on the company intranet from Active directory and assign roles to the user logged on depending on their department. To start ...
Dependency problem between AppDoamins.
James X. Li -
7 Feb 2006 2:34 PM - 3 messages
Hi everyone, I want to add a feature to my C# application to allow it to duplicate itself, just like the ctrl-N key to cause the Internet Explorer to duplicate its window. I could easily implement this feature by starting ...
CLR2.0 Deployment
elziko -
7 Feb 2006 1:12 PM - 6 messages
I am trying to deploy a CLR 2.0 WinForms application. On a client machine *without* the Framework 2.0 installed I get the following when I try to run my application: "The application failed to initialize properly (0xc0000135). Click on OK to ...
Strong naming assemblies that aren't yours?
adrian.snell -
7 Feb 2006 11:00 AM - 8 messages
I need to strong name my assemblies, however there are some that I reference within those that aren't mine, and they all need to be strong named for it to work. Is there anyway I can strongly name someone ...
propertygrid dropdownlist
Thomas Wegener -
7 Feb 2006 8:11 AM - 2 messages
I implemented a propertygrid. Some properties launch a dropdown list if the the user select the property. The dropdown list appear if I press the button, but the dropdown list disappear ver quickly if I want to select an item from the list. ...
xp look and feel for winforms controls in non xp-based systems
Sudeep''s DataGrid Problem -
7 Feb 2006 7:47 AM - 4 messages
Hi All, I can get XP look and feel to controls in XP systems by attaching Manifest but i want the same XP look and feel in windows 2000 system also, If any one gave me your support that will be greatful to me. ...
DllImport Char* and string
Gnic -
6 Feb 2006 11:48 PM - 10 messages
Hi, I have a (Complied) C Library that needs to be called using c# code, some of the function require char* parameter(in and out) Here is the problem, There is a function that expect an input char* parameter for example ...
Configuring unmanaged application.
alex_indy -
6 Feb 2006 11:30 PM - 2 messages
Hi, I have an unmanaged mfc applicaiton that (through some COM wrappers) accesses managed components. Managed components reside in GAC. Managed components where compiled with Framework 1.1. Now, the problem is that after installing Framework 2.0, the application no longer works correctly. We've ...
about Datatable and relations
# Cyrille37 # -
6 Feb 2006 10:57 PM - 1 message
Hello, I make a little words indexer (search engine like), without a SQL server. So I'm using Datatable to store data. The schema is like: table Words + WORD + IID table WordsIndex + WORDS_IID ...
A .NET conundrum
Robert Ginsburg -
6 Feb 2006 9:45 PM - 2 messages
I have created an ISAPI filter , the filter is a C++ mixed mode DLL compiled against the .NET 2 framework. All of the functionality works, however it appears that the mixed mode functionality seems to "lock" IIS virtual server where it runs to the .NET 2 framework and .NET 1.X apps will ...
Kill a dead process
Luca B -
6 Feb 2006 9:31 PM - 1 message
Hi all, I hope someone has an answer for this... I have a Windows service that creates several instances of Access.Application connected to a ADP project. I want my service to check the activity of these instances and kill them as needed. ...
System.UnauthorizedAccessException accessing file
Mike Hofer -
6 Feb 2006 8:44 PM - 2 messages
Hi folks, In my Windows Forms application, the following exception is thrown when I attempt to delete or access a specific file: System.UnauthorizedAccessException: Access to the path 'C:\Documents and Settings\hofer\My Documents\Visual Studio Projects\CiviGenics.Roswell\bin\Roswell Settings.xml' is denied. ...
Bug with new GridView object? Hidden column not working
Evian Spring -
6 Feb 2006 8:09 PM - 2 messages
Hi, In .NET 1.0, I was a able to set a hidden column (usually for an internal ID) and be able to reference that column via code like this: e.Row.Cells(0).Text. The example below shows a datagrid that would be ...
VS2003 and Dataset Schema Designer : print or open with other application
# Cyrille37 # -
6 Feb 2006 6:40 PM - 2 messages
Hello, Printing a Dataset Schema Designer view is painfull. I got only bad result. I would like to know if there are applications that can open Dataset Schema Designer 's files ? Or is there some converter of that files to open them in another tool ? ...
How to RemoveChild from HtmlElement from C#
Vin -
6 Feb 2006 6:10 PM - 2 messages
Hi, I have a webbrowser control in my winform. There is an html in the webbrowser which has a table, and many child <tr>s and <td>s inside it. I want to delete a specific <tr> node completely from the html. (I dont ...
Lock statement in C#, Is there an equivalent in VB.NET?
ThunderMusic -
6 Feb 2006 5:46 PM - 15 messages
Hi, The subject says it all. Is there an equivalent, in VB.NET, for the C# statement Lock(Object){} Thanks ThunderMusic ...
Web Service ?
John Thompson -
6 Feb 2006 3:19 PM - 3 messages
Recently, I developed a web service on my dev box (XP SP2). On another machine, I developed a console app that uses a method in the web service that just returns an integer. Everything works fine in the console app. ...
Capturing data from a separate application window?
Wade -
6 Feb 2006 3:12 PM - 7 messages
Hi all, I have found that I need to be able to write a windows application that is capable of attaching to an independent windows application (one I haven't written), and gather information. For example, this application gathers a ...
|
|||||||||||||||||||||||