Answer Questions
roastSpud Office Document Customization in not available Excel 2003
I get the above message when I tried to launch my excel 2003 project, that was built in .net. I am not sure how it happened; I had made some code changes during the day. I checked it into Source Safe to update my project. Then when I tried to check it back out it gave me the about message. I had not deleted anything form the project. Help... I don’t want to have to re-create my project, my excel sheets have too may ...Show All
JaySch_MS Office Communicator 2005 & VB.NET 2005
Hi all, Is there any SDK or API available for download to allow interfacing a VB.NET 2005 windows forms application into Office Communicator 2005 that allows me to automatically reply to incoming messages If TRUE then What do I need to download Else Are there any plans for MS to release such SDK EndIf and THANKS!!! ST VSTO 05 does not support Office communicator, but you can probably ...Show All
Pavan C Nice effect but super memory consumer!
has anybody tried the wpf hol06 It simply shows several .jpg images, but each time I load a new image, the application will consume about 30M memory more. why btw:where is the official avalon bug report site Thanks. Sorry for the late response. What builds are you using for the above lab sample Thanks! Maybe Nov CTP This is now fixed. You should see this in the Be ...Show All
jjbunn Type vbproj not supported by Visual Studio 2005???
I'm working on the Microsoft white paper at http://msdn.microsoft.com/library/default.asp url=/library/en-us/odc_vsto2003_ta/html/ExcelObj.asp "Understanding the Excel Object Model from a .NET Developer's Perspective" This paper was written for Visual Studio 2003, but I thought I should use the latest and greatest anyway, so I downloaded and opened the solution file in Visual Studio 2005 (RTM - not beta). I discovered that an automated conver ...Show All
tklose "load report faild" on a win2003 with VS 2003
Hi Non report works on win2003 , I use win2003 + vs2003 for developing proccess. I've read the articules about in this site about given permissions to IIS_WPG to the c:\windows\temp folder, I've done but it doesn't work I have "impersonate="true" " on my webconfig, I can not change that because I use windows autentication I've create a report on a XP machine and works fine but when I try to run it on a win2003 I got the error listed below HELPPP ...Show All
Premila XMI and Design Patterns
Hi, A model (Class Diagrams) is exported to XMI format. Now,in the class diagrams,each class is stereotyped to follow a design pattern say Observer Pattern (take 4 classes are participating in a single Observer Pattern). If there are 2 or 3 sets of classes (i.e. there will be 8 or 12 classes) which follow Observer Pattern within the same XMI file then how can we know which class is related to which other 3 classes (Say in set 1, class c1 is ...Show All
JL3 How to migrate / implement CustomStorage in June CTP?
Hi! I migrated my old DSL to the June CTP, it was almost painless, but the custom code what I had didn't compiled because I used custom storage for some of my properties and the MetaAttributeInfo class is gone which was used for such operations. Can someone tell me how to migrate / implement custom storage for June CTP Thanks, Attila Attila We use a different approach altogether. You don't need to use MetaAttributeInfo (wh ...Show All
Golf4Fun URGENT! Outlook Addin runs from development only. Who are the usual suspects?
Okay, I cannot run any add-in outside of the VS2005 development environment. If I simply start outlook no add-ins start. None are "Hard Blocked". How would a security issue manifest I have a .NET polocy for the app directory, but still no-go. Are you talking about the "Trust Assemblies Location" = true If so, that has been the case... Fiddling with the permissions and making very slow progress. This is a tre ...Show All
John Rusk How to add parsing errors to ErrorList window?
I am working on a project to create a language service using Managed Package Framework. I want to show the parser errors in the error list window. Using DTE2, I can get a handle of ErrorList Window. EnvDTE80. Window2 window = dte2.Windows.Item(EnvDTE80. WindowKinds .vsWindowKindErrorList); ErrorList myErrorList = CType(window.Object, EnvDTE80. ErrorList ); However myErrorList does not expose Add method on ErrorItems collection. What is ...Show All
PSM Locating XSD for Word app
I have a question that I hope some deployment masters can help answer. The app I am working on currently deploys to the user's machine (the assemblies go into the Program Files\My company\My App\ folder...). I can locate the path of the assembly to find related resources we use such as an XSD that way. I want to change the deployment model to deploy to a network share. I understand that this will also cache assemblies offline. Whenever ...Show All
Jon13 Change to MSMQ URIs
Hope someone can help with this. There appears to have been a change in the URIs required for MSMQ binding in the most recent WinFX release. I used to use "net.msmq://bleuchamp/batchjobconfirmation" in my app, but now this produces an exception "The provided URI scheme 'net.msmq' is invalid; expected 'msmq.formatname'. Parameter name: baseAddress Anyone know what the correct new format is This is a public queu ...Show All
Amitkumar Jain VSS Lan Service working randomly
Hi, The Lan Booster service works randomly here. Sometimes everything is ok, and sometimes, for the very same operations, for the same database/project and on the same system, I get the following message: Unable to use SourceSafe LAN service, performance of SourceSafe operations will not be optimal. The service is running on the system hosting the database. Known problem I'm not very familiar with DFS, but I think that you're acce ...Show All
cpavlov HierarchicalDataTemplate, ItemsSource and CollectionViewSource
Hello! Is there a way to specify, in XAML, that a HierarchicalDataTemplate may have it's ItemsSource object to be wrapped by a certain CollectionViewSource (The instance of CollectionViewSource could for instance provide sorting of the ItemsSource collection) If yes, may you provide a hint, please ! Best regards, Henrik Dahl Hi Henrik, Unfortunately there is a bug in FebCTP that prevents thi ...Show All
Alexey Shirshov problem using Adorners
I'm trying to implement Adorners for some visual objects (to do some basic resizing/rotating). the best resource i've found is Henry Hahn's example on his blog: http://blogs.msdn.com/henryh/archive/2005/07/19/440854.aspx but the build stumbles when it get to this line: AdornerLayer al = AdornerDecorator. GetAdornerLayer (canvas); i'm using September CTP (and i believe Henry must of made this with a previous release) and the adorner imple ...Show All
Sean Michael Murphy Can I read all the Code Elements with Code Model?
Hi All, I tried to read Code Elements in classes in a C# solution using an Add-In, but it only reads upto the namespace. I have given below the code that I used. Can any body give me a clue for this matter Kind Regards, Imesh foreach ( ProjectItem item in _applicationObject.Solution.Projects.Item(1).ProjectItems) { foreach ( CodeElement element in item.FileCodeModel.CodeElements) &n ...Show All
