Answer Questions
Tyrael Tong Remote debugging with VC++.NET 2003 Standard edition
Hi, I have Visual C++.NET Standard and I'm trying to install Remote Components to a computer in which I want to remote debug my Windows Forms project. I noticed that the installation help document refers to RemoteComponents.htm for more details on installing just those remote components and not the whole VC but I couldn't find that document from the installation CD root where it was supposed to be I also noticed that in the backside description of VC package there reads that only Professional edition supports remote debugging.. does this really mean that I'm not able to debug remotely using Standard edition Thanks in advance ...Show All
Mounir27 Creating a Derived Type in the Designer
I am attempting to re-create my previous VideoGames database using the designer. I want to see if I can do everything I need without tweaking the underlying XML once. So far its working with NavigationProperties. However, either its been too long since I've used this stuff, or the designer is limited. I am trying to create a derived type called WiiGames that derives from VideoGames, that uses a condition where the VideoGame.Type.ID is 1 (Wii). Anyone have a walkthrough on how to do this in the designer and/or how to start using the designer and finish using XML Hi! Kevin, RE: In theory, I want to add an entity type mapping in the MSL. I don't currently see a way to do this through the designer T he designer in this CTP has li ...Show All
die fledermaus Custom Control Support in Cider
Hi, What is the timeline in Cider for support a Custom Controls Actually ( RC1 ) Not parse the xaml for custom controls Not Add the custom control the the toolbox automatically like Winforms provided Not load and show the custom control on the designer Not manage correctly the Namespace, load correctly the NS if I reference externally the assembly, no project reference. This feature list is very important for any custom control's maker! :-( -- Andrea Gelati Marco Goertz - MSFT said: "I hope you understand the we cannot disclose any information about our development schedule and the timeline of individual features." Well, in fact I DO NOT understan ...Show All
pdurbha Automation server can't create object - figured out my problem
Recently I was working in Microsoft Visual Studio .NET 2003 and all of a sudden I couldn't create a new project. I tried creating a Visual C++ Project (Console Application .NET) but I always got the error message: "Microsoft Development Environment >> Automation server can't create object". I then searched Google for that error message and found a page that said that downloading the "WindowsXP-Windows2000-Script56-KB917344-x86-enu.exe" update would fix this ( http://www.microsoft.com/downloads/details.aspx familyid=C717D943-7E4B-4622-86EB-95A22B832CAA&displaylang=en ) So I downloaded that update and installed it. When the computer restarted I got the error messsage "Error registering the OCX C:\Windows\sy ...Show All
Wedgetail Dynamically opening and closing channels not defined by App.config
Folks, I'm working on an application (game, actually) where I need to be able to create transient channels... some of the clients will start listening on and sending to a given mesh based on where the player is in the game. So, when I define in app.config the endpoint for net.p2p://ulyssesagenda/chat I'm fine because the peer mesh address of that channel never changes, and I'm only using a single instance of IChat to receive incoming messages. What I need to be able to do is, at runtime, open an INavigation on net.p2p://ulyssesagenda/nav/galaxy1 or net.p2p://ulyssesagenda/nav/galaxy2 or whatever. In other words, I need to be able to dynamically create instances of these classes that implement the mesh interfaces, and I need to be a ...Show All
Leaf. Doubt Regarding RichTextBox !!
hi there, i wonder if there is any possibility of getting the Content of the RichTextBox into a String object or any object similar to. I found that the Sytem.Windows.Forms.RichTextBox has this facility where by using myRichTextBox.Rtf , the Content could be collected into a String object with the codes. _______________________________ string rtfcontent = myRichTextBox.Rtf ________________________________ i would like to get the content into a string rather than into any file. could that be possible..... thanx advance, sris yo! it's working, thank u lee and where would be the format code of the richtext stored...i mean in which property of the RichTextBox you can load/ ...Show All
Josh Smith Depolyment on Office XP is not working
i created a simple excel solution and tried to Depoly on machine running Office XP but is not working. i have also installed PIA's for office xp but it is not working. can somebody help in this. i hv 3 more questions n will highly appreciate if you can reply that :- 1. is it possible to get changed event in Add-in's like how we are getting when we are adding a named range in VSTO 2. when we are automating excel/word on server, which i beleive doesn't need any installtion of Office 2003 on server, does those files will also open in Office 2003 only or it can open in office xp also. 3. You have mentioned VSTO works on only certain versions of office 2003, can u provide some link where i ...Show All
No-spam Sam Excel from web data
Not even sure if I'm in the right place, but here goes. I am trying to get info off a web page that updates every hour. And that I can do, the problem I have is that it erases the old data. I need it to post data every hour, with out losing the previous hour. If you can't help can you tell me where to go to get this answer Nneuromancer , It seems you are not having problems with Excel programming but with general use. I tried the feature you are using but it seems there is not default support for what you are trying to accomplish. This means that you might need to write some code either using VBA (Excel Macros) or writing your own .NET solution. You might want to try the attached ...Show All
SDerix Some hebrew fonts not displaying in wpf
I have some hebrew fonts that do not display in WPF controls. The regular hebrew fonts that come with WinXP work fine. However some specialized TrueType fonts just display square boxes instead of characters. These specialized fonts work fine in Notepad or with Dot Net 2.0 windows controls but not in WPF controls. I observe this when I try applying these fonts using the FontPlayer demo sample that comes with the WinFX SDK. I am using WinFX RC1 on WinXP SP2. Any help or advise greatly appreciated. TIA Eli Are these after-market fonts that you installed yourself If all else fails, you can try defining a fallback sequence or creating a new .CompositeFont. Fallback sequence: XAML <Text ...Show All
SPWilkinson loading a form in add-in through Reflection fails
I am creating a outlook 2003 plugin in VS2005 team edition. Normal form instantiation works and the addin shows up my custom forms just fine. however i am trying to dynamically load a form through something like: Assembly myassembly = Assembly.LoadFrom("e:\\sampleform1.dll"); ............. The above code gives an exception: {"Could not load file or assembly 'sampleForm1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Failed to grant permission to execute. (Exception from HRESULT: 0x80131418)":"sampleForm1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"} i tried adding the setsecurity project from the "OfficeVSTOWindowsInstallerstaller" download ...Show All
adorer VSIP package load failure
hi, i have developed a VSIP package for 2005. I got the PLK also. i deployed it on my machine on my machine if i run devenv with the /novsip argument, it works fine, but on any other machine,if i deploy and then run devenv with the /novsip argument, the package load failure for my package happens. I am confused about this behaviour. any help is kindly appreciated thanks in advance Hi Nandan, Please, have a look at that post . ProjectAggregator2 which I didn't install on target machine was the reason of failure in my case. Maybe that is your case too. Hello, we have problem like this. In our case the packege compiled by VS2005 SP1(!) can be loaded by VS2005 SP1 but failed in VS2005 (with ...Show All
Forch Dispose objects?
Hello, In my WPF application, I'm creating objects such as image, mediaelement and other things and than have to get rid from them after a while. I want to be sure that I don't cause any memory leak but I didn't see any "Dispose" method in objects like in Windows Forms. Can somebody point me tips about this Regards, Ozden Great tips Seb, and for how to use weak event pattern in WPF, you can have a look at my blog article about it: Weak Event Pattern In WPF Sheva That would be the way to go. That said, two advices if you encounter memory problems with your application: - First, I'll play a bit of Rico Mariani music here, but don't assume anything, measure and work on thes ...Show All
Dmitry Pavlov Loading vs_Macro via msi
Hello, I am currently working on a msi to setup developper dev environment. We made some custom macro to help then deploy their projects. The msi install macros on their computer but I want to load them straight in their visual studio. Can someone help me to do that regards, WoZoI I was having a problem with LoadMacroProject but the problem has been resolved.. The command Tools.LoadMacroProject takes an argument which is the path to a .vsmacros file. In a custom action, start an instance of VS through the automation model, then call DTE.ExecuteCommand("Tools.LoadMacroProject", "C:\filepath.vsmacros") Craig Is Tools.UnloadMacroP ...Show All
Jim Fafrak Please Help Me
I am using Visual Studio 2003 Enterprise Architecht with the Visual Studio SDK. My question is, how do I integrate php inside Visual Studio with the SDK Please give me a few pointers on where to start learning or on how to do it. Please Reply, Joseph Look at the Iron Python example in the SDK. It's no small piece of work. ...Show All
Balambikai N P Creating a .msg file
i have a requirement to extract e-mails from an e-mail archive system and then add them to a document management system (yup - ugly !!!). The document management system likes emails in the outlook .Msg file format. is there any way of creating a .msg file and writitng it to disk (rather than sending it) so that i can get the document management system to read it in environment is vs2003 / .net 1.1 - but .net2 is close....(have it but not in production - and also have VSTools for Office 2005) thx m Hi Mark I think your best bet to get a good discussion going on this would be to ask in an Outlook-specific newsgroup. The "density" of people dealing with the application will be much ...Show All
