|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
Where does the .NET framework store the current folder for OpenFile and SaveFile Dialog?
Howard Weiss -
1 Oct 2005 3:37 PM - 2 messages
...
.NET Framework 2.0
Daya -
1 Oct 2005 12:31 PM - 2 messages
Where do I get the architecture representation of .NET Framework 2.0? Where can I find the documentation for .NET 2 - also details on differences between 1.1 & 2.0 thanks ...
VB.NET Designer - Properties
Zabby -
1 Oct 2005 11:43 AM - 3 messages
hi, since today, in my project every "properties box" is empty, in the designer mode. for example, when i click an a label, i can´t change it´s properties via designer... it looks like the link between sourcecode and designer is destroyed... ...
Software protection - Activation method??
juvi -
1 Oct 2005 8:50 AM - 2 messages
Hi, how can I implement a trial software with activation possibilty for Pocket PC or PC? Is there somewhere an example for .net? How does the activation procedure work?Thank you juvi ...
xml manipulation -- dataset or dom???
Martin -
1 Oct 2005 6:49 AM - 2 messages
Hi, I have been doing a bit of work lately with xml. I have been using the xmldocument class to manipulate the DOM, I was wondering if I would be better to just to manipulate the xml as a dataset (just adding, deleteing, updating rows) ...
can I develop Test Automation tools for VC++ Project in >NET Framework
Tarandeep Singh -
1 Oct 2005 4:30 AM - 2 messages
Hello All As we know we can develop Test Automation tools for .NET Application in C#.NET it is discribed in James McCaffrey Article in http:\\msdn.microsoft.com/msdmag/issues.03/01/UITestAutomation/default.aspx someone tell me can it Possible we Develop this Tool in .NET Framework for ...
Probem in launching new process from a c# .net windows service.
Nicky -
30 Sep 2005 10:46 PM - 4 messages
hi, all I am using .net framwork v1.1.4322 and get an error in the following test: I have a c# console application, basically, it is empty: static void main(string[] args) { System.Console.WriteLine("Started..."); ...
General question about use of ports when programming with sockets
0to60 -
30 Sep 2005 8:26 PM - 5 messages
I have a question about socket programming in general. Exactly what happens behind the scenes when I one socket connects to a different socket in listen mode? Using the dotnet framework, I create a socket, bind it to a port, put it in listen mode, and then n sockets can ...
Why must <configSections> be 1st element of <configuration> ?
Joseph Geretz -
30 Sep 2005 6:16 PM - 3 messages
Parser Error Message: Only one <configSections> element allowed. It must be the first child element of the root <configuration> element. OK, fine, easy enough to fix, I just need to copy and paste this block to ...
ERROR: Application has generated an exception that could not be ha
John Steen -
30 Sep 2005 5:51 PM - 3 messages
I'm not a developer, so please bear with me on this. We have several Win2k Pro machines with .NET Framework 1.1 SP1 (KB886903) installed. A Ghost image was taken from one PC and applied to all the ...
A solution to "WaitAll for multiple handles on an STA thread is not supported."
isbat1 -
30 Sep 2005 5:43 PM - 6 messages
Seems like a lot of people have trouble with this error. Here's my solution. I give it to the future. Because I love you. private void WaitAll(WaitHandle[] waitHandles) { if (Thread.CurrentThread.ApartmentState == ApartmentState.STA) { ...
IPAddress
Mark Cooper -
30 Sep 2005 4:45 PM - 5 messages
Hi Is there a class with a method in the .NET Framework that will verify if a string is in the correct dotted format to be an IPAddress. Similar to inet_addr nnn.nnn.nnn.nnn Thank You Mark ...
sample databases?
Chris Baldwin -
30 Sep 2005 4:43 PM - 5 messages
Hello, I'm in search of a sample database (along the lines of Northwind or AdventureWorks... but not) that I can use in product demos. Preferably free, but if you know of one that's also for sale that would be great too. Any ideas where I can ...
Speed issues with filling a list view
Brian Henry -
30 Sep 2005 4:01 PM - 7 messages
I was wondering how you guys would handle filling a list view with something like 10,000 items which each have 10 sub items on them... there has to be major speed issues with that right? Yet, applications like outlook and such ...
how do C#.NET load VC++Project exe
Tarandeep Singh -
30 Sep 2005 1:12 PM - 3 messages
I am able to load exe of .Net Framework by LoadFrom() function through C#.NET but when load VC++7.2 Project EXE ,it gives error format does'nt match ...
How to compare objects
Andreiwid -
30 Sep 2005 12:21 PM - 7 messages
Hi guys! I've a function that returns a System.Data.SqlClient.SqlException or System.Int32 depending on the function's result. If occurs an error it returns SQLException; if executes with no problem, it returns the @@IDENTITY of the row which is an Int32 type. ...
why Assembly.LoadFrom() function does'nt load VC++ Project exe file
Tarandeep Singh -
30 Sep 2005 11:53 AM - 7 messages
Hello all I am facing one problem while loading VC++ EXe file through Assembly.LoadFrom() Function, It gives Error - The format of the file 'totest.exe'(VC++) is invalid please give me solution for it ...
How does FileSystemWatcher work?
Pete -
30 Sep 2005 10:57 AM - 4 messages
Does anyone know how this class works "under the covers"? I want this exact functionality, but do not have the luxury of writing in .net. I need to access the api functions directly. TIA, Pete ...
Printer settings
Miro -
30 Sep 2005 10:38 AM - 2 messages
Hello! I would like to change the default printer setting: Orientation, to landscape. I would like to open some file: Process.Start(document.htm) (or som Office-file) ....and when the user chooses the print-command from the associated program ...
programatically how to set the steps involved in enabling the ASP.
Dur -
30 Sep 2005 9:28 AM - 2 messages
Hi all, I am facing one problem while generating the entries in the EventLog in ASP.NET. That error is " registry access is not allowed". So i found some code in the google regarding registry access. So i followed it and finally working ...
.NET Framework Ignores Regional Settings on WinXP
mirzas -
30 Sep 2005 7:45 AM - 9 messages
Hi, The changes I make on my regional settings are not applied to .NET Culture is allways en-US and never changes no matter what the system settings are. I installed my OS and Dev. tools with default US settings since I never ...
Documents on .NET framework
Trainee -
30 Sep 2005 7:16 AM - 2 messages
hi i wud like to know which book for learning .NET framework and also suggest sites where i could learn about its latest updates????this would be useful for me in the long run.... ...
HOW to solve ... System.Net.WebException: Connection closed
etantonio -
30 Sep 2005 6:43 AM - 2 messages
Good morning, I've a problem, in the past I translate my site from google or altavista with a code similar to this : <%@ Page Language="c#" Trace="true" Debug="true" %> <%@ import Namespace="System.Net" %> <%@ import Namespace="System.IO" %> ...
Not all images are loaded correctly
etantonio -
30 Sep 2005 6:23 AM - 4 messages
Good morning, I've a web page where I have put about 30 little images (4kb each) coming from other sites, the problem is that not all are showed and the images showed are random, I don't know if it is a problem of the http ...
reduce thumbnal size
guoqi zheng -
30 Sep 2005 4:46 AM - 2 messages
I have an Internal image gallery site. When user upload an image, system will create a thumbnail automatically. This thumbnail is 100 X 100. I though it should be very small in terms of size, however this 100 x 100 ...
Manifest Resources: format
sotn -
30 Sep 2005 1:48 AM - 2 messages
Hi, I would like to know if there is any information in the .NET specifics about the resources pointed at by the ManifestResource tables. I mean some resources are given directly by the offset in the table, but if the name of ...
Resources files
Frank Xia -
29 Sep 2005 9:27 PM - 4 messages
I have a Windows application running well. Today, after I changed something on one form, when I start run I recevied an error message "Unable to open resources files in location". I checked location there were not requested files there. Where are they gone? It is on my local drive. What could happen ...
ClickOnce Deployment Manifest Issues
Dany C. -
29 Sep 2005 8:21 PM - 2 messages
Our application is built with VS2005 Beta 2. We uses ClickOnce to deploy the application. Here is the issues we have experienced on some client machine. When we click the install button from the publish page, the deployement manifest is open in the browser instead of lauching the application manifest? ...
System.Web.Mail Vs. System.Net.Mail
Jonatan Nilsson (BlackMan890) -
29 Sep 2005 7:19 PM - 3 messages
I have a simple question which i am not fully understanding. In the new event of adding the System.Net.Mail many people were happy with the changes, except me. When i use the new reference, i cant athenticate with smtp e-mail server. I ...
BLOB Error
wdewebserver -
29 Sep 2005 5:59 PM - 3 messages
Hi Can someone explain why I get an error saving a document with pictures as a BLOB? I can save Word, Text, RTF, CSV files that don't have any pictures embedded without any problems. Any clues or suggestions will be highly appreciated. ...
Error during start of Windows Service...
Tom -
29 Sep 2005 5:23 PM - 2 messages
Got another question on my Windows Service which I coded in VB.NET. During the OnStart event (when the service is started) I set up a database connection that my service uses. Let's say something occurs during the middle of this ...
Windows Service and shutdown/restart of server...
Tom -
29 Sep 2005 1:47 PM - 6 messages
I've written a Windows Service using VB.NET, which does a connection to a database and then runs a timer to periodically process some data. It is running pretty well; However, I have noticed one issue: Whenever the workstation/server is shut down/restarted the database ...
VS 2005 RC: "has encountered a problem" on deployment
DraguVaso -
29 Sep 2005 7:22 AM - 6 messages
Hi, I tried to deploy an application written in VB.NET 2005, with the Release Candidate. Everything works fine on my pc which has the Visual Studio installed, but when I install the .NET Framework (v2.0.50727) and the Setup of my prject, I ...
Socket.BeginSend and EndSend causes thread count to runaway
Ravi Ambros Wallau -
28 Sep 2005 10:22 PM - 6 messages
Hi: My company has developed an application that, in a very basic explanation, send files throught a socket to a known server, using a protocol that is implemented in a full assynchronous manner. Saying full assynchronous means that file I/O is assyncronous (using the ...
Beginning C# Q
Cody -
28 Sep 2005 10:00 PM - 9 messages
I am just starting to learn C#. I would like to write a basic username and password as the entry into my program. I have already created a userform and I would like to find a tutorial or something along those lines that will show ...
is there any way to clear the buffer of a System.IO.StreamWriter so that it does not do a flush when
Daniel -
28 Sep 2005 9:04 PM - 6 messages
is there any way to clear the buffer of a System.IO.StreamWriter so that it does not do a flush when it is closed in the finaly block? ...
Supported OS
Bradley -
28 Sep 2005 8:21 PM - 7 messages
When I installed the VS.Net with .Net Framework 2.0, I was informed that I must have XP with SP 2. Is this a requirement of the framework or of VS.Net? Will I be able to install and run developed applications using XP ...
app.exe - Common Language Runtime Debugging Services
raj -
28 Sep 2005 4:06 PM - 2 messages
hi, I am getting below error message when we do some action at runtime. This happening only in few computers. ================================================= app.exe - Common Language Runtime Debugging Services Application has generated an exception that could not be handled. Process id=0x1184(4484), Thread id=0xadc(2780) ...
Stupid Variable Declaration Question
John Walker -
28 Sep 2005 1:56 PM - 3 messages
Stupid question: In VB.NET how do you group similar variables together? For example, I have these two fields: Dim EmployeeFirstName As String Dim EmployeeLastName As String Can't first and last name be grouped together in an employee 'group' like ...
Solution for the Error : The service did not respond to the Stop call in a timely fashion
Prasad -
28 Sep 2005 1:49 PM - 3 messages
Hi, I am writing a service which takes a long time to stop after the OnStop call is given by the Services Snap-in. The problem is I cannot cut down on the time that it takes to Stop. The Service snap-in gives me the error ...
DictionaryBase: enumeration out of order
Nick -
28 Sep 2005 1:10 PM - 2 messages
I implemented a collection inheriting from DictionaryBase. I noticed that, adding instances via Add method, when I enumerate the elements stored they are returned in a different order compared to input. I attach an example like that published on MSDN. ...
.NET framework and Terminal Server
fossmo -
28 Sep 2005 12:34 PM - 4 messages
Hi, Can somwone tell me how .net framework will behave when I'm running a ..net application in TS? Will .net framework load for every user/prosess? If so, is it possible to share the .net framework between users/prosesses? ...
Threads that do not end
Ricardo -
28 Sep 2005 12:33 PM - 9 messages
I'm developing an application that makes a lot of assyncronous things. I always use the methods BeginXXX and EndXXX when they are available or BeginInvoke and EndInvoke when they are not available. I never use the Thread.Start() method. ...
strong names revisited
z f -
28 Sep 2005 12:02 PM - 3 messages
Hi, i have a dot-net assembly that is strong named. a third party developer is referencing my assembly and deploy his application with my DLL to clients. i want my DLL to automatically check for updates. but as far as i know - if i update a strong named DLL and the version is ...
Window Service Description Question
MasterBlaster -
28 Sep 2005 11:23 AM - 7 messages
I wrote my first window service and when I go into the services section on the server to see it there is no description of the service and I'm wondering where in my service code can I put the description show it shows up. ...
Strange behaviour of .net framework
Peter Schmitz -
28 Sep 2005 11:01 AM - 2 messages
Hi, I've got the following problem: My application consists of a windows form (all vb.net) and several panels placed on it. Each of this panels has a *.png or *.jpeg file as a background. Now, depending on user interaction, several of these panels may be invisible ...
Antivirus Software
Kenneth H. Young -
28 Sep 2005 10:50 AM - 3 messages
What is the best way in VB to determine if an antiviral software package is installed on a computer and what product it is? ...
How do I get parameter values?
Tiberiu Covaci -
27 Sep 2005 9:45 PM - 6 messages
If I have the following code : private void A (Type1 param1, Type2 param2 ....){ B(); } private void B(){ .... } How can I find out the values for the param1, param2 ... inside B method, without sending them to B? Is there any posibility to achieve that? ...
Write to Windows Event Log
-Steve- -
27 Sep 2005 8:47 PM - 2 messages
I have code that calls System.Diagnostics.EventLog.WriteEntry to write exceptions to the windows app event log. However by default you have to be an admin to write to the application event log. Is the best way to enable this to give write permissions to ...
displaying a pdf file in a .net page
sanjeet1 -
27 Sep 2005 7:14 PM - 2 messages
I have a default page and image page. The default page calls a web service, passs three parameers are retreives the URL for the pdf documnt sitting in my images folder. Once I get the URL I need to display the pdfdocument on the images ...
ConnectionString Error
wdewebserver -
27 Sep 2005 6:01 PM - 2 messages
Hi All I am buffled by someone not being able to connect to a SQL 2000 instance using C#. The connection string is as follows, <add key="ConfigString" value="Persist Security Info=False;Integrated Security=SSPI;database=SQLApp;server=SAM-NUB10\INSTANCE1"></add> ...
VS.NET Application Wizards - Do I have the 'complete' set?
Rob Brooks -
27 Sep 2005 3:38 PM - 3 messages
Hi, I'm brand new to writing managed .NET and I'm having some confusion following the simplest of tutorials as I believe that my application wizard in Visual Studio .NET 2003 may not be all it should be. I read "Open Visual Studio.NET and create a new WinForms application called ...
need help on readers and writes.......
Naveen koul -
27 Sep 2005 1:02 PM - 3 messages
Sir, I have got a series of float values coming and i want to store these values into a file in such a way that when one value is written in the file then it goes to next line and writes other line.(like using of \n ; how can i do it.i ...
How to detect system architecture
Daniel Bello Urizarri -
27 Sep 2005 12:04 PM - 5 messages
Hello: I need to link with some external native library from a managed program written in c#. I want my program to run in any cpu, so I need to link to the appropriate external dll. Is there any way to know it? ...
Not updated Textbox value inside a datalist editItemTemplate
etantonio -
27 Sep 2005 9:56 AM - 2 messages
Good Morning, I still havent solved my problem with a textbox inside an editItemTemplate of a datalist, in fact now it is filled with the word "CIAOOOOOO" , if a runtime in the form I put a different word like "PIZZAAAA" this new word is not available in the Update_Command ...
Smart Client - Where should errors be logged?
Harsh Thakur -
27 Sep 2005 8:00 AM - 2 messages
Hi, We are about to implement error logging in our .NET Smart Client application. We will be logging to the Event Log (for both client and server) and to a database table (for server side). We are using the MS EMAB (Exception Management Application Block). ...
Memory usage bug...
Nick Z. -
27 Sep 2005 7:41 AM - 6 messages
When I profile my application the profiler tells me that there is roughly 4MB of memory used throughout the lifetime, which seems reasonable. However, when I start the task manager the said memory usage is 20MB right after starting the program and 80MB after running it. However, if ...
Keeping a webform in a project as a template
Nathan Sokalski -
27 Sep 2005 1:08 AM - 7 messages
I have an ASP.NET project in which I keep a webform, both the .aspx and ..aspx.vb files, as templates for all the other pages in the site. However, I do not want these files to be included when I build the application because they are simply there so I can use them as templates for the other webforms. If I set the Build Actions of these files to None I recieve the following error when trying to open them in Visual Studio: ...
reading xsd files with imports
Jeremy Chapman -
26 Sep 2005 11:41 PM - 2 messages
I want to read an xsd file programatically, iterate through all the xsd elements and output some information to the user. This xsd file contains several import statements as well. How do I read this xsd? ...
get RegistryKey's parent?
Arthur Dent -
26 Sep 2005 11:37 PM - 6 messages
Hi all, im wondering if theres any way to get the parent of a RegistryKey? Using the Microsoft.Win32.RegistryKey class? I am using the Application.UserAppDataRegistry object. I want to then get the parent key of this key. The reason for this is that the key returned by UserAppDataRegistry is ...
Detect network nodes
Andrew Shwiff -
26 Sep 2005 10:44 PM - 2 messages
Hello, All! Upcoming project requires periodically checking to see what nodes exist on the network, particularly those that are *wireless* connections. Thought this might be possible using the System.Management class, in combination with the operating system class ...
Retrieve the property name - How To?
Antonio Paglia -
26 Sep 2005 7:35 PM - 7 messages
Imaginate you have one method that accept some arguments like: 1- a control 2- un Type (MyType) 3- el nombre de una Propiedad "PropertyName" ...
install sdk 2.0 beta
van -
26 Sep 2005 6:03 PM - 2 messages
I have installed .net framework 2.0 then I installed sdk .net framework 2.0 beta and it keep come back with .net framework 2.0 has not been installed. I checked the add/remove program and it was there. ...
ExecutionEngineException ...
TT (Tom Tempelaere) -
26 Sep 2005 4:21 PM - 3 messages
Hi people, What should I do with an ExecutionEngineException? It suddenly appeared in my code but documentation sais that it could be thrown from anywhere... Thanks, ...
Deploying class library into GAC
mike -
26 Sep 2005 4:07 PM - 5 messages
Hello. I have installed my .dll into the GAC using the Gacutil.I did this by first creating a strong name key and adding the AssemblyKeyFile attribute to the AssemblyInfo.vb file. I thought doing so would result in being able to add a reference to it in ...
Dotfuscator
venky -
26 Sep 2005 3:35 PM - 4 messages
How can i integrate dotfuscator with my solution projects. Like when i build projects in my solution using visual studio.net, i want to be build using dotfuscator. Like i have a setup project which takes the dll from some directory. ...
Changing port for WMI SNMP Trap listener
tclaytonluce -
26 Sep 2005 3:28 PM - 3 messages
Hi, Can anyone tell me how to change the default port that WMI listens to for SNMP traps. By default it is port 162 but I need to change this to sonething other than that. What I have now is the following and it is ...
How get value from IntPtr that hold someone value in memory using Marshal
Pawel -
26 Sep 2005 2:04 PM - 2 messages
Hi, How to get i value (in my case compressed with gzip data ) from IntPtr that hold this value in memory in known adress. Declatarion: [DllImport("clamqa.dll", CharSet=CharSet.Ansi, EntryPoint="CLMQGet")] public static extern int CLMQGet_ZSF( ref IntPtr bufer, int buffer_len); ...
How to get back byte[] when calling Win32 api function ?
Pawel -
26 Sep 2005 10:27 AM - 7 messages
Hi, I will get back (receive) byte array from function desribed below: [DllImport("clamqa.dll", CharSet=CharSet.Ansi, EntryPoint="CLMQGet")] public static extern int CLMQGet( out byte[] bufer ); Here below sample code: byte[] array_byte=null; CLMQGet( out array_byte ); // here is exeption calling ...
Textbox value in the edittemplate of a datalist doesn't report the changes
Antonio D'Ottavio -
26 Sep 2005 9:24 AM - 3 messages
Good Morning, I've a problem with a textfiled inside a datalist, in particular it's value it is not updated with the changes, I mean sNomeCampo has still the value coming from the dB and not that changed by the user, ...
Process.Start() problem / slowness
Lloyd Dupont -
26 Sep 2005 1:20 AM - 7 messages
In my app I have a download folder and I try to open it with this code: ProcessStartInfo psi = new ProcessStartInfo(OutputDir); psi.UseShellExecute = true; Process.Start(psi); However it takes about 5 seconds to execute!! Any idea why? ...
Passing a SQL Input Parameter to a Crystal Report Subreport
jmhmaine -
25 Sep 2005 11:36 PM - 4 messages
I'm successfully passing a SQL Input Parameter when calling a Crystal Report, so that the user doesn't get prompted. But I can't seem to find a way to pass it the subreport. Code for main report: Dim ParameterFields As New ParameterFields ...
System.Windows.Forms.DataGrid.AddNewRow()
max -
25 Sep 2005 9:56 PM - 4 messages
I can generate this error by NOT assigning a tableName to the view: at System.Windows.Forms.DataGrid.AddNewRow() at System.Windows.Forms.DataGridAddNewRow.OnEdit() Is there any possibility of getting an event from the AddNewRow()? I ...
install 2.0 sdk on different disk
Abraham Luna -
25 Sep 2005 6:27 PM - 2 messages
i only have about 300mb left on the local disk (c:) i would like to install the sdk on my machine but it will take up the last bit of space on the local disk i added a hard drive (e:) and it has over 1gb free space ...
Run .NET Appllications without runtime.
pacemkr -
25 Sep 2005 5:07 PM - 15 messages
I know it is possible to run a .NET App without installing the framework. [link] What I want to know is how effective this is and if there are alternatives to the above link. ...
TAPI in .Net
bxb -
25 Sep 2005 4:36 PM - 2 messages
Seemingly there is no .NET equivalent for TAPI2.0 functions (deprecated?!) .... or is there? ...
|
|||||||||||||||||||||||