Answer Questions
tonyotter WCF Extensions for the real VS 2005?
Hi I'd like to know if one can install Development Tools for WinFX extensions for the retail version of MS VS 2005 and WCF GoLive binaries. Previous version of the VS extensions is not even being installed since it's MSI-installer does need VS Codename "Orcas" to work with. Thanks. The February WinFX CTP have exactly the same problem for me. I've tried to shutdown firewall and antiviru ...Show All
David T92166 Can’t create any new projects with VS 2005 Beta2
I have just installed VS 2005 Beta2 and it completed without any errors. However, when I try to create a new project I get a dialog box that shows the following error: “ Automation server can’t create object ” In the event log the following shows: “ The Visual Studio template information is out of date. Regenerate the templates by running 'devenv /setup' or reinstalling Visual Studio." Anyone knows how to get around this problem ...Show All
TanvirA __ComObject in DataTemplate
I want to show Array of COM Objects (IUPnPDevice from UPNP COM library) in a ListBox. ListBox shows them as System.__ComObject. Here is my XAML: < Window.Resources > < DataTemplate x:Key = " IUPnPDeviceTemplate " DataType = " {x:Type upnp:IUPnPDevice} " > < Label Content = " {Binding Path=Type} " /> </ DataTemplate > </ Window.Resources & ...Show All
Andrea C Dynamic type loading
I'm trying to dynamically load types from a dll and pass the newly created objects through WCF. Is there any way to do this Dynamically load data contracts KnownType attribute I suppose the main issue is the actual method call itself. Since the type isn't known at compile time, I've been using Object, but testing reveals that specifying "Object" then passing a type with a data contract still doesn't work. Any help would be appreciat ...Show All
jadog Open From Source Control problem
When I do this with my provider I get this error The source control bindings for this project do not match the bindings reported by your source control provider. This solution, or part of it, may have been forked or branched. To update the projects source control bindings use the Change Source Control on the Source Control menu. If I click OK and let VS reload everything is fine. But I can't figure out where this is coming from. I've ...Show All
monkey627 Problem with sorting in a ListView
Dear all, My simple program has a ListView, a button that adds a record to the ListView and another button that sorts the data in this ListView. When the ListView is not sorted, no problem occurs. When I sort this ListView, the data is sorted properly. However, when I click on this ListView, the caret at the old position is not cleared. That means, there are more than one row are selected. Some time I can not select a specific row. W ...Show All
Aswani Kumar T Jump to report
Hi, I would like to "jump to a report" that is on a different folder. The dropdown only offers me reports in the current website folder. Is this possible Is the only alternative to use url passing parameters Thanks. I think you can type in a path to a report that's in a different folder, for ex: /folder1/folder2/report3 or you can use relative paths: ../folder4/report5 If you need ...Show All
madd VSTO install on user machine caused Windows hang on next reboot
We are testing deployment of a Word 2003 task pane application using VSTO 2005. Our installer also uses bootstrappers to install the pre-reqs .NET 2.0 and VSTO 2005 redist. We have had a couple users that have not had any problems. Another user, however, installed the .NET framework 2.0 and then installed our app and used it for a couple of hours. He shutdown, and then the next time he started up, his system hung after about 1 minute and h ...Show All
Peder problems opening a new window
Hi everyone, at the moment I'm trying to open a new window out of a clickevent from my mainwindow. something like this ChildWindow window = new ChildWindow(); childwindow.show(); everthing is ok until I try to build the app. Then the following error occurs: The name 'InitializeComponent' does not exist in the current context Can somebody help me with this Well, the error is not the mistyped code, otherwise the ...Show All
_WE_ Feature Request: Condition Attribute on ItemMetaData Element
I would like to be able to pass meta data based on a condition. At present, as far as I know, I have to do this: <ItemGroup> <Compile Include="MyClass.boo" Condition='$(Configuration)' == 'Debug'> <DefineConstants" >OnForThisFile</DefineConstants> </Compile> <Compile Include="MyClass.boo" Condition='$(Configuration)' != 'Debug'/> < ...Show All
muku Crystal in C++ (VS 2005)
When debugging an error drops out... But i cant find "Enterprise" in namespace. What to do ... c:\documents and settings\serge\desktop\vs projects\si_solu\si_prj\Form1.h(225) : error C3624: 'CrystalDecisions::Enterprise::EnterpriseSession': use of this type requires a reference to assembly 'CrystalDecisions.Enterprise.Framework' while importing type 'CrystalDecisions::ReportAppServer::IReportID ' from assembly 'CrystalDecisions.CrystalRep ...Show All
Kennet How to start an animation in the code that was created in the xaml?
Hi, I've created an application with two animations. Making screen bigger, and smaller. Now I've also created a button and when it's clicked, the screen should get bigger or smaller, depending his current state. The animation where created in the xaml. <Storyboard x:Key="OpenAssetsGrid" d:StoryboardName="OpenAssetsGrid"> <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetProperty=&quo ...Show All
Maria Tzanou Error opening class diagrams
I get this error when opening class diagrams: Cannot load 'filename': Method not found: 'Boolean VSLangProj90.Reference3.get_resolved()'. This is with beta 2 standard edition. Does anyone have any ideas what the problem is or what I'm missing The only people who have reported seeing this error have all installed Beta 1 before. Please log a bug through MSDN Feedback center. You should probably also ...Show All
swit Dynamically Changing ConnectionString for reports' ObjectDatasource
Suppose that there is set of servers (in my case it is only one server, but I would prefer a more general solution), each with their own set of databases. All the databases have the same structure (for example, they are all editted copies of the Northwind DB), but contain different data. How can one write the report such that it can choose which database to use based on user-specified parameters When designing a report with VS 2005 ...Show All
neil walker Using IIS as host
Hi Is there is any reason to use IIS to host WCF applications Internet Information Services (IIS) The IIS hosting option is integrated with ASP.NET and takes advantage of features offered by these technologies, such as process recycling, idle shutdown, process health monitoring, and message based activation. On today’s Windows XP and Windows Server 2003 operating systems, this is the preferred soluti ...Show All
