Kristian Kjærgaard's Q&A profile
Visual Studio Visio and Visual Studio 2005 (Standard)
I have Visio 2003 (Professional) on my system and I would like to use it with Visual Studio 2005 for reverse engeneering without having the expense of upgrading my Visual Studio edition. Is this possible If not why not - seems to me one purchases Visio in good faith and then purchases VS2005 in good faith but they do not work together! If this is true it would be like being unable to embed an Excel spreadsheet in a Word document! Hoping someone hears... Thanks, Kurt Sorry, but the fact that you have class designer built in to Visual Studio 2005, while a nice feature is a cop out. I do really like th ...Show All
Visual C++ vs 2005 pro final version hang using vs 2003 c++ project
Open a VS 2003 c++ project with VS 2005 pro, convert it as requested then vs 2005 hang continously no matter what i do: edit a file, build etc. The error seems to be in mfc runtime dll vers. 8. I'm crazy. help Can you provide a callstack for the hang Just attach the debugger from another instance of the IDE to the hanging one and dump the callstack in a response to this thread. Thanks, ...Show All
Visual Studio vstemplate error
I have implemented a vstemplate to create a new project type. When I select the template under my project type I get and error stating that it tried to load an untrusted component and references my vstemplate assembly. This is the error I get in the application event log: One or more Visual Studio templates do not match any installed project packages. I am signing the assembly with a strong name key file through the project settings and I installed my assembly into the GAC. I also tried using the strong name in the <assembly> tag under the <wizardextension> tag in the .vstemplate file, but this didn't help ...Show All
Visual Studio Team System Rule Interface
HI...I'm trying to check that an interface name begins with the letter "i" using the following code: public override ProblemCollection Check(TypeNode type) { Interface interfaz = type as Interface; if (!(type is Interface)) return null; if (!(type.Name.Name.StartsWith("I"))) { Problems.Add(new Problem(new Resolution("Interfaces deben empezar con 'I'"), type.FullName)); } return Problems; } could you tell me please what I'm doing wrong. thanks, Cinthia, The rule seems fine, although you don't need the following line: Interface interfaz = type as Inter ...Show All
Visual Studio Express Editions Want Visual C# 2005 Express Edition Beta 1 Installation
I first uninstalled Beta 1 of of C# 2005 Express and then tried to install Beta 2 but got a message that XP SP2 is required. My company doesn't support SP2 yet so I tried to install it myself but ended up getting a permissions error. I have administrator privilages but the XP SP1 on my system has been customized by my company. I would like to get back to where I was with the Beta 1 install, but can't find it on the site. Is there any way that I can get C# Express Beta 1 reinstalled on my system Yes, we have kept the Beta 1 manual installation instructions available online at: http: ...Show All
Software Development for Windows Vista use of Activity.Save( ) method?
hi there ... i hav a few question regardin Windows Workflow foundation library n itz classes! 1) every Activity class comes equipped with a method called Save( ) ... but none of the activites, Base Class Activities, like code n all ... are serializable then wat is the purpose of this method 2) does framework uses this method to generate the .xoml file thx Muhammand - not sure if you are still interested in the answer - but you need to provider a SurrogateSelector for the SOAPFormatter - this is how WF serializes an Activity graph without have the types markes as serializable. There is a Acti ...Show All
Visual Studio 2008 (Pre-release) Media Player-Like Application
I'm trying to throw together a simple media player application. I would like to set the source (URI) of a media file to play and have controls over playback. The MediaPlayer class obviously does all the heavy work. I would like to have Sliders for Position, SpeedRatio and Balance. I can hook these all up in code, but it appears that none of those properties are Dependency properties and therefore Binding doesn't appear to work. I noticed that SpeedRatio is a Dependency property on Timeline, but if I put the Media Player in a timeline I believe I loose the ability to set the source dynamically. Am I missing something Are we just supposed to m ...Show All
Visual Basic App Configuration File
How do you add an app configuration file to a VB.Net project And please keep the default name for the file (app.config) since Visual Studio realizes that this is a "special" file and will do rename/copy to bin folder automatically for you. Best regards, Johan Stenberg ...Show All
Windows Live Developer Forums Convert Icon to MSN emotion
Hi! Does anyone know how to make a customized MSN emotion, say, covert an icon to an emotion Thanks. I've figured it out, you need a GIF animation file. The GIF file should be a 2 frame with second frame as transparent. If it has no transparent surface MSN will try to re-size while importing. It seems MSN 7.5 cannot re-size the transparent GIFs which lets you use your own sizes. I stick to 64x64 or 50x50 which are both reasonable. Sorry for the late response but I had them for a while. Here are examples ^_^ = -_- = T_T = O_O = Hee = ...Show All
Windows Forms Call method on owner form
I have a form that uses showdialog to display a smaller form. So Form1 opens Form2. When a user edits the data in Form2 and clicks 'Save', I want to refresh a small section of Form1 that is based on the data edited in Form2. How do I go about that Thanks for the help, Pete Contrary to your inference, I was not& ...Show All
Visual Studio Attaching process to Windows Service
I have a windows service that has been built (VS 2005 Beta 2), installed and is running ( I am getting output in the event viewer, and part of it the service is working correctly). But when I try to debug it using the "Attach to process", the service process is greyed out, and I am not allowed to attach to it. I am running Windows Xp Pro, SP2, as an admin. Not sure if this is a security or permisson problem so I also have tried adding "Everyone" to the "impersonate a client after authentication" in the user rights assignments in local security settings, but it didn't help. I installed the service using a Setup Project added ...Show All
Visual C++ how do I retrieve my own IP address in MFC
in MFC, what function do I need to call to retrieve the IP address that is currently active (e.g. used by internet explorer) Do I get this from the registry thanks in advance! You might have mor IP addresses. To get a list of all you can use GetIpAddrTable http://msdn.microsoft.com/library/en-us/iphlp/iphlp/getipaddrtable.asp Also this is OT here I recommend you to use one of the forums here: http://msdn.microsoft.com/newsgroups/ ...Show All
Visual FoxPro Limit edit box
I have a issue with an fox app where I need to limit a editbox to no more then 3 lines of 40 characters. three text box controls will not provide the word-wrap support I am looking for.. Is there away to do this chris krelle I ended up using the keypress event of three text boxes. and manualy controled the scrolling of the text! Thank you to all.. Every one was a help.. :) Chris Krelle ...Show All
Windows Forms Deployment: Security question
I'm guiltiy of breaking two cardinal rules of programming: 1. Don't develop as Admin role, and, 2. Don't setup DB connections using Admin role. I did both when I recently developed a simple Winforms client/server app using VS2005B2 and MSSQL. Now that I'm deploying the thing, every domain user has to be assigned to the Admin role in order for my Winforms to work. If they aren't, the ADO.Net connections fail complaining about insufficent credentials. What steps are required to correct my mistake and really secure this thing up TIA, Rob Linton ...Show All
Visual Studio 2008 (Pre-release) Sparkle Jan CTP available!
Enjoy! http://www.microsoft.com/downloads/details.aspx FamilyID=ed9f5fb2-4cfc-4d2c-9af8-580d644e3d1d&DisplayLang=en BTW: it has its Forum... Do you mean there's a Sparkle MSDN newsgroup I don't see a forum at forums.microsoft.com. I'm playing with it at the moment by the way, looks very promising :-) ...Show All
