Answer Questions
Access Denied How should I deploy my managed COM add-in
Hi, I have developed a managed COM add-in and now I need to deply it on several PC's. I have been reading what I can find about deploying managed COM Add-ins. I am using VS 2005. I have figured out that I should proberly use shimming, but I have not been able to find a shim wizard for VS 2005 and .Net 2.0. What should I do in order to deploy my add-in in a correct and stable manner. I read a suggestion somewhere to use VS 2003 and then import ...Show All
Andrew Skalkin Vss 6 and vss 2005 Migration?
1. Visual Source Safe 2005 will be a standalone product or will it be part of Team Foundation Server 2. Will I be able to migrate vss 6 database to vss 2005 3. Will I be able to use vs.net 2003 with visual source safe 2005 How about the upgradation, will it be possible to upgrade the existing VSS 6.0 to VSS 2005 without any issues and effect on existing databases. What about server installation Do I have to uninstall VSS6 Th ...Show All
tgee3 How do I stop the debugger from showing code that I haven’t written?
My issue is that I don’t want the debugger to show me code provided in the standard library i.e. the <string> class or the <stack> class ect... It’s so easy to get lost while stepping through the program. I know that I could use the jump over but I'd rather the code never showed up in the first place. Any ideas Are you managed-debugging (eg, C#) or native-debugging (eg, C++) For mana ...Show All
Roger McKinney Who makes the Oracle driver in Crystal Reports XI r2 ?
When you go to set the datasource location in CR XI and you select "Create New Connection", does anyone know whose driver it is that's listed as "Oracle Server". Is it made by Business Objects Merant/DataDirect Connect Oracle's ODP Something else Anyone know Thanks. The following response is directly from Business Objects' customer support: "Oracle Server which is found u ...Show All
camus LINQ - error
Hey guys, I have problem with instalation of LINQ. I'd love to using LINQ but i cant instal it =7 Here is my error: www.republika.pl/majftp/error.jpg btw. my first post @ MSDN forum :) If rebooting doesn't help you can you please try go to Control Panel->Administrative Tools->Services and try start the Windows Installer Service manually there If that doesn't make things work you may want to try download ...Show All
easan Frame with external HTML page in WBA/loose XAML
Hello, I have read WPF Security Sandbox from MSDN http://msdn.microsoft.com/windowsvista/building/presentation/default.aspx pull=/library/en-us/dnlong/html/wpfsecuritysandbox.asp and I was wondering what does this phrase mean: " WebBrowserPermission Allows WPF Frame elements to navigate to content containing HTML (or other WBAs) in a safe and secure way. (In Beta 2 of WinFX this permission will be added to the Internet Zone ...Show All
Martin D. Fairbairn Cannot create project
Maybe this could help someone else: When tring to make a new Word template project, I got the rather unhelpful dialog "Cannot create project" - and the project was indeed not created. Turned out I couldn't create any type of VSTO project anymore. On googling, sometimes this occurred with the 2005 beta, and there were various suggestions for fixes. No mention of anyone seeing this in VSTO 2005. I tried a repair/reinstall of ...Show All
Zzeeshan How to support Temporary Projects
Please teach us how to support temporary projects. Please teach us the topics about temporary projects in Visual Studio 2005 SDK. Best Regards. Shinya Watanabe Hi,Douglas, Thank you very much. Hi Douglas, I have created a new thread here - " MPF bug: Solution is not saved when "Save new projects when created" is unchecked ". Could you please have a look at Your input wil ...Show All
Serge Luca Object datasources vanish from rdlc data sources in web project
Anyone having issues with their object datasources appearing and vanishing from the datasource browser I create an object for binding as a datasource in my App_Code folder, compile my web project and it appears in the datasources in the report designer. Then I will make an aspx, setup a reportviewer control for my new report, go back to the rdlc and the object datasource sometimes just vanishes. I refresh, no luck. The only solution I ...Show All
malik anees svg + xaml
Why can I only have 1 scalable vector graphic reference file saved with-in a xaml file and thats the only view and detail the glpyh/icon can have... if you scale-down a 256x256px graphic to like 16x16px it looks bad unless the 256x256px is very simple which brings be to my next point that if you would make a simple 16x16px graphic and scale-up to 256x256px the graphic would look to simple and not rich enough which would make that size poin ...Show All
C&#35;Learner Change 'arrowStyle' of a connector at runtime
hi, i want to change the arrowStyle of a connector. If i change a certain property (enumeration type) of a relationship, the style of the connector end should be changed too! Is this possible Thanks! BENJAMIN Pedro, thanks! At the moment I'm still working with the DSL Toolkit November 2005 version. Will change to the new February 2006 VS SDK, although this will not fix the "Reload&q ...Show All
gunman69 Cannot Implement Splash Screen.
I cannot get the splash screen for my package to show up. I'm using the Sept. CTP and using the Package.dll sample as a blueprint. I'm using the same icons as Package.dll for the splash and about boxes. The about box shows up for my package but not the splash screen. The only difference that I can see between my package and the sample is that my package does not yet have a Load Key(but this shouldn't be a problem) and my package has a sate ...Show All
JuanK_solocodigo can't generate proxy classes for WCF SDK samples with svcutil
Hi, I tried to generate a proxy class for GettingStarted service yesterday with FEB CTP svcutil.exe on FEB CTP Vista. But svcutil failed after reporting a few warning messages. The GettingStarted Service was running OK and I didn't modify it in any way. Does anyone know what is it I've read some known issues concerning FEB CTP svcutil. They do not seem to be relevant to the case. I'm not so sure ...Show All
ykgreene Is the pseudo SQL syntax necessary?
Current LINQ syntax is like this: var upperLowerWords = from w in words select new {Upper = w.ToUpper(), Lower = w.ToLower()} where w.StartsWith("a"); But I think that this is unnecessary breeding of C# with SQL. I believe that combination of methods with lambda calculus would be better: string[] words = { "aPPLE", "B ...Show All
Honestas How can i associate a textfield with a property of the ModelElement ?
If i try, i have the following error message : "element of type MyShape does not derive from NamedElement" Here my code : protected override void InitializeShapeFields( ShapeFieldCollection shapeFields) { base .InitializeShapeFields(shapeFields); TextField titleField = new TextField (); titleField.DefaultFocusable = true ; titleField.DefaultSelectable = false ; titleField.AssociateValueWith( this .ModelElement.Sto ...Show All
