|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
With 30 minutes "work" millionaire?!?
With 30 minutes "work" millionaire?!? -
10 Dec 2005 4:51 PM - 1 message
With 30 minutes "work" millionaire?!? store / copy this text or site, before the administrator could remove this letter. You start this program quickly and simply NO RISK!! 100% SERIOUSLY and LEGAL!! Your dreams can be true!! Very honored friend, You have now just the probably best chance of your life to earn really ...
With 30 minutes "work" millionaire?!?
With 30 minutes "work" millionaire?!? -
10 Dec 2005 4:51 PM - 1 message
With 30 minutes "work" millionaire?!? store / copy this text or site, before the administrator could remove this letter. You start this program quickly and simply NO RISK!! 100% SERIOUSLY and LEGAL!! Your dreams can be true!! Very honored friend, You have now just the probably best chance of your life to earn really ...
MisCase in the "Key" Enumeration
[tridy] -
10 Dec 2005 4:38 PM - 2 messages
Hello. Just a small thingy that I have found: in the enumeration of Keys there are two values: OemMinus Oemplus in here "Minus" goes with the capital "M", and "plus" goes with lowercase "p" e.g. If e.KeyCode = Keys.Oemplus Or e.KeyCode = Keys.OemMinus Then ... ...
Clipboard Functionality
sonali_reddy123 -
10 Dec 2005 2:13 PM - 2 messages
Hi all I have a problem regarding use of a clipboard functionality in .NET. As per my knowledge we can set the data in the clipboard of our own format. But is there any way to clear the data after it has been set. ...
custom control
gautams.mail -
10 Dec 2005 12:03 PM - 2 messages
hi all im new to dot net im making an attendencs software in asp dot net i needed an 3rd party control "A clock" to display time Please help me thanks ...
newbie dotnet question - Garbage Collector
Huey -
10 Dec 2005 9:41 AM - 7 messages
This is a total newbie question so please bear with me. I need some clarification to my understanding. I understand the garbage collector is responsible for destroying objects and by default we don't know when that is going to happen. If, for example, I ...
Using FileWebRequest
Rich S. -
10 Dec 2005 3:59 AM - 2 messages
Hello, I am trying to have my C# program request a file from a Windows XP LAN peer, but it keeps telling me that my logon is incorrect, either user name or password. This is the simple code: WebRequest request = new WebRequest( "\\\\main\\SharedDocs\\file.txt" ); ...
problem using "post" method for upload
Zachovich -
9 Dec 2005 7:55 PM - 4 messages
i am trying to use the "POST" method to upload files to my apache web server. I tried it with the "UploadFile" procedure. the "DownloadFile" forks fine but i can't seem to upoad fiels using the POST method. there is more than one way you could answer my question: ...
Any way to expand a string resource in another resource?
RitualDave -
9 Dec 2005 7:17 PM - 1 message
I have no idea if this is possible or not, but I'm having trouble finding a definitive answer. Assume I have a string resource named "TestString" in Strings.resx. And lets say I have a text file resource named MyTxtFile in Foo.resx (both ...
How to avoid session sharing in ASP.NET applications
Bhaskar -
9 Dec 2005 6:38 PM - 6 messages
Hello Friends, Can any of you please help with this issue? I have a ASP.NET application written in VB.NET and requires the user to log in. I authenticate user using LDAP, so if the user id is active in ...
disable javascript in System.Windows.Forms.WebBrowser
David McLaughlin -
9 Dec 2005 6:21 PM - 2 messages
Does anyone know how to disable javascript using a System.Windows.Forms.WebBrowser? Specifically, when I "Navigate" to a webpage, I don't want the browser control to run the java script contained in that webpage, which in my case ...
SGen VisualStudio XmlSerializer
Raghu -
9 Dec 2005 6:00 PM - 1 message
SGen can be used manually or through visual studio project build properties (select On for Generate Serialization Assembly). I used SGen manually to generate serializer classes for a type. I deployed the binary in the same folder as the actual types. However when I attached ...
Deserialization, SerializationBinder and Insufficient State
Mark Olbert -
9 Dec 2005 4:59 PM - 2 messages
I need some help dealing with deserializing objects using BinaryFormatter when the assembly version changes. Nothing about the structure of the class being deserialized has changed; just the version of the assembly that defines it. My understanding is that, by default, BinaryFormatter.Deserialize() blows up with an assembly not found exception if you try to ...
using Serialport in visual basic
Nico -
9 Dec 2005 4:02 PM - 4 messages
Where can I find a complete example of reading from com port using the new 2.0 framwork? Thanks ;) Nico ...
Variable formula creation in vb.net
Chris Davoli -
9 Dec 2005 3:47 PM - 4 messages
I've got a requirement to create formulas for calculations. The problem is that the formulas can be changed by the user. I plan on putting the formulas on SQL Server and each varable/operator as a record. Then I can just replace ...
Crystal report in Chinese
Benny -
9 Dec 2005 2:41 PM - 1 message
HI, I want to print report in background without user interference. If creating a report and using printToPrinter it kind of works...most of the time... crReport.PrintToPrinter(1, True, 0, 0) ...
GetConstructors method and Private constructors
Doug -
9 Dec 2005 2:06 PM - 2 messages
I am using reflection to read an assembly and I have a class that has only a private constructor. However when I use the following method. Type.GetConstructors(BindFlags.NonPublic); It does not pick up the private constructor. Instead it reads that ...
BTF Framwork Assembler Help
vamsi -
9 Dec 2005 1:58 PM - 1 message
Hi, I have to send a MIME Document response to the trading Partner.I have figured out everything except on how to add a soap envelope only to the body part of the Multipart Mime response.I am trying to use the Biztalk ...
analyse <configSections> section in app.exe.config
nojo(k)e via DotNetMonster.com -
9 Dec 2005 10:50 AM - 3 messages
Hi, is there a class in .NET to read sections (maybe groups as well) defined in the <configsections> itself ? One way is to open the file with XMLReader, but there ought to be a more simple one? I need to store configuration data for a variable count of serial ports ...
analyse <configSections> section in app.exe.config
nojo(k)e via DotNetMonster.com -
9 Dec 2005 10:50 AM - 1 message
Hi, is there a class in .NET to read sections (maybe groups as well) defined in the <configsections> itself ? One way is to open the file with XMLReader, but there ought to be a more simple one? I need to store configuration data for a variable count of serial ports ...
How to create a form form its class name stored in a string
Laurent -
9 Dec 2005 9:25 AM - 5 messages
Hi All, I would like to create a form dynamically from its class name stored in a string. For ex. in pseudo-code: class MyForm : Form { ..... } class UseForm { Form CreateTheForm() { return something-I-dont-known("MyForm"); ...
keyboard hook
Fox -
9 Dec 2005 7:33 AM - 4 messages
Hi all how it is possible to make keyboard hook in .net1.1 without using API Thanks ...
Convert.ToBoolean("1") leads to exceptions
clive -
9 Dec 2005 4:04 AM - 3 messages
from MSDN [link] String to Boolean The following table shows what type is generated for the given input strings, when converting a string to Boolean using the ToBoolean ...
How to sendmessage to systray in dotnet???
Elvis -
9 Dec 2005 3:28 AM - 1 message
Hi, My app uses NotifyIcon and i want it be the only instance. So when it second executes, it need to invoke the previous process( in the systray). How do i send message to the previous process ??? I want to send a double ...
NullReferenceException in Unknown Module
Dan -
9 Dec 2005 2:19 AM - 3 messages
I've written a VB.NET class library which encapsulates various Win32 hooks, such as WH_GETMESSAGE, WH_CALLWNDPROC, and WH_CALLWNDPROCRET. The hooks appear to be set properly, and I get a few callbacks from them, but not long afterwards I get a "System.NullReference Exception in Unknown Module" ...
exception inside lock before lock body
Daniel -
9 Dec 2005 1:12 AM - 2 messages
exception inside lock before lock body lock(foo()){bar();} what will happen if foo() throws an exception? will there be a lock on the exception? ...
Generic class derived from NameObjectCollectionBase and generic constraints
Gabriel Lozano-Morán -
8 Dec 2005 9:22 PM - 2 messages
I have a questions about the correct usage of deriving from classes that are not generic and where to place the generic constraints: public class MRUItems<T> : NameObjectCollectionBase where T : IMRUItem { public T this[int index] ...
.Net datetime comparisons to Javas getMilliseconds UTC time
Tim Greenwood -
8 Dec 2005 6:06 PM - 5 messages
I don't seem to be able to find anything in .NET that will return a value that I can compare to this. I'm being passed the msec from the java call and need to compare it to my system date for security reasons. How can I go ...
How do I make a MailMessage with multiple recipients?
PIEBALD -
8 Dec 2005 4:41 PM - 4 messages
System.Net.Mail.MailMessage has a constructor that takes two string parameters (from and to). To is described as: "A String that contains the addresses of the recipients of the e-mail message." But when I put a list of recipients as the to I get the error: ...
Data property in System.Exception (2.0)
Raghu -
8 Dec 2005 3:46 PM - 2 messages
The Data property in System.Exception in .NET 2.0 allows you to add serializable objects to it. However when the exception crosses app domian boundaries, the contents (of Data property) are not serialized. The Data property of the exception in the received app domain is empty and does not ...
Resolving global assembly references
chris -
8 Dec 2005 3:36 PM - 1 message
I'm trying to reference a global assembly in the global web.config file. Although I can reference a specific version assembly just fine, when I replace the assembly with a newer version, I have to manually adjust the version in the global web.config file. Is there a way to ...
App.Config change doesn't affect My.Settings?
Pieter -
8 Dec 2005 10:47 AM - 3 messages
Hi, I'm using the Settings.settings of VB.NET to define a Connectionstring (Scope = application). When I deploy the Solution, and change this Setting in the app.config-file, it seems that itdoesn't affect the Application at all! It still uses the old value. Are the Settings.Setting hardcoded ...
Crash on Win2003 for DataGridViewComboBoxColumn, not on XP
Egbert Nierop (MVP for IIS) -
8 Dec 2005 8:40 AM - 1 message
Hi, I use a grid, to fill it with the contents of a DataTable. This always worked on XP, now on 2003 I get the error message: "cannot modify items collection since this column is already bound..." (or something, I don't ...
Running .msi/.msp with Updater Application Block
eelisdotnet -
8 Dec 2005 7:48 AM - 1 message
Hi I'm trying to implement the Updater Application Block v1 (win2k) on my application. I would like to publish the upgrades as .msp patch files or .msi for a major upgrade, and that the updater would run it automatically to ...
hi
news.microsoft.com -
8 Dec 2005 7:46 AM - 3 messages
hi what is the reason of placing "@" before assigning string to a variable for example tt.Text=@"test"; and tt.Text="test" what is the difference? ...
Timer inside MFC Extension DLL
Eitan -
8 Dec 2005 1:56 AM - 2 messages
Hello, I am trying to create a timer inside an MFC extension DLL. For some reason the timer creation is: 1. Crash the application if I use CWnd::SetTimer and 2. Never being called inside the DLL if I use ::SetTimer ...
Debugging external classes
Brian Bischof -
8 Dec 2005 1:12 AM - 4 messages
I'm having troubles getting the debugging process to work consistenly for external classes. I got it to work once and then I turned it off. But now I can't get re-enabled. Here is what I'm doing. If someone could tell me what ...
Console encoding
David Michaels -
8 Dec 2005 1:08 AM - 3 messages
Is it possible to change the encoding of Console.Out (I think not), or, how can output just raw bytes to stdout? There is no Console.Write() overload which takes a byte (the one that takes an object just does a ToString() on a ...
ASP.net error in OledbConnection while accesing network share Access 2000 DB file
BizWorld -
7 Dec 2005 11:11 PM - 2 messages
My ASP.net application reads data from access 2000 db and write data in SQL server. Access Db application is on Network share folder. network share folder permission is set to fullControl for Everyone. when i try to connect with Access DB using OleDBConnection, it fails with the ...
Can we still use XML schema with the new improved System.Configura
Howard Pinsley -
7 Dec 2005 10:43 PM - 1 message
For a while now, I have been accustomed to defining my application's configuration values in the application configuration file in a custom section. In the implementation of my IConfigurationSectionHandler::Create method, I typically instantiate my own user-defined type that is actually the output of the xsd.exe tool's ...
Weird XML serialization problem
dhbayne -
7 Dec 2005 10:14 PM - 1 message
Hi All, I am experiencing a *very* frustrating problem with XML serialization. The background is: 1. I have version 1.0.0.0 of my product installed. All assemblies are versioned as 1.0.0.0, and installed in a directory under Program Files ...
Error while connecting with shared folder file using ASP.net
BizWorld -
7 Dec 2005 9:52 PM - 1 message
i have an access 2000 database in a shared folder at network. i have to pull data out of it to process. If i use Window application, it worked fine. but i need to use it in ASP.net. OleDB Connection fails and say ...
Thread Crash Protection
quortex -
7 Dec 2005 8:58 PM - 3 messages
Hi, I have a server messaging system which marshals (serialises) message objects to and from a comms system. i..e listens/sends over a udp port. I have multiple threads that process messages in parallel. Basically what I would like to achieve is a way of isolating these running ...
Changing public field to property
desmcc -
7 Dec 2005 8:48 PM - 3 messages
In a c# class, I have changed what was previously a public field to become a property with the exact same name as the old field. (I have renamed the old field). Does this break compatability in terms of calling code calling the original class. What seems to be happening is ...
Detecting Runtime Host from code
Mike Gale -
7 Dec 2005 8:25 PM - 2 messages
Hi, I have code that is designed for use in an ASPX execution environment. I'd like to alter the small amounts of code which are tied to a particular runtime host so that they work with others. For example so a component that currently works in an ASP.NET environment ...
dll problem on Remoting app
Fernando Moreno -
7 Dec 2005 8:08 PM - 7 messages
Hi, We have an application which can both run as Local and with remoting, this app use an external dll (let us call it exapp.dll) and everything is ok when the app runs Local (not remoting) but in remoting mode I can declare an exapp ...
Access
John Thompson -
7 Dec 2005 7:57 PM - 3 messages
OK, I have an access addin. On startup, I can open my database and enumerate the tables in the database: .... myApp = (Micorsoft.Office.Interop.Access.Application) application; myApp.OpenCurrentDatabase("c:\\mydatabase.mdb"); foreach (Microsoft.Office.Interop.Access.AccessObject ao in ...
VS 2005 LoaderLock problem
Glass Half Full -
7 Dec 2005 7:17 PM - 12 messages
I'm using VS 2005 (v8.0.50727.42 (RTM.050727-4200) with the v2.0.50727 framework. I have a problem. I can instantiate a COM object, but the first time I try to use the object I get the following exeception: ...
Is .Net Framework biult on top of COM?
laurence chang -
7 Dec 2005 6:51 PM - 3 messages
Hi, I'm just wondering what's behind of .Net Frameworks. Is .Net Framework biult on top of COM? Larry *** Sent via Developersdex [link] *** ...
Asynchronous Callback Recurses and Hangs
Phil Galey -
7 Dec 2005 5:09 PM - 1 message
I'm using the AsyncDelegate method for implementing asynchronous calls to a class method. I'm getting a strange result where the dlgt.EndInvoke command in CallbackMethod recursively triggers the CallbackMethod again and during the recursed execution of CallbackMethod, the dlgt.EndInvoke command hangs. ...
Background Update of GAC Assemblies
Mark Olbert -
7 Dec 2005 4:32 PM - 5 messages
I have an app which uses a set of strong-named class libraries. I want to include an automatic update feature in the application. I can't use BITS because several of my clients use Windows ME and I don't believe BITS is supported on ME. I put together a simple ...
Memory leak with socket BeginReceive?
ianrae88 -
7 Dec 2005 3:44 PM - 4 messages
We are getting a memory leak with code that's using async sockets. Private Bytes perf counter keeps increasing as well as Bytes In All Heaps. CLRProfiler shows a lot of old asyncresult objects (180 seconds old) in the Gen 2 heap. ...
Socket Error?
Buc -
7 Dec 2005 3:23 PM - 2 messages
I wrote a few lines of code to send a UDP packet to a remote machine. What worries me is the program code says it sends the data regardless of the remote IP or port. If the IP is ok , a sniffer verifies the packet was sent. ...
.NET 2.0 Wizards
Peter Gehrman -
7 Dec 2005 1:21 PM - 3 messages
Visual Studio 2005 includes a library Microsoft.WizardFramework for creating wizards but I can't find any documention on it. Does anyone know anything about this namespace, or if there some documentation out there somewhere? As far as I know it's not supported yet. ...
regular expression help
henrik -
7 Dec 2005 1:04 PM - 1 message
Hi I have a regex question. I want to find all content of a <td class="someclass"> tag. This means the expression should include all other tags included between <td class="someclass"> and </td>. ...
How remote objects process requests?
Praveen Krishnan -
7 Dec 2005 11:19 AM - 1 message
Hi, I would like to know how server activated and client activated objects process client requests. Suppose i host a remote object using the server activated singleton scheme, will the client requests be processed sequentially or parallely. Moreover, is the behaviour predictable or is it ...
CompactFramework applocation class name
Sharon_a -
7 Dec 2005 9:33 AM - 2 messages
Hello, I develop for SmartDevice using VS2005 I my application to be able to load multiple times. In VS2003 I used FindWindow with class name : "#NETCF_AGL_PARK_" But with VS2005 the FinsWindow cannot find the window. If I check with RemoteSpy And I see the class name is the same as I search. ...
How to Load SpreadSheet in AxSpreadSheet object in VB.NET or C#.NET
Lucky -
7 Dec 2005 7:20 AM - 1 message
hi guys, i've just started woth Excel component in .NET. i manged to import the Excel Component on windows Forms but i'm not able to load Excel file in that. if anyone has any idea how can this be done please do let ...
compression question
Lloyd Dupont -
7 Dec 2005 6:52 AM - 3 messages
I'm using #ZipLib to compress some data. I wonder what's better: - 1. produce a big (tar) file (concatenation of multiple stream) and gzip it - 2. gzip all my element str and tar the whole bunch ...
Writing a string to a file - weird characters
Riga -
7 Dec 2005 5:54 AM - 2 messages
Hi guys, I'm wondering if you can help me. For some reason when I use a StreamWriter to write a string to a file there are weird characters appearing at the start of the file. The only reason I can notice these characters is because I'm trying to read ...
.NET framework install
I-ball -
7 Dec 2005 3:39 AM - 6 messages
First of all --- I'm not a programmer . . . just having trouble with a forced install of the .NET framework and thought this forum may be helpful with troubleshooting. If not, my apologies. While installing Crystal Ball v7.2 from Decisioneering (stochastic modeling ...
HowTo: Introduce custom xml attributes in XML Serialization output
Prathap Sam -
7 Dec 2005 2:09 AM - 1 message
I am trying to Serialize an object whose member variable is decorated with custom attribute([Scope("User Name1", Level=2)]) & the value of the member variable(iA) is 5. The following is the kind of output I expect from the ...
Sharing Config File Between Processes
Jim Davis -
7 Dec 2005 12:15 AM - 6 messages
Is there any way to specify the location of the config file that I want the app to use? I have multiple processes that work together and share most of their configuration data. I only want to store it in one location. I have ...
javascript to validate .net radiobutton list
Linda -
6 Dec 2005 9:39 PM - 4 messages
I have a radiobutton list and I need to use javascript to test the values. If value is 'A' or 'B' or 'C' then alert the user with message and uncheck a checkbox. My problem is getting the values of the radiobutton ...
javascript to validate .net radiobutton list
Linda -
6 Dec 2005 9:21 PM - 1 message
I have a radiobutton list and I need to use javascript to test the values. If value is 'A' or 'B' or 'C' then alert the user with message and uncheck a checkbox. My problem is getting the values of the radiobutton ...
Disconnected dataset -- can't delete row???
Rob Perkins -
6 Dec 2005 8:38 PM - 14 messages
The following code snipped is intended to delete a row from a typed dataset. The name of the dataset instance is "dbMats", which contains a table called "CastingAlloys". Instead of deleting the row it is actually moving the row to be the first item in the dataset's "CastingAlloys" ...
textbox and the tab key
PJ6 -
6 Dec 2005 7:25 PM - 4 messages
What's the best way to prevent the tab key from shifting focus away from a textbox, but rather insert the tab character? Do I just do it the obvious way with JavaScript or is there some simple property to set? ...
unhandled exception at runtime
jtencate -
6 Dec 2005 6:49 PM - 2 messages
I have a windows app that is running on hundereds of machines, but I have a couple of customers who can not get it to run for them after it has been installed. They keep getting an unhandled exception when the run the ...
new named Mutex generates 'exception that could not be handled'
Mark Ribau -
6 Dec 2005 6:19 PM - 1 message
I'm trying to used a named mutex ('new Mutex(bool, string)' or 'new Mutex(bool, string, out bool)') in a program that needs to be able to be run in a really low permission set (i.e. run over an intranet). When ...
new named Mutex generates 'exception that could not be handled'
Mark Ribau -
6 Dec 2005 6:10 PM - 1 message
I'm trying to used a named mutex ('new Mutex(bool, string)' or 'new Mutex(bool, string, out bool)') in a program that needs to be able to be run in a really low permission set (i.e. run over an intranet). When creating a ...
CF 1.0 Socket Receive Timeout
KeithXR -
6 Dec 2005 4:22 PM - 2 messages
I am trying to determine the best way to terminate a synchronous socket receive. Since you cannot specify a timeout value you have to wait until an execption is thrown. I have tried using a timer and then shutting down and closing the socket but ...
oledb,insert large file stream,SLOW
Jason Chu -
6 Dec 2005 3:51 PM - 3 messages
I'm using oledb to insert an uploaded file to access database, for small files it's pretty fast, but if you go to like a 10 megs file it'll take a minute, and seems to be quite consistent all the way up to 100megs taking 10 ...
MSN/networked app...
Lloyd Dupont -
6 Dec 2005 1:04 PM - 1 message
I woulk like to write a network aware application. That is I would like, in my app, to show online buddy and start a shared session. I was thinking to use MSN server and I even found that: [link] ...
Changing working folder of services
Michael Groeger -
6 Dec 2005 11:16 AM - 3 messages
Hi everybody, I rewrote a component of us so that it is now a service. Unfortunateley the service cannot start, because the third party product relies on expects to be started from a special working folder. My service itself is placed in ...
What's a Field in the .NET Framework?
Axel Dahmen -
6 Dec 2005 11:10 AM - 3 messages
Hi, I couldn't find any explanation on "Field" in MSDN. Can anyone please enlighten me on what a Field is and what it distinguishes from a property? I need this definition to decide when to use Type.GetField() and ...
DLL hell?
Julijan Sribar -
6 Dec 2005 9:26 AM - 2 messages
I've made an application in VS2002 (actually an add-in for VS) which worked on VS2002/2003. I am trying to port it to VS2005, but leave it backward compatible. I've managed to make it work on VS 2005 only if VS2002 or 2003 is installed ...
FileSystemObject / Thread / Application Hangs
Frederic H -
6 Dec 2005 9:20 AM - 3 messages
Hi, I use FileSystemWatcher in a module with a Main() function that loads some Forms (Window Forms Application). The starting object of the application is not a hidden form but a module. I have to use the Application.Run() statement, without that the application exits. FileSystemWatcher watches the ...
Separate AppDomain to Retrieve Type Info
Mark -
6 Dec 2005 7:14 AM - 1 message
I'm building an app that involves scanning multiple assemblies for certain Types, and rather than leave the assemblies loaded in the CurrentDomain I thought it would be better to load them into a separate AppDomain and then release the domain when I'm done with the ...
Is there any equivalent to memset?
ThunderMusic -
6 Dec 2005 4:50 AM - 2 messages
Hi, I want to know if there is an equivalent to memset but in .NET. I know there is System.Buffer.SetByte, but it only works on arrays. I have a structure and in some example codes I found, they initialize this structure to zero ...
Is vs IsAssignableFrom to detect and interface
djmc -
6 Dec 2005 3:14 AM - 5 messages
Hi, I have an interface IMyInterface that is implemented by BaseClass. I also have a class DerivedClass that is inherited from BaseClass. Using reflection, I would like to be able to find DerivedClass by detecting that it has implemented IMyInterface through BaseClass. ...
Membership Provider
Morgan -
6 Dec 2005 1:12 AM - 1 message
Thanks in advance for any assistance. I'm in the process of implementing custom RoleProvider & Membership Provider objects and have run into a snag with the Membership Provider. It seems many of the MembershipUser properties are read-only. This seems, ...
No Touch Deployment working with .NET 1.1, but not with 2.0
Greg K -
6 Dec 2005 12:30 AM - 2 messages
I have a simple DLL that exposes a button and a label that is failing to run under .NET 2.0. I'm using Apache as the WEB server. The final error is "Microsoft.IE.SecureFactory: System.IO.FileNotFoundException: Could not load ...
validating a file upload field
darrel -
5 Dec 2005 11:16 PM - 3 messages
I'm using a file upload form field to allow a person to upload a file from their browser. I've noticed that I could type anything into the field: virus.exe and the application will go ahead and write a file 'virus.exe' to the server. ...
Creating a web service that uses a timer
Brian Bischof -
5 Dec 2005 11:12 PM - 2 messages
I've researched web services but have no luck finding anything but the most basic tutorial. I want to have a service that runs certain checks at specified intervals during the day. So after the service starts a timer will ...
What's up with this new Loader Lock exception?
dxben -
5 Dec 2005 11:10 PM - 1 message
I'm getting an exception that looks like below when my debug C# app calls into my debug C++ dll (which uses the MS CRT, debug dll). Apparently if I go to the Menu>Debug>Exceptions>Managed Debugging Assistants ...
no touch deployment worked on Win 2000 doesn't work on Win server
Feng -
5 Dec 2005 10:18 PM - 1 message
Hi, We have a .net windows form application that runs under no touch deployment. It has been working fine until just recently we upgraded our deployment server from windows 2000 to windows server 2003. The problem is that when the client loader invokes the app by linking to the ...
NullReferenceException in Installer.Uninstall()
Daniel Pratt -
5 Dec 2005 9:50 PM - 1 message
Hi All, I have a Windows Service project that contains an "Installer" class that is used to install and uninstall the service. The installer class (call it MyServiceInstaller) inherits from System.Configuration.Install.Installer, of course. The constructor for MyServiceInstaller configures and adds a ...
Next Release? When?
Scott Townsend -
5 Dec 2005 9:25 PM - 9 messages
I've been told that my SMTPClient issue will be fixed in a Future release. How Often is the Framework updated? Is there a place to get Beta Versions so I can test my app with the bug Fix? Thank, ...
types convertion from C++ API to VB.Net
ThunderMusic -
5 Dec 2005 7:22 PM - 4 messages
Hi, Sorry but this message is a bit long, but I really need your help here. I'm trying to use some API functions that use some trivial types like long pointers to a structure. I just can figure out which type to use in the API ...
Is it possible to throw an exception into parent thread?
balmerch -
5 Dec 2005 6:14 PM - 7 messages
How should I handle exception inside of a thread seperate from the UI thread? Is this a way to throw them to the UI thread, or just using events that describe an error occured? Thanks, Chris ...
XSLT C# DocType Missing
andy -
5 Dec 2005 5:51 PM - 1 message
Hi all, I have the following lines in my XSLT file: <?xml version="1.0" encoding="UTF-8" ?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="html" ...
Is there a Microsoft smartclient forum?
Chris Lewis -
5 Dec 2005 5:45 PM - 3 messages
I have specific Smart Client questions, but can't find a forum that fits? Anyone know of one, or if Microsoft plans one? Chris ...
File system hash values
alanwo -
5 Dec 2005 5:37 PM - 2 messages
It is known that we can calculate hash values e.g. crc, md5 and sha1 from functions provided by the .net framework. However, I just wonder if these values (esp. crc) are stored in file system so that we can ...
Will existing apps work with version 2.0?
Rof -
5 Dec 2005 5:20 PM - 3 messages
I want to test and (hopefully) start using SQL Server 2005 EXpress, and I read that I need version 2.0 of the .NET framework. If I install this version, will I still be able to develop and run all my existing apps, ...
multilingual asp.net calendar control
zislam -
5 Dec 2005 4:42 PM - 1 message
Hi : I want to use the asp.net calendar control. I have to provide the multilingual options. Can anyone pls let me know the properties being set for this control..... Thanks in advance Zahir ...
Delegate constraint restriction
Nick Hall -
5 Dec 2005 3:35 PM - 2 messages
As my first delve into the version 2.0 framework I am upgrading an application which registers/unregisters ActiveX components. One of the things I wanted to do was update the code which handles the registration of DLLs (previously it had used the technique of creating an in-memory type ...
ASP.NET service runs out of memory when using Crystal Reports
andrew.roberts -
5 Dec 2005 3:20 PM - 2 messages
I know there have been similar threads already on this subject but I thought I create my own so I could state the particulars of my problem. We have a W2K (SP4) running ASP.NET v1.1 and the Crystal Reports XI ...
Can't see windows service after installation
Stefano C. -
5 Dec 2005 2:49 PM - 3 messages
Hi, I'm trying to install my Windows Service. But i can't see it in my services list in MMC. Installation has completed without error but i can't see my service. Service is only for test. Have no code inside. only a "beep()" command in ...
COM+ Components do not assume configured identity
Roberto Kohler -
5 Dec 2005 2:32 PM - 1 message
COM+ Components do not assume configured identity We have COM+ components on a Win2000 Server configured to run as userX. This has worked fine for years. Since we installed the .NET Framework 1.1 and SQL Reporting Services, all ...
Good .NET Resource
simonkatich90@gmail.com -
5 Dec 2005 2:32 PM - 2 messages
Hello, A Good IT resource on History of Computing Hardware and Software and ..NET [link] Simon ...
|
|||||||||||||||||||||||