|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Frameworkmicrosoft.public.dotnet.framework
HWND of my window
--== Alain ==-- -
14 Oct 2006 8:56 PM - 2 messages
Hi, How under VC.NET can i get the handle of my window ? thanks a lot, Al. ...
cannot ftp upload pdb file, used by another process (even after reboot)
Mad Scientist Jr -
14 Oct 2006 8:54 PM - 5 messages
i am getting an error when i try uploading a pdb file: 500 mywebsite.pdb: The process cannot access the file because it is being used by another process. I tried rebooting my computer, shutting down IIS, have closed out of ...
Problem with clipboard
tzachk -
14 Oct 2006 6:51 PM - 3 messages
I'm using .NET 2.0 with VS 2005 on Windows XP Pro and I'm having problems with the clipboard. I'm trying to copy the contents of a word document. The problem is that sometime it is working, and sometime not, using the same piece of code. ...
ambiguous data types
--== Alain ==-- -
14 Oct 2006 4:11 PM - 3 messages
Hi, Under VC++.net, if i include windows.h, and compile my application, i have several data types ambiguous, like IDataObject, IMessageFilter, IDropTarget,... so it means that they are defined in windows.h but also in some other namespaces. how can i do to still have my windows.h included and avoiding ambiguous ...
accessing to unmanaged DLL from .NET application
--== Alain ==-- -
14 Oct 2006 12:05 PM - 1 message
Hi, I'm migrating my MFC application to .NET and therefore i need to create it again... However, there are some *.cpp and *.h file which i would like to keep as such (in MFC coding). How can i makethem usuable for VC.NET ? ...
Problem with environment variable expansion on command line (possible bug)
David Levine -
14 Oct 2006 11:06 AM - 2 messages
There appears to be a bug in the way the .NET runtime expands environment variables surrounded by quotes when they are command line arguments used as inputs to an application. For example, create two environment variables... set Arg1=C:\SomePath\ ...
RemoveAt in foreach { ... }
Hyun-jik Bae -
14 Oct 2006 8:20 AM - 18 messages
Is there any efficient way doing Dictionary<>.RemoveAt in foreach { ... } routine? For example, is this example safe or is there any recommended way? foreach(KeyValuePair<int,int> a in mymap) { if(a.Value!=GoodValue) ...
ERROR: C00D11BA
cranegang -
14 Oct 2006 8:05 AM - 1 message
When i try and play anything in Windows Media Player 11 it says; ERROR: C00D11BA Windows Media Player cannot play the file because there is a problem with your sound device. There might not be a sound device installed on your ...
HTTP 403.9 - Access Forbidden: Too many users are connected
Christina -
13 Oct 2006 11:20 PM - 6 messages
Hello, I am using IIS 5.1 on XP Pro. I have a page with many links on it (say 'Main Page'). Clicking on any of the links in Main Page, leads to say 'Page1. My Scenario (modified to make it simple): ...
Dynamic Native Loadlib
Mystagogue -
13 Oct 2006 6:53 PM - 5 messages
I understand that the means of explicitly linking against native code, is with an attribute set like this: [System.Runtime.InteropServices.DllImport("winmm.DLL", EntryPoint = "PlaySound", SetLastError = true)] But what if you want the name of the DLL to be dynamic - that is - specified ...
deployed website is referencing code-behinds...not the assemblies
petejk -
13 Oct 2006 6:07 PM - 2 messages
When I deploy my website (built with VS2005), it keeps on bombing out because it is referencing the code-behind files and the the DLLs in the \bin folder (yes...the correct DLLs do exist). Any ideas? This is driving me loco. ...
Start and impersonate a console app from windows service
Agnes -
13 Oct 2006 5:57 PM - 6 messages
Hi, I posted a question earlier asking about starting a process as a different user from windows service. I got some replies and read about this a bit more on the web but still couldn't get it working. ...
VS 2005 New Project Types Missing
Stevo -
13 Oct 2006 5:38 PM - 4 messages
Hi, I'm missing many New Project types in Visual Studio 2005. I'm looking specifically for: Other Project Types>Database, but all I have under Other Project Types is Visual Studio Solutions. Have I skipped ...
How to instance type of configuration
Enosh Chang -
13 Oct 2006 4:25 PM - 4 messages
Hi all: I saw there is one line on configuration file as following, <add name="MyProfileProvider" connectionStringName="MyDatabase" applicationName="/" ...
Input/Display Masks C#
JP -
13 Oct 2006 2:39 PM - 2 messages
Using Framework 2.0, is there a method for Masks to be used in C# web application? I found documentation on MaskedProviders but I can’t find any detailed examples of how it’s implemented. On top of that I think it’s just ...
Input/Display Masks??
JP -
13 Oct 2006 2:37 PM - 2 messages
Is there a method for Masks to be used in C# web application? I found documentation on MaskedProviders but I can’t find any detailed examples of how it’s implemented. On top of that I think it’s just for client based win ...
Windows Workflow Foundation Analyser?
netcommander -
13 Oct 2006 2:26 PM - 1 message
Anyone know if there are/will be any tools to analyse the efficiency of a workflow designed in Visual Studio 2005? I'm going to be modelling our organisation's procedures and dataflows using WWF and wanted to use a tool that would highlight where any bottlenecks or ...
get variable that involve with exception
mtczx232 -
13 Oct 2006 1:57 PM - 5 messages
have a way to get the variables (and values) that involve with exception from exception object? have a way to know the specific address where exception fire in the code? (the stack call give only the mathod, not specific line or command ...
Aero Wizards in Windows Vista
Kamagin Dmitry -
13 Oct 2006 12:59 PM - 3 messages
Hi, I am using Aero Wizards in Windows Vista. Sample project from Windows SDK - native code. Is it possible to use Aero Wizards from managed? Thanks ...
enum values?
HockeyFan -
13 Oct 2006 11:56 AM - 6 messages
I'm looping through a class to get the properties and the values returned are of enum types. Is there a way to programmatically find out what the possible values are? Any help on this is greatly appreciated. thanx. ...
FileSystemWatcher issue
Kiavik -
13 Oct 2006 8:25 AM - 2 messages
I'm developing a Windows Service which uses the FSW object to monitor some UNC paths, now I know after reading this article [link] that FSW is quite unreliable when monitoring UNC paths so in my service I've also implemented a Timer that stops and ...
Problem with the GZipStream class and small streams
Fabio -
13 Oct 2006 8:18 AM - 8 messages
Hello! I have a problem using the System.IO.Compression.GZipStream class. I wrote the following methods to compress and decompress arrays of bytes. private static byte[] Compress(byte[] array) { MemoryStream stream = new MemoryStream(); GZipStream gZipStream = new GZipStream(stream, CompressionMode.Compress); ...
Identify the Path of a Running Windows Service
Ragu -
13 Oct 2006 8:07 AM - 4 messages
Hi All I have to get the path of a Running Windows Service from another application. How to do this ? ...
How to lock a remote object to pretend it from being freed?
dotNeter -
13 Oct 2006 1:21 AM - 2 messages
I have to access some resource which resides at a cross-domain assembly. But I got a problem that the resource I obtained was freed at unknown time, then crash my app. Why was it freed? How to lock it in a normal way? ...
System.Xml.Serialization
DirkGoes -
13 Oct 2006 12:29 AM - 3 messages
I have generated a class for serialization using XSD.exe. One of my xml elements always contains html data but the serializer does not pick up this content. If the element contains only text it picks it up as expected. ...
Reflection.Emit question
Jeff Johnson -
12 Oct 2006 9:31 PM - 3 messages
When creating types with Reflection.Emit, is it possible to define namespaces? I've just begun to delve into this functionality and I saved one of my dynamic assemblies to disk. Then I referenced it in a project and viewed it in the object browser. The types I created were directly ...
Virus scan document before uploading
sameer -
12 Oct 2006 8:57 PM - 6 messages
Hi all, I have a vb.net in winforms application using webservices\ remoting to upload documents to a remote webserver. And before these are saved to the webservice i want to check them for any kind of viruses i.e do a virus scan, ...
IOException (WSE2149) Write Failure when sending Soap/TCP messages
GS -
12 Oct 2006 5:10 PM - 2 messages
We occasionally encounter this exception while trying to send soap/tcp messages: MySender.Sender - System.IO.IOException: WSE2149: Write Failure. at Microsoft.Web.Services3.Messaging.SoapTcpNetworkStream.EndWrite(IAsyncResult asyncResult) at Microsoft.Web.Services3.Messaging.SoapTcpNetworkStream.Write(Byte[] buffer, Int32 offset, Int32 ...
FramingFormatException (WSE306) on Soap/TCP receive
GS -
12 Oct 2006 5:06 PM - 1 message
We are using Soap over TCP (WSE 3.0) and occasionally encounter the following exception: soap.tcp Message Receive Failure: Microsoft.Web.Services3.Messaging.Framing.FramingFormatException: WSE306: The framed record should have the following version: 1. Instead, the framed record contains the following version: 14. ...
Is ClickOnce Appropriate?
Ben R. -
12 Oct 2006 4:27 PM - 2 messages
Hi, I've got an application that I currently wrap in an msi. Everything's fine, except I'd like to be able to push updates to my users. The update mechanism of clickonce deployment looks excellent and would be very useful. My ...
Is ClickOnce Appropriate?
Ben R. -
12 Oct 2006 4:17 PM - 6 messages
Hi, I've got an application that I currently wrap in an msi. Everything's fine, except I'd like to be able to push updates to my users. The update mechanism of clickonce deployment looks excellent and would be very useful. My ...
Is ClickOnce Deployment Appropriate?
Ben R. -
12 Oct 2006 4:15 PM - 2 messages
Hi, I've got an application that I currently wrap in an msi. Everything's fine, except I'd like to be able to push updates to my users. The update mechanism of clickonce deployment looks excellent and would be very useful. My ...
Is ClickOnce deployment appropriate?
Ben R. -
12 Oct 2006 4:15 PM - 1 message
Hi, I've got an application that I currently wrap in an msi. Everything's fine, except I'd like to be able to push updates to my users. The update mechanism of clickonce deployment looks excellent and would be very useful. My ...
Is ClickOnce deployment appropriate?
Ben R. -
12 Oct 2006 4:15 PM - 1 message
Hi, I've got an application that I currently wrap in an msi. Everything's fine, except I'd like to be able to push updates to my users. The update mechanism of clickonce deployment looks excellent and would be very useful. My ...
How to read a Image
Sudhan -
12 Oct 2006 11:46 AM - 3 messages
I am working in ASP.Net..I want to read words in the image..How to do it any idea.............. ...
ReplacePattern ExceptionSystem.AccessViolationException
thartman -
12 Oct 2006 11:24 AM - 1 message
ReplacePattern throws: ExceptionSystem.AccessViolationException if and only if I replace a regExp with an emtpy string ("" or string.empty) the code snipped: Document curDoc = appObject.ActiveDocument; TextDocument textDoc = (TextDocument)curDoc.Object("TextDocument"); ...
updating machine.config when application is running.
trialproduct2004 -
12 Oct 2006 10:54 AM - 3 messages
Hi all, I want to update machine.config file on production server. On server some other .net applicatins and windows serivices are running. If i update machin.config will it create problem for other application runnig on server. Or do i need to stop all application first and then update ...
Dynamically Add User Control - Loads Twice
yohaas -
12 Oct 2006 12:42 AM - 1 message
I am dynamically adding user control to a page using Controls.Add(control). It seems that the Page_Load as well as the other page rendering events (Init, PreRender etc...) get fired twice. I assume that they are firing once by the Control.Add and once by the ...
Start a process as a different user from Windows Service
Agnes -
12 Oct 2006 12:34 AM - 6 messages
Hi, I am trying to start a new process as a different user from a Windows Service. When I start the process from a console application, it works perfectly. But if I do the same thing from the Windows service, it gives an Application ...
.NET 1.1 and .NET 2.0 compatibility question
intrader -
11 Oct 2006 6:31 PM - 5 messages
Is it possible to run assemblies generated for .NET 1.1 under .NET 2.0? I am not sure I am expressing the question properly. The situation is that we have some developers using Visual Studio 2003 and others using ...
session lose
stexavcar -
11 Oct 2006 5:44 PM - 1 message
I have a problem with my application Web asp.net 1,1, and is that session expires or does not stay. I make a debug of my variables and I saw the cookie of session of asp.net called “Asp.Net_SessionId†this created much times, I no manipulate it of the ...
Using Regular Expressions in .NET Framework 2.0
Brian Roisentul -
11 Oct 2006 5:15 PM - 5 messages
Hello, I'm developing a windows application where I use regular expressions. In first place, I did it in c#(visual studio 2003) and now I'm migrating it to visual studio 2005. The problem here is that a regular expression doesn't match an xml ...
ClickOnce application on terminal server
Bruce Parker -
11 Oct 2006 5:02 PM - 8 messages
I have a ClickOnce application that I have successfully deployed to user's desktops. I have attempted to install the application on Terminal Services. The application appears to install on the terminal server, but the data folder with configuration settings and a xml data file are not being created ...
Microsoft.Win32.SystemEvents.TimeChanged
Dave -
11 Oct 2006 4:56 PM - 1 message
The documentation says the event is fired "when the user has changed the time". What about when Windows changes the time for DST transitions? Will the event also be fired for that? If not, how can my .NET app be notified ...
Access C# COM Server from within classic ASP Webpage
Achim Domma -
11 Oct 2006 2:20 PM - 1 message
Hi, sorry for the cross post, but because my problem involves different technical topics, I didn't knew which groups would be the best. Please correct me, if there is a better place to ask. I have implemented a C# class which I expose via interop as COM server. ...
OneWay firing not working
Roger Crawfis -
11 Oct 2006 12:53 PM - 1 message
We upgraded our volume renderer to 2005, but it crashes with our event system when using the OneWay attribute. We get a null exception as outlined below in a ListDictionary with a count of zero. This is not our data structure, but appears to be the ThreadPool classes instance. Of course ...
typeof keyword for properties, fields, methods
Amid -
11 Oct 2006 11:05 AM - 1 message
Why don't Microsoft implement some sort of "typeof" for properties, fields, methods etc? For example, lets suppose we have "propertyof" keyword, then we can do the following: PropertyInfo pi = propertyof(MyClass.MyProperty) Is there any problems that prevents Microsoft from implementing this? ...
typeof keyword for properties, fields, methods
Amid -
11 Oct 2006 11:05 AM - 1 message
Why don't Microsoft implement some sort of "typeof" for properties, fields, methods etc? For example, lets suppose we have "propertyof" keyword, then we can do the following: PropertyInfo pi = propertyof(MyClass.MyProperty) Is there any problems that prevents Microsoft from implementing this? ...
typeof keyword for properties, fields, methods
Amid -
11 Oct 2006 11:04 AM - 4 messages
Why don't Microsoft implement some sort of "typeof" for properties, fields, methods etc? For example, lets suppose we have "propertyof" keyword, then we can do the following: PropertyInfo pi = propertyof(MyClass.MyProperty) Is there any problems that prevents Microsoft from implementing this? ...
Memoryleak in .net service
Johan Karlsson -
11 Oct 2006 10:38 AM - 3 messages
Hi! We have a singlecall server application that runs inside a .net service. The service uses two System.Threading.Timer's to call to methods every 10 seconds. Something like this: Dim ad as new AlarmsData ad.handleAlarm( ) ad = nothing ...
add one tracelistener to all tracesources
bonk -
11 Oct 2006 8:55 AM - 1 message
I have an application that initializes a lot of tracesources at runtime. The names of these tracesources are only known at runtime. How can I add one tracelistener to all tracesources using the config file (since I do not own the sourcecode for some of the assemblies that ...
Bug in OpenExeConfiguration(exePath)
leotohill -
11 Oct 2006 3:20 AM - 3 messages
Problem: The Configuration object created by this method looks for a file with an extra ".config" suffix, as in "configtest.exe.config.config" Try this test: create a config file with a simple key/value setting in it, and store ...
Get All Running Process
Erick -
11 Oct 2006 3:10 AM - 2 messages
I'm trying to use system.diagnostic to see what all the process on my PC are. I use the Process method which works fine. But does any one know how to use this method to continually monitor for new process to ...
Consuming class build using CodeDom
Helen Warn -
10 Oct 2006 11:52 PM - 3 messages
I want the assembly that builds a class using CodeDom to also consume it (or, more correctly, for a referenced assembly to consume it). Is there any way to do this without using late binding? Thx Helen ...
FileSecurity - Test if WindowsIdentity has write access?
Ed Sutton -
10 Oct 2006 11:19 PM - 1 message
Is there a FileSecurity method that can determine if the current WindowsIdentity has write access to a file? I can get the current windows identity and use FileSecurity to return the AuthorizationRuleCollection and then search for the FileSystemAccessRule's that apply to my identity. The problem is my ...
Document mangment in .net
sameer -
10 Oct 2006 9:54 PM - 9 messages
Hi, I am in the process of desgning a document managment program in .net and there are gong to be two part to it a. winforms application : user will upload the document form here. User will select a file from this local machine and this file will be ...
Global Error Handler
yeghia (sosy) -
10 Oct 2006 8:55 PM - 4 messages
Hi Guys I have two questions. 1. Is there a way to set a handler to .NET application so that in case of not caught exception my handler is called before application shutdown. I want to send an email from this handler with details of error. ...
Debugger Already attached, help
JP -
10 Oct 2006 8:35 PM - 14 messages
I’ve just discovered that our development server can only have one active debugger at a time. Why? How is it MS thinks that only one developer is only going to debug at one time? If you have a team of developers working on ...
Thread marshalling - changing a control's thread affinity
Martin Maat -
10 Oct 2006 7:20 PM - 4 messages
Hi, I have a notification window that uses its own thread to animate itself. It also fires events to the main UI. The trouble (getting it thread safe) is not with the events fired, I can marhall them just fine using (Begin)Invoke. It is with the internal thread ...
checking free space on hardisk...
Ginny -
10 Oct 2006 6:46 PM - 2 messages
Hi, I want to check the hard disk space on c drive and raise an alra or email notification if the free space goes below a permissible level. How can I do this? Can I use performance counter or WMI or Win 32 api?? PLease assist. ...
Global Semaphore problems
Andy -
10 Oct 2006 4:47 PM - 10 messages
Hi, I'm trying to syncronize access to a shared resource between processes using system semaphores. The processes are spawned by Cruise Control.Net. I use OpenExisting,and if that fails I catch the exception and use new Semaphore( name ); ...
Excel problem: Cant hide column.
Sorcerdon -
10 Oct 2006 4:39 PM - 2 messages
Hello experts, I am currently opening an excel file from a VB.net application. The excel spreadsheet gets all its data from a Dataset. I need to hide a column form the results. I dont want the users to have access to that perticular column in the ...
Scientific Notation when serializing doubles
kh -
10 Oct 2006 4:25 PM - 5 messages
Hi. We put data on MSMQ queues using the Message ctor as follows: Message myMessage = new Message(myObject); As I understand it, this will use an XmlSerializer to serialize the body of the message when it is placed on the queue. We have noticed that if myObject ...
Large text file - in memory ( > 60mb)
Jurjen de Groot -
10 Oct 2006 4:24 PM - 13 messages
My program needs to search a large textfile (>60MB). At this time I'm using a streamreader to read the file into a string-variable (objString = sr.ReadToEnd). Before reading the file the proces running my programm uses about 10mb, after reading the text-file into ...
Change file comments
jman -
10 Oct 2006 4:11 PM - 5 messages
I've been asked to develop an application which, on some certain stage during its execution, must take some text files on disk and change their "comments" property, which is easily accessed from windows explorer, just by clicking properties and writing them down, so I assume there must be some ...
Help with memory usage on WTS
Carlo -
10 Oct 2006 3:36 PM - 1 message
Hi, Looking on the net I've found everywhere that every single managed process has his own CLR footprint and to share assembly (even the dotnet framework) I have to ngen my code. But I've tried to create a ...
mousewheel events
sammartin -
10 Oct 2006 2:17 PM - 2 messages
hi, I've got a custom control which I've overriden the OnMouseWheel event and made it scroll. Simple enough. This control has a series of child controls which I'd like it to pass on the MouseWheel events to if the mouse if over the control (assuming i need to do ...
C# click once application with report and reference to assembly
reifen-straub -
10 Oct 2006 1:36 PM - 3 messages
Hi, we have a C# click once application with a report. This report has a reference to an assembly to calculate some things. If we run this application locally with the 'click once' checkbox unchecked, everything works. But if we publish the application and for this automatically click once ...
Web Server Performance
Sachin Salgarkar -
10 Oct 2006 12:42 PM - 1 message
We have a Win 2003 Server that runs around 15 instances of an ASP.NET 1.1 Web Application ( in the same application Pool). Each instance connects to a SQL 2K database on a separate database server. The database size is around 100 MB (min ) to 3 GB Max. ...
ClickOnce only working from a local folder?
Francois -
10 Oct 2006 10:52 AM - 1 message
Hi I am having endless hassles trying to get my clickonce application to install from a network share or even the internet (error below). It works 100% from a local folder. Any help will be great! ERROR SUMMARY Below is a summary of the errors, details of these errors are listed later ...
Newbie "imports" question
M. Simioni -
10 Oct 2006 10:19 AM - 4 messages
Perhaps it is a stupid question, but i'm asking you if there is a difference between using Imports this.is.a.namespace .... genericfunction("blablabla") and directly using in the code ...
fill an array
klenne -
10 Oct 2006 9:56 AM - 5 messages
I have a .net question, I have a textbox (multine = true) with data beneath each other: 4 ...
array vullen met text of listbox
klenne -
10 Oct 2006 9:48 AM - 2 messages
Ik heb een .net vraagje, IK heb een textbox (multine = true) met data in die onder elkaar staat: 4 ...
Catching Windows events
marek zegarek -
10 Oct 2006 9:00 AM - 4 messages
Hello! I'm writing application, that will check user logon type on Windows XP. There is only one problem - on this station Security log is not logging success or failed events, so i must catch it "in the air", Can anyone give me any advice how to do this? ...
making .NET 2.0 tracefiles readable/parsable
Robert Ludig -
10 Oct 2006 7:51 AM - 4 messages
I have two questions regarding parsing and reading tracefiles: 1. Is there a tool that can read logfiles that were generated by the ..NET 2.0 tracing and presents the data in a human readable form? Preferably with some searching, sorting and filtering options? ...
Empty crystal report
W.Meints -
10 Oct 2006 7:16 AM - 1 message
Hello, There's a problem with a crystal report I created that I can't seem to solve. I created a report with two tables, a shipping order and shipping items on it. Designing is no problem, the wizard allows me to select the proper dataset ...
finetuning .NET 2.0 tracing
bonk -
10 Oct 2006 7:06 AM - 3 messages
I am using .NET 2.0 tracing to log messages within my application and app.config (<System.Diagnostics>) to configure it. I would like to be able to configure tracing in a finer grained manner than it is ...
Are there any updates released for IE7?
Nathan Sokalski -
10 Oct 2006 5:51 AM - 2 messages
As many of us know, IE7 supposedly follows the W3C standards more closely. I am wondering if there are any updates for Visual Studio .NET 2005 (specifically ASP.NET) that have been released for this. Not that I noticed any specific differences that require updating (although I also didn't do ...
Casting problem : COMImport interfaces in different assemblies
Bob S -
10 Oct 2006 5:04 AM - 4 messages
A class in assembly A implements a COM interface as follows : [ComImport, Guid("CEF04FDF-FE72-11d2-87A5-00C04F6837CF"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] internal interface IMyInterface { [PreserveSig] int MyMethod(); } class MyClass : IMyInterface { int MyMethod() { .... } } This interface is exposed to the unmanaged world via COM Interop. ...
WHERE and WHEN the SerialPort been closed ?
Nie longhai -
10 Oct 2006 12:38 AM - 7 messages
Hi, all I'm newbie in .net. I use SerialPort to control Hardware. below is my test code: =========================== namespace WindowsApplication6 { public partial class Form1 : Form { MyPort m_port = new MyPort(); ...
Building machines for 3.0 RC1
GaryDean -
9 Oct 2006 7:10 PM - 7 messages
I'm trying to build two machines (VMWare) to implement the .Net framework 3.0 RC1. The first is on Server 2003. The second is on Vista build 5744. The documentation I have is a little contradictory as to what exactly is ...
Set ACE on FTP DirectoryEntry
c benesh -
9 Oct 2006 6:43 PM - 1 message
Hello, I'm trying to use DirectoryServices to programmatically create a FTP virtual directoryin IIS and grant access to a certain AD group. I've found some material on working with ACEs and ACLs...for Active Directory. When I get a DirectoryEntry object on a IIS FTP virtual directory, the ...
Determining the line number in XML source
Pavils Jurjans -
9 Oct 2006 4:30 PM - 1 message
Hello, In my applications, there are several areas where I am parsing some XML input. Whoever has prepared that XML, be it machine, or human, errors happen, and the format is bad. When the XML itself is bad, the built-in XML ...
Frontpage Server Extensions
Arne Garvander -
9 Oct 2006 2:50 PM - 3 messages
I need to reinstall Frontpage Server Extensions. It is a a prerequisites for Visual Studio 2003. Where can I find Frontpage Server Extensions? ...
Unable to find an entry point
Yoavo -
9 Oct 2006 1:54 PM - 2 messages
Hi, I am trying to call a function which exist in unmanaged dll (MFC) from a c# application. Here is the declaration in the unmanged code: extern "C" { _declspec(dllexport) void __cdecl SetEDocName(); } Here is the declaration in the c# code: ...
ExecutionEngineException on GetData(DataFormats.EnhancedMetafile)
JakubS -
9 Oct 2006 1:38 PM - 1 message
When I execute such a simple piece of code: IDataObject data = Clipboard.GetDataObject(); object o = data.GetData(DataFormats.EnhancedMetafile); ...
Garbage Collection in .Net 2.0:Wed 11/2006:San Diego Dot Net Meeti
Jawad Misbah -
9 Oct 2006 1:24 PM - 1 message
San Diego - .Net Beginner SIG Meeting ([link]) When: October 11th - Beginner SIG meeting from 6-8:30PM Location: Fish and Richardson in Del Mar MAP:[link],+San+Diego,+CA ...
Animations, Bitmaps and Icons of Visual Studio 2005
Fla -
9 Oct 2006 7:27 AM - 3 messages
Good morning. I'd like to know if I can use for free the animations, the bitmaps and the icons inside the archive VS2005ImageLibrary.zip in the installation path of VB2005 C:\Program Files\Microsoft Visual Studio 8\Common7\VS2005ImageLibrary, for developing my application, without ...
How to send a mail using C#
jamilabkh -
9 Oct 2006 6:47 AM - 3 messages
Hi all, I need to know how to authenticate a user before sending a mail using a C# application. The source code i use is this: private void sendMailButton_Click(object sender, EventArgs e) { ...
help
mayankhere7 -
9 Oct 2006 5:20 AM - 3 messages
I installed windows 2000 server on my system then configured IIS and finally installed VS 2002 for developing ASP dot net applications. the Project file asp dot net web application opens but when i press F5 to run the program i receive the following error message ...
.NET 2.0 Configuration UI and code access permissions
Paul Hale -
8 Oct 2006 8:16 PM - 6 messages
Im running Vista RC1 x64 but am having trouble executing any of my code because of security exceptions. When using Vista Beta 2 I used the .NET Config tool available in control panel > admin tools to set code access to ...
Orcas VPC and VS2005?
Bill44077 -
8 Oct 2006 2:06 PM - 5 messages
Hi, I was very excited to see the Orcas (Sept06) release with the .net f/w 3.0 all in a handy VPC - this is the best. The only thing that I can't figure out is exactly what is and what isn't in this version. I would have thought the ...
u
vijaiyanb -
8 Oct 2006 1:06 PM - 5 messages
please explain the following code Dim rt As String = "{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}\viewkind4\uc1\pard\qr\f0\fs20 " ...
|
|||||||||||||||||||||||