| Thread | Last Post | Replies |
|
| Framework 1.1 SP1 and Serbian (Latin) locale | 29 Oct 2004 16:37 GMT | 2 |
I had some problems with localization after installing SP1 for .Net framework 1.1. I think I've found a solution, too, but would like an "official" opinion on this topic :) Now, if I'm correct, in SP1 the "Serbian (Latin) (Serbia)" locale was
|
| Constructor Question | 29 Oct 2004 16:01 GMT | 2 |
I am making some abstract classes and I want the user who wants to implement these classes must implement a parameter less constructor (need to use Activator to create an Instance just by using parameter less constructor)
|
| Converting Type Library to .NET Assembly | 29 Oct 2004 15:51 GMT | 1 |
I am programming online shop in .NET using Commerce Server 2000 type library. I'm need to convert the DLLs to .NET assembly and I use tlbimp.exe for that, but I get error when I try to convert shipmgr.dll. First I enter the Bin folder:
|
| HOWTO: Create Windows Service with parameter | 29 Oct 2004 15:13 GMT | 1 |
How do i create my custom Windows Service that will run with parameter. For example, "Path to execute" field will contains path like "<fullPath>\MyService.exe /myParam". What can i add to my CustomService class or its installer?
|
| StrongNameIdentityPermission LinkDemand versus internal | 29 Oct 2004 13:55 GMT | 8 |
I was wondering what the difference is between decorating a class (or method) with StrongNameIdentityPermission LinkDemand and declaring a class internal? Is one more secure than the other? Would there be a reason to use both? Thank you for your comments?
|
| Controling the Window size of an application launched from C# | 29 Oct 2004 13:53 GMT | 2 |
I have looked everywhere on how to set the size of a window of a process that is being launched from a C# app and can't seem to figure out how to do it. This used to be in the startupinfo structure in Win32 programming but it seems to be missing out of the ProcessStartInfo class.
|
| .Net 2.0 and Internet Explorer Embedded Controls | 29 Oct 2004 11:40 GMT | 2 |
we currently use .net embedded window controls in our application, compiled on version 1.1. I'd like to be able to install the beta of 2.0 and investigate the changes, however Internet explorer will always use the latest version of the framework installed to run any embedded
|
| I need speed Mr .Net....speed | 29 Oct 2004 09:04 GMT | 6 |
Yeah, Gotto work with my VB.Net graphic application for days, do any possible type of code optimization, check for unhandled errors and finally come up with sth that can't process 2D graphics and photos at an acceptable speed. I have
|
| Bug kills network interface... | 29 Oct 2004 04:12 GMT | 9 |
I'm working on a fairly large program split into a client and server part comunicating over tcp/ip. It's using the TcpClient & TcpListener classes, only using synchronous calls, apart from the connect call that is using the asynchronous methods to be able to set a timeout. What's ...
|
| Convert UTF-8 byte array back to original binary | 28 Oct 2004 23:09 GMT | 7 |
We have a bunch of PNG image files stored in a Sql Server 200 image column. The app that reads and writes them is written in tcl and works fine, but they are being converted to UTF-8 format for storage in the database. I need to write C# code to take the array of bytes I
|
| C# Applet, TcpClient class. Why does this one line of code take so long to execute? | 28 Oct 2004 20:54 GMT | 3 |
As part of a web application written in C#, I'm using the TcpClient class to connect to port 2112 on a remote machine. If I compile the code as a regular EXE and run it on my local machine, it works fine. But if I compile as a DLL and run it inside a web page (which is my end ...
|
| Encrypt text to only viewable characters?? | 28 Oct 2004 19:32 GMT | 3 |
I need to take a string value encrypt it in such a way that I can view the resulting characters, i.e. pass the encrypted value in a query string. My problem is the resulting encrypted string contains characters that
|
| SN.EXE and Exported Public Keys | 28 Oct 2004 18:16 GMT | 6 |
I am using SN.exe to generate key pairs and to extract the public key from the pair so that our developers can do delayed signing without having to give them the private key. Here's my concern. The public key and public key token displayed from the key pair and the public key ...
|
| Microsoft .NET Framework Configuration -- Windows 98 ?? | 28 Oct 2004 17:56 GMT | 1 |
Where do I find the Microsoft .NET Framework Configuration tool on a Win98 machine?
|
| Build errors - Access denied on my own project | 28 Oct 2004 16:59 GMT | 4 |
I have a VS2003 solution with about 8 projects (class libraries, controls, asp.net, etc..) When I try to build. I get Access Denied on my own dll's. For instance I'm trying to start the ASP.NET project, I get access denied on
|