Answer Questions
Antoniodya Avalon is missing now.
I have just installed VS Beta 2. Avalon seems to be missing. I can't create new Avalon projects and my current Avalon project is not functioning correctly. I have unistalled and reinstalled a couple of times. How can I get the Avalon functionality back. Thanks, Sid Avalon and the WinFX libraries were released as a CTP built on the Feb CTP .NET Framework and they won't work on the newer o ...Show All
mark73777 OperationContract with Action="*" fails with WSHttpBinding
Hi, I'm implementing a simple wildcard operation hosted in IIS: [ OperationContract (Action = "*")] Message ProcessMessage (Message inMsg); The response message is created like this: response= Message . CreateMessage (inMsg.Version, myAction, reader); When I call the method with BasicHttpBinding or with WSHttpBinding and set security mode to ...Show All
markm2005 Richtextbox new line problem!
Hello, when I'm using a RichTextbox and I apply a "sestem.environnement.newline(), then not a new line is taken, but two new lines. Can you disable this tnx in advance Bold b = new Bold(); b.Text = "some bold text"; Run r = new Run("some normal text"); LineBreak lb = new LineBreak(); Paragraph p = new Paragraph(); p.Inlines.Add(r); p.Inlines.Add(lb); p.Inl ...Show All
Terry Rueter CodeElements only read upto namespace statements?
Hi All, I tried to read CodeElements from the Code Model (Automation Object Model) but it reads only imported statements and namespace statements. Is that a limitaion Kind Regards, Imesh web: http://www.imeshonline.net Thanks a lot Craig, Kind Regards, Imesh See: HOWTO: Navigate the code elements of a file from a Visual Studio .NET macro or add-in http://ww ...Show All
singersoll Pseudo variable @clk
Hello, prior to VS2005 one was able to reset @clk after every debug step by placing a @clk=0 in a watch window line following a @clk. While one can still use the @clk, the automatic resetting doesn't work anymore. And after every debug step one has to reset the @clk manually. Is there a way to automate this again in VS2005 Help would be greatly appreciated!! Thank you, Uwe Try this macro: Sub ...Show All
Chubby Bunny Show a video at fullscreen
hi i need to show a video file on fullscreen mode how i can do that i have tried with a maximized Window and with not border, but the video run slow i think the media playback in the latest bits is still not up to par with the rest of the runtime's performance. running video in full-screen mode *is* slow. hopefully the next CTP will help. ...Show All
EvilSilver DLinq association code generation bug
The generator wrote some brain dead code for an Association. this._Organization.Entity = null; this._Organization.Entity.CdsUsers.Remove(this); Here it is in it's full glory for context: [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.Data.DLinq.Association(Name="FK_CDSUser_Organization", Storage="_Organization", ThisKey="ORG_ID", IsParent=true)] public Organization Organization { ge ...Show All
jdcal VSS Get Command
Is there any way I can perform a VSS command line get to obtain files checked in during a specified period (e.g. from May 23 to May 24) You your are interested in foo.c and you know that foo.c is in $/test then you could use the following statement: ss get $/test/foo.c -vd5/23/06~5/21/06 That will get only foo.c between those dates. If you have 2 files you are interested in then you would use: ss get ...Show All
tatltat Customizing MSI and Overwriting Application
Hi All, I am currently using Access Developer Extentions to deploy my access ade file. What I need to do is the following: 1. I don't want my clients to see or choose to interfere with the installation. I can control this by editing the setup.ini file that access developer extentions create, by changing the value "Display=full" to "Display=basic". but I don't know where to edit the developer extentions tool so that it changes that automatcally w ...Show All
Aziir z-order in XAML?
Hi, is there any way to change Z-Order in XAML It would be really helpful as not removing and adding items in code Greetings eburke wrote: the only problem with re-ordering children is that if you've databound your child item list (ItemsSource of an ItemsControl, for instance), you can't add/remove children programmatically -- it will throw an exception. anyone have any ideas on that one A good point. I don't see any way a ...Show All
stf-developer Mediaelement video performance
Hi, I am running a wpf aplication that replace it mediaelement video (WMV) at each iteration. I'm getting a 100% CPU after 3-4 iteration and then the application freez. Is there somthing wrong with the WMV rendering I did What do you consider an iteration When the video is complete ...Show All
vb6-2-vb2005 CR in VS.Net underlines text despite properies setting
I have an unbound string field on a report that contains concatenated fields from a database. It is contained within its own detail section. I added another section for a subreport and now the text in the unbound field is underlined even though the underline property for the field is set to false. CR has done other strange things after adding sections as I stated in my "Lost Data in VS.Net Crystal Report" post. Is anyone else ha ...Show All
Tarun_Patel Consuming MSSCCI plugin - calling SccInitialize
Hi I'm trying to write an editor (in C#) that would be able to connect to source control using MSSCCI, much like Visual Studio does. I've started by importing SccInitialize method from the VSS plugin C:\Program Files\Microsoft Visual SourceSafe\ssscc.dll. I can call SccGetVersion() and it works fine, but when I call SccInitialize, it returns -15 ( #define SCC_E_NONSPECIFICERROR -15). SccInitialize populates and returns lpSccName (puts &quo ...Show All
Paolo Arrigoni VSTO Editions
Doesn't VSTO come with VS 2005 Professional I downloaded the VS2005 Pro DVD from MSDN and didn't find the installer for VSTO. Thanks. Here is a response from another thread. I sure hope this right because I went ahead and subscribed to the MSDN Pro level. 10-25-2005, 10:39 PM PST Mike Hernandez - MSFT Joined on 03-16-2005 Posts 100 Answer Re: VSTO & M ...Show All
Greg Duncan VS 2005 Beta 2 - "Beta period Expired"
I am trying to install the second beta of Visual Studio 2005 from the MSDN discs ordered from MS. After following the instructions for uninstalling VS.2005 Beta 1, I sucessfully completed the install of beta 2. However, when running Visual Studio 2005 beta 2, I get the error message "The beta period has now expired". Does anyone know what I have done wrong in the uninstall process of Beta 1 or how to get beta 2 to recognise this is a ...Show All
