Answer Questions
Shay777 Newbie Develop Office App using .Net
Hi everybody, I like to study on developing office applications like excel and word using C#, what do I need to install and study materials to study Can you provide me a list I am using VS 2002 and Visual C# 2005 Express Edition. Thanks in advanced. den2005 Hi Dennis Just to be sure I've undestood correctly: You want to AUTOMATE Office. (Or possibly create a COM Addin) At this point you're no ...Show All
macer LINQ on XP Home Edition
Is it possible to install the LINQ May 2006 CTP on Microsoft XP Home Edition I get the error that 'Power Users' group does not exist, and I can't Create it. I'm replying to this myself. Sorry - should have read all the questions and answers. It's already there. JohnGp ...Show All
ClaraOscura Blank MSDN Explorer
I have installed a RC version of VS Team Suite along with full MSDN installation. After completing installation, I'v got " Microsoft Document Explorer cannot be shown because the specified help collection 'ms-help://MS.MSDNQTR.v80.en' is invalid " error when I have tried to access it by doing "Start" -> "All Programs" -> "Microsoft Developer Network" -> "MSDN Library for Visual Studio 2005" When I accessed it from VS ...Show All
AEnglish complib.hlp
Hello, I started on a project in my home desktop. I copied the project's folder to another computer. Now when I try to build the project on this computer I get the following error: Compiling... SqlManager.cpp .\SqlManager.cpp(1) : fatal error C1093: API call 'ImportFile' failed '0x80070003' : ErrorMessage: The system cannot find the path specified. Description: The system cannot find the path specified. HelpFile: complib. ...Show All
sarran My VSTO could not work with SSL, Why?
We are working on a project which uses VSTO. We have to create a customized toolbar on the word document which facilitates user to upload the document on web share which is configured on SSL. We do not have to save the file on user’s local machine. Everything works fine if this web share is not configured to run on SSL. But the problem comes when the Web share is configured for SSL. Then the document throws the following exception when it ...Show All
MarinaGre Problem with TextBlock text wrapping on window maximize
I am having trouble getting TextBlock text to wrap when I maximize the window in is in. This happens in both xaml pad and in my app. I am using the Feb '06 CTP and running on XP Pro SP2. Here is the code I am using: <Window xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " Title="Text Wrap Problem" Width="350" Height="2 ...Show All
whlabus secure vs. unsecure
Hey! I was wondering what's the reason for slower performance of secure bindings (for example: comparison between bindings like basicHttpBinding, netTcpBinding, wsHttpBinding) Thanks in advance. [melack] It's also important to note that many of the security configuraiton options create a sophisticated messaging choreography between the sender and receiver. For example, choosing Message security in certa ...Show All
Darius K Issue while Installing VS2005 Prof through Administrator Mode
Hi I have trouble installing VS2005 Prof through Administrator Mode. The file "adminreadme.html" described 2 ways. Number one ist through INI-file: n:\Setup\setup.exe /createunattended <path to ini> This works, but the Setup didn't recognized the installed components (MSI3.1v2, .NET Framework 2, Dexplore) and reboots the system 2 times . But the Setup of the VS2005 with my configuration works . The second way ist to create a &qu ...Show All
NMTrinh Spell Checker
I have CSAPI v3. Can somebody help me to connect CSAPI v3 to my program Whether somebody was engaged in this business Excuse for bad English! Office and VSTO related questions are better asked on the VSTO related forums, like http://forums.microsoft.com/MSDN/default.aspx forumgroupid=4&siteid=1 ...Show All
ImBroken Multivalue Parameters
Im having a problem using a multi value parameter. Here is the code where I pass the values of the parameter to the report viewer. For Each objListItem In lstScanners.Items If objListItem.Selected Then strScanners += objListItem.Value & " " End If Next End If strScanners = Trim(strScanners) Dim objScannerParm As New ReportParameter( "Scanners" , strScanners) rvDoc ...Show All
ShawnW277871 Configure VS2005 IDE for VB
I installed SQL Server 2005 and then installed VS2005 Team Edition. When I start VS2005 it's configured for SQL. In the Options the start page feed is set to msdn.microsoft.com/sql/rss.xml. What all do I need to change What is the RSS for VB.NET developement It never prompted me what type of programming (VB, C#, etc) I wanted as my primaty configuration. Thanks. that worked. ...Show All
cagla multiple instance application?
is it possible to create a multi instance application using visual studio 2005. if true how No I want to make an application that can have several instances. That I can have app.exe and app.exe in the task manager. F11 is the shortcut for Step Into :) You can do that by loading the application in different processes. Thanks, Suresh. ...Show All
salours Custom type for property
Hi, I'm creating a DSL using the Class Diagram, but I have one 'value property' for my 'ModelAttribute' named 'Reference' that need to be another type(i.e ClassModel) into DSL, so I need a combobox that show all 'ClassModel' into DSL to set the property 'Reference' for correct value, like an 'enumeration' type does. Example: Class X Class Y Class Z has property 'Reference' that the value can be only 'Class X' or 'Class Y'. Thanks, ...Show All
RockIA Package "Visual Studio Common IDE Package" failed to load
I have search through this entire thing and nothing can help me. I have Visual Studio 2005 along with the sql server 2005. I have removed and install this EXACTLY 6 TIMES If you have installed it even once, you know how long it can take. Please help. This is what i am getting when i run vs2005 pro Package Load Failure Package 'Visual Studio Common IDE Package' has failed to load or properly ( GUID = {6E87CFAD-6C05-4ADF-9CD7-3B7943875B7C} ...Show All
kmishle Access violation exception in PresentationHost.exe
After I upgrade from Feb.CTP to Beta2, the PresentionHost.exe always throw a access violation exception every several seconds. How to solve this problem I uses WindowsFormsIntegration in my program and my machine runs Windows 2003. On Windows XP this problem does not exists. Thanks! Thanks! I have solved the problem. It seems it's caused by previous Feb. CTP. I uninstall the Beta2, and run the vs_uninst_winfx.exe, an ...Show All
