Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet sdk > recent posts

Re: SVG -> EMF/PNG
Posted by Ben Voigt [C++ MVP] at 4/23/2008 10:02:59 AM
Steven Cheng [MSFT] wrote: > Hi Dave, > > It seems most info I've found about SVG is from adobe site since > Adobe is the main contributor to the SVG w3c spec. > > http://www.adobe.com/svg/main.html > > the Adobe illustrator should be capable of converting/exporting SVG to > other format. ...more >>


RE: SVG -> EMF/PNG
Posted by David Thielen at 4/21/2008 8:51:02 AM
Yeah that's what I found too. And it seems to be pretty much dead there. I think it's going to live in the Java/Open source area for awhile but that's it. Not a biggie, if there was a .NET library that handled it we could have helped one of our customers but they have alternatives. -- ...more >>

RE: SVG -> EMF/PNG
Posted by stcheng@online.microsoft.com at 4/21/2008 6:51:00 AM
Hi Dave, It seems most info I've found about SVG is from adobe site since Adobe is the main contributor to the SVG w3c spec. http://www.adobe.com/svg/main.html the Adobe illustrator should be capable of converting/exporting SVG to other format. Sincerely, Steven Cheng Microsoft...more >>

SVG -> EMF/PNG
Posted by David Thielen at 4/19/2008 8:28:00 AM
Hi; Is there a library out there that can convert SVG to EMF and/or PNG? -- thanks - dave david_at_windward_dot_net http://www.windwardreports.com Cubicle Wars - http://www.windwardreports.com/film.htm ...more >>

GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist?
Posted by DR at 4/15/2008 2:04:04 PM
GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist? When all my processign is done i set everything to null and then: GC.Collect(); and then GC.WaitForPendingFinalizers(); but it still shows that my process takes 400 MB of memory. Is there any ea...more >>

Problem with GAC/COM+ and Manifest
Posted by coconet at 4/14/2008 3:47:44 PM
I have a 3.5 assembly that is GACd and in COM+. The COM+ application is configured to run as a Service. The assembly is called myapp.dll and there is a manifest called myapp.manifest. With ths in the manifest: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:sche...more >>

Re: mscorcfg.msc
Posted by Phill W. at 4/10/2008 12:43:09 PM
BillP wrote: > Is it possible to extract the 2.0 configuration wizard from the SDK > without having to install the entire SDK? All I need is the snapin. I use CASPOL.exe instead. OK, it's a command-line utility, but it can do just about everything that the plug-in can /and/ it ships wit...more >>

PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this?
Posted by DR at 4/10/2008 12:25:52 PM
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this? ...more >>



Re: mscorcfg.msc
Posted by BillP at 4/10/2008 10:10:46 AM
Thanks, Phil, but I would like to get the GUI installed if possible. "Phill W." <p-.-a-.-w-a-r-d-@-o-p-e-n-.-a-c-.-u-k> wrote in message news:ftkugd$385$1@south.jnrs.ja.net... > BillP wrote: > >> Is it possible to extract the 2.0 configuration wizard from the SDK >> without having to insta...more >>

mscorcfg.msc
Posted by BillP at 4/9/2008 8:11:21 AM
Is it possible to extract the 2.0 configuration wizard from the SDK without having to install the entire SDK? All I need is the snapin. TIA BillP ...more >>

COM+ Set Image Dump Directory in C#?
Posted by coconet at 4/8/2008 5:10:34 PM
I am trying to set up a COM+ appliacation in C#, I want to set the Image Dump directory to a specific location, not the default .How do I do that? I would also like to set the "Enable Image Dump on Appliation Fault" checkbox. I am developing on Vista Ultimate but the final code will instll/ru...more >>

Add User Profile to DirectoryEntry User?
Posted by coconet at 4/8/2008 3:41:10 PM
I have the below code to make a new user. I would like to create a user profile directory and populate it. This will be an automated user for a Win32 service that will do things over the network so I want to make sure the account can do everything a normal human can do. I develop on Vista, co-...more >>

How to convert snk to pfx file format?
Posted by Izor at 4/7/2008 9:31:01 AM
I have SNK file for signing assemblies, but I don't have PFX. How do I convert SNK to PFX?...more >>

Validation.ErrorTemplate doesnt show up on load.
Posted by Swetha at 3/18/2008 1:48:01 PM
Hi, I am trying to perform validation without defining a curstom validation rule for the data bound to a text box. Instead I use the ExceptionValidationRule. By doing the following during load and textbox lost focs event handlers i am able to validate and mark the data as invalid or valid: ...more >>

sdk service is either not running or not yet inialised
Posted by Larrycoe at 3/14/2008 1:06:00 AM
New installation of SBS2003 SP2 premium system center essentials seemed to install OK but this error comes up when asked for the server name. Looked at services to see if could manually start but not even there...more >>

RE: IDataErrorInfo.Error usage?
Posted by v-lliu@online.microsoft.com at 3/13/2008 3:36:21 AM
Hi Jim, Thank you for your prompt response! I will make a suggestion to our product team about this issue and you can also make a suggestion in the Microsoft Connect web site by yourself as follows: http://connect.microsoft.com/VisualStudio/Feedback Thank you for your contribution to...more >>

RE: IDataErrorInfo.Error usage?
Posted by v-lliu@online.microsoft.com at 3/12/2008 10:11:52 AM
Hi Jim, Setting the ValidatesOnDataErrors property of the Binding class only tests of the IDataErrorInfo.Item and not of the IDataErrorInfo.Error. The Binding class doesn't provide a property to check the IDataErrorInfo.Error as the ValidatesOnDataErrors property to check the IDataErrorI...more >>

RE: IDataErrorInfo.Error usage?
Posted by Jim Hudson at 3/12/2008 5:28:01 AM
Thanks for th info, Linda. Would you please mention this to the WPF development team? I think that it would be a nice enhancement. -- Jim Hudson ...more >>

buy ampicillin gene buy ampicillin pregnancy buy ampicillin alcohol buy ampicillin acne buy ampicillin and penicillin buy ampicillin cloxacillin lb bu
Posted by Clint Eastwood at 3/12/2008 4:48:24 AM
buy ampicillin gene buy ampicillin pregnancy buy ampicillin alcohol buy ampicillin acne buy ampicillin and penicillin buy ampicillin cloxacillin lb buy ampicillin buy ampicillin tablets synthesis of buy ampicillin buy ampicillin and claforan buy ampicillin stock buy ampicillin buy ampici...more >>

Re: assembly attributes to file properties
Posted by Mattias Sjögren at 3/11/2008 10:43:29 PM
>Is there a way, just using plain IL and ilasm, to set file properties, such >as Copyright, Description, etc? I see al.exe allows these, but it doesn't >produce a single standalone assembly (it requires the .netmodule to run). File properties are specified in a version info resource in a Wi...more >>

IDataErrorInfo.Error usage?
Posted by Jim Hudson at 3/11/2008 5:51:03 AM
I recently started using the .Net 3.5 validation facilities (IDataErrorInfo and ValidatesOnDataErrors) in my C# application, and I find that they work great. I've now run into a situation where I want to have a XAML control check IDataErrorInfo.Error, instead of IDataErrorInfo.Item. Basica...more >>

assembly attributes to file properties
Posted by jim at 3/10/2008 5:11:02 PM
Is there a way, just using plain IL and ilasm, to set file properties, such as Copyright, Description, etc? I see al.exe allows these, but it doesn't produce a single standalone assembly (it requires the .netmodule to run). ...more >>

google adsense website for sale
Posted by Vengat at 3/9/2008 4:56:09 AM
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P>Dear friends,</P> <P>Earn from google adsense. A complete ready made google adsense website package for sale @ Rs. 1000 only. </P> <P><STRONG><FONT face=Verdana color=#400040 s...more >>

RE: WPF Visual Profiler
Posted by Ralf at 3/6/2008 11:18:03 AM
bump "Ralf" wrote: > I cant get the visual profiler working with my WPF Application. If a try to > attach my application the profiler never get attached to my app. If I select > to start a new app the visual profiler throws the error : > > Unable to connect to the target application. Pr...more >>

Re: VB6/ VB.NET interop form from a Network drive ?
Posted by Sean Graham at 3/5/2008 1:38:45 PM
I'm doing something very similar. However, rather than stick with that deployment strategy, I've decided to install the VB6 app locally with NET ClickOnce technology and it works GREAT! You should give it a try! Here are some links to help you out: http://msdn2.microsoft.com/en-us/library/aa...more >>

WPF Visual Profiler
Posted by Ralf at 3/5/2008 12:21:09 AM
I cant get the visual profiler working with my WPF Application. If a try to attach my application the profiler never get attached to my app. If I select to start a new app the visual profiler throws the error : Unable to connect to the target application. Profiling will now be stopped. I ...more >>

RE: Custom BitmapEffect and BitmapEffectInput
Posted by Ike Starnes at 2/29/2008 5:31:01 PM
Here is the solution: In the GetOutput implementation I used the IMILBitmapEffectRenderContext. To take the area of interest into account, I got the IMILBitampEffectRenderContextImpl from IMILBitmapEffectRenderContext. Code Snippet //*************************************************...more >>

Custom BitmapEffect and BitmapEffectInput
Posted by Ike Starnes at 2/25/2008 1:58:03 PM
I've created my own custom BitmapEffect based on the RGBFilter example from MSDN. However, I've noticed that both my effect and the RGBFilter effect fail to pay attention to the BitmapEffectInput, and always process the entire image. For example, add this: <Image.BitmapEffectInput> ...more >>

RE: Need help with <ValidationRule> usage
Posted by v-lliu@online.microsoft.com at 2/15/2008 2:01:30 AM
Hi Jim, I'm glad to hear that you have solved the problem! Thank you for sharing the solution with us. I think it will defintely benefit all of the readers in the newsgroup! If you have any other questions in the future, please don't hesitate to contact us. It's always our pleasure to be...more >>

RE: Need help with <ValidationRule> usage
Posted by v-lliu@online.microsoft.com at 2/14/2008 8:40:37 AM
Hi Jim, After doing some research, I find a simple way to get what you want. That is to subscribe the TextChanged event of each TextBox on the window and in the event handler call the Validation.GetHasError method on each TextBox. If all the returned results are false, enable the "Save" b...more >>


DevelopmentNow Blog