Answer Questions
Mark - SQL Using Crystal Reports for initial letter generation
I want to use a Crystal Report to generate a template for a letter, the report will then be exported and the user can then view it (as an RTF) in word. I've got everything working except that I want to allow the user to enter the body of the letter once they have it opened in word, however it doesn't allow me to do that. Any ideas I hope that makes sense. Thanks Kev ...Show All
Borislav Can not add Msosec.dll to the fully trusted assembly list
Hi All, Following the "How to: Grant Permissions to Documents and Workbooks in Shared Locations", after performing the step 5 (click Select) in "To add Msosec.dll to the fully trusted assembly list" I've got an error message, saing:"Unable to add the selected assembly. The assembly must have a strong name (name, version and public key)." Any suggestions would be greately appereciated... Boris Did you ...Show All
Chas75287 XAMLPAD integration in VISUAL Studio 2005 Beta 2?
Hi! I am starting to try out functionality in the new Avalon, and wish to use XAMLPAD as an external tool in Visual Studio. It seems like there is no support for loading .XAML files in XAMLPAD XAMLPAD / does not give any hints. Any suggestions I have tried to use MOBIFORM Aurora, but it seem to put in some extra markup that i do not need, and I miss intellisense. By the way is there a more efficent way to "refresh" synchronization between ...Show All
Dean.C Error no 0x80072EE2
Hello! I'm trying to configure the SS 2005 on Visual Studio 2003 using the article from Alin Constantin's Home Page. I have problems with users and passwords on my OS so I desided to use simply authenticate, so I send password and login like a text (not integrated authenticate Windows system) on SourceSafe web service. And now when I try to add a project (or do something on a database) to a database I become error ...Show All
Peter Krochenski replacing text in header & footer
I know how to find and replace text in a Word document using Visual Basic 2005 (see code below), but I don't know yet how to change the header and footer. Can anyone give me a clue dim aWord as new Word.Application dim rng as Word.Range aWord.Documents.Open(doc) rng = aWord.ActiveDocument.Content rng.Find.ClearFormatting() rng.Find.Text = sourceTxt rng.Find.Replacement.Text = newTxt rng.Find.Execute(Replace:=Word.WdReplace.wdReplaceAll) aWord.A ...Show All
TigerMan90 Model-View-ViewModel
Hello, I want to build a bigger application with WPF and it should have a structure like MVC. I heard about the Model-View-ViewModel Pattern but I have never seen an example of how a ViewModel looks like. I don't want to have all that event-code in my code-behind file and thats why I am thinking of the ViewModel Pattern. I want to be able to seperate my business logic from the ui. Any suggestions or hints Thanks ...Show All
MiG_ Launch conditions
Hi everybody, me again ! I have a little problem with the launch conditions. Well everybody here knows that to deploy an shared add-in or a vsto solution, you have to do some config work in the prequisites dialog. There is already a launch condition for .Net Framework 2.0 by default. But I don't know how to add a launch condition for the PIA's and the VSTO Runtime. Well I know how to add a launch condition. But I don't know ...Show All
DoerakNL class factory
HI, IM HAVING A PROBLEM PLAYING SOME VIDEO FILES DOWNLOADED FROM THE INTERNET WITH WMP9 ON WINDOWS XP PRO SP1.I GET THE MESSAGE"CLASS FACTORY CANNOT SUPPLY THE REQUESTED CLASS".IM NEW TO THIS AND WONDERED IF ANYONE CAN HELP ME WITH THIS PROBLEM. I think you're on the wrong forum, this is the forum for the "Domain-Specific Language Tools". ...Show All
JH2006 NovCTP - MediaPlayerSample
Hi, Anyone have a sample on how to draw video in NovCTP. I have the following at the momment but fails to play video just audio. MediaPlayer player; public Window1(){ InitializeComponent(); player = new MediaPlayer (); MediaTimeline t = new MediaTimeline (); t.Source = new Uri ( @"Japan.wmv" ); MediaClock c = t.CreateClock();   ...Show All
AJN error after instaling VB studio 2005
hi i,m geting un error . visual studio common IDE package failed to load, also other packages that are failed to load, when i instaled the beta 2 (after uninstaling the beta 1 following the exact instructions) all whent ok in the instalation, only when i start the program i get the error i mentioned. any help thank you Hi evryone to solve the error in the IDE microsoft has posted a link with clean un tools http://lab.msdn.microsoft.com/vs2 ...Show All
Bob Myles Error on Visual Studio Tools for Office "v3" install
Hi everyone!!! I was really excited with the release of the "v3" June CTP, and i directly go to download it, follow the instructions and then an error raised saying this: "Error 1937.An error occurred during the installation of assembly 'Microsoft.VisualStudio.Tools.Applications.Contract,Version="8.0.0.0",PublicKeyToken="b03f5f7f11d50a3a",Culture="neutral",FileVersion="8.0.50727.146",P ...Show All
Luis Ricardo Velho VS2005 pro installation fail
when select item for VC++, then show followed message: Error 1335.The cabinet file '_1162_zWin32_b.common.msm' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package. Error log [12/25/05,12:35:32] Microsoft Visual Studio 2005 Professional Edition - ENU: [2] ERROR:Error 1335.The cabinet file '_1162_zWin32_b.common.msm' required fo ...Show All
Manish 3177 Failed to create wizard.
Follow the steps in the Walkthrough: Creating a Wizard http://msdn2.microsoft.com/7k3w6w59.aspx use c#. After step 6, I got two warnings Warning 1 "I:\test\MyNewWizard\bin\Debug\MyNewWizard.dll" does not contain any types that can be unregistered for COM Interop. MyNewWizard Warning 2 "I:\test\MyNewWizard\bin\Debug\MyNewWizard.dll" does not contain any types that can be registered for COM Interop. MyN ...Show All
Warren Lee Cannont Get VSS2005 to Work with VS2005
I've installed, deinstalled and reinstalled at least 3 times now, VS2005 first, then VSS2005. Running VS2005 does not show any items that deal with VSS. Both apps work fine individually, but I cannot access VSS within VS. Hi, Open VS2005, and under Tools->Options, select the "source control" option. Make sure that the "current source control plug-in" is the VSS2005 ("microsoft visual source safe& ...Show All
Aravinda Adding a new parameter to Crystal Reports using Typed Dataset as datasource
Here are some of the code snippets needed for my question (RDBMS: SQL Server 2000, .NET framwork version: 2.0, Visual Studio 2005) CREATE TABLE TestTable ( testtable_id INT IDENTITY PRIMARY KEY , target_date DATETIME , remark VARCHAR ( 50 ) ) INSERT INTO TestTable ( target_date , remark ) VALUES ( '05/28/2006' , 'test row#1' ) INSERT INTO TestTable ( target_date , re ...Show All
