Answer Questions
Ovaisakhter Logos in Report Header
Hi Everyone, I'm doing a project with local reports. In my reports the logo comes from the database thus I've to use a 'Database' image.My report logo is inside a report header alone with other info. The problem I have is that I cant refer to Database fields inside the report header. I got round this by having the other report header fields as Parameters. I also tried to cross-refer the image from an hidden image box located inside the report b ...Show All
Raffi BASmajian Web Project pdb files - VS always want to add to sourcesafe
I had posted about a problem in beta 2 where the output from a web project (dlls and pdbs) always were showing up as a new file to add to source safe in the pending check-ins. Someone replied and said it was a beta 2 bug and would be fixed in the release version. I have since installed the RC and the problem with the dlls has been fixed put the pdbs are still showing up as needing to be added. Is there something I need to ...Show All
yestee Object Moved
Hi, In the Microsoft Document Explorer for VS2005 I'm getting an error showing http source showing Object moved to http://service2.msdn.microsoft.com/search/service.asmx In these forums I've seen a post mentioning adding a proxy to fix this, but I don't use a proxy. Also, that address doesn't even exist! DNSStuff.com reports the message below showing that's not a good site to have moved to, so any ideas why my help is not working I've been ...Show All
Neilb54 Install MSDN documentation but Missing Visual Studio Help
I installed SQL Server 2005 server, then Visual Studio 2005. Studio asked for the MSDN which I installed (Oct 2005 Library I believe, hmm, maybe I should look for a later one ) Anyway everything installed no errors but when in VS and select help (set up for external help window) there is no help for Visual Studio, only for SQL Server 2005. Any suggestions on how to get ALL the help available. Thanks, Jim Thanks for the help ...Show All
Dark_Young classic chm Help doesn't link to MSDN Library
on new PC, reinstalled VS and Library again, but links to commonly inherited NET members like "string" display a Page Not Found error, yet the help 2 versions work in VS and in H2 Viewer... is this a registry problem does this relate to MS article 827054 or 318945 thanks multiple ones, this used to work on my PC, seems to work on others, but does not work on my new PC, even after resinstalling VS.NET and MSDN ...Show All
Gumblad vba excel compiling / creating library
Hi, I created a lot of tools in Microsoft excel and microsoft access using VBA. Is it possible that i can convert it to executable files or creating (.dll) library for security of my macro Can I do it in Visual basic or Visual C++ and How to do it Hi, If you are worried about security, are you aware that Vba has a protection option to prevent your macros from being viewed In the macros IDE, you can select Tools ...Show All
nielsvanvliet Can't deploy Crystal Reports XI R2 web project on my local web server.
Can't deploy Crystal Reports XI R2 web project on my local web server. This is my development PC. I was running Crystal Reports XI Developer. I uninstalled it. I installed Crystal Reports XI R2 after reading some posts. I successfully completed and ran a Crystal Reports XI R2 web report example within VS2005. I've followed all deployment tutorial examples for CR XI R2 to no avail. I've created deployment packages using the merge module Cry ...Show All
LoneEagleJAG Excel: show XML data horizontally
I am not sure if this question is appropriate here. If not, I will try to find a more appropriate place. I am working on reports using VSTO with Excel. The program will produce the report data in XML and import into Excel. But when I design the format and drag the data from XML Source , the data will be shown vertically . And the report will be arranged in a cascade manner. I wonder if there is a way to change this default behavior. That is, ins ...Show All
pelandry Setup & life cycle
This is going to be a bit longer ;) I see two kinds of DSLs at this point (and all kinds of shades inbetween): 1) A company builds a DSL and sells it. They come up with a new version every two years. Having the new setup project type is great for that scenario 2) DSLs that evolve rapidly with a project (or many projects). I am going to focus on 2. I see this as follows: Someone builds an app. Sees code patterns that could easily be automated wit ...Show All
Joshua Lowry Any way to create menus with columns?
Is there a way to create columns in a menu dropdown (or context menu). I'm looking for some equivalent of <separator/> that forces column breaks instead of drawing a horizontal line. The native menuing system supports AppendMenu(... MF_MENUBARBREAK...). The application: a data-driven dropdown menu that can sometimes contain a lot of items. You can change the panel for the menu to be a Gri ...Show All
nitrov Signing Assemblies with InternalsVisibleTo
I have a number of assemblies that use the InternalsVisibleTo attribute. For example: MyProject\AssemblyInfo.cs [assembly: InternalsVisibleTo("MyServices")] When I try to sign the MyProject assembly, I get an error: error CS1726: Friend assembly reference MyServices' is invalid. Strong-name signed assemblies must specify a public key token in their InternalsVisibleTo declarations." So, ...Show All
Luis GdelC reinstall a VS 2003 Pro Trial Version, is it illegal?
I need an opinion from a Microsoft Professional or mainly from Microsoft, if it violates an agreement from the EULA of VS 2003 Pro Trial Version. Same problem here If I install VS 2005 Team Suite Trial, is it legal to reinstall it after trial period has ended Can I use the trial version of the software to create commercial applications or is it for evaluation purposes only I should note, the quote “Use of ...Show All
Aiven C#3.0 object initializers statement can't work with generic feature
A simple application as below. class A { private object m_Obj; public object Obj { get { return m_Obj; } set { m_Obj = value ; } } } class Program { static void Main(string[] args) { A a = Create<A>(); Console.Write(a.Obj); Console.Read(); } static T Create<T>() where T : A, new () { return new T { Obj = "I am initialized" }; } } It was compiled as well but incorrect result at runtime(a.Obj is null ...Show All
selvi Open From Source Control problem
When I do this with the MSSCCI provider I am developing 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 f ...Show All
EricMc New WPF Community Site
We are live on WPF.NetFx3.com. Feel free please to upload or link to your samples. I would love to hear your feedback on the site. Marjan There are interop helpers that allow WPF controls to run inside a winforms app and for winforms controls to run in a WPF app. ElementHost is the wrapper for a WPF control running in Winforms. Hi Marjan. I was at Microsoft presentation last week and was ver impress with what WPF could do. ...Show All
