Answer Questions
wbkayani need help working out the namespace of the new item added
I've created my own VS2003 wizard to add c# files. I'm trying to replicate the code in the original that works out the namespace of the file to be added, SAFE_NAMESPACE_NAME. How does this work If I add a file using itemlist.AddFromTemplate(...) how can I work out what the namespace of the added item will be I've tried getting the "DefaultNamespace" of itemlist.ContainingProject but this is only relevant if I'm adding to the root of t ...Show All
Guy_B Report: Prevent textboxes from moving
I created a report that has a table and some textboxes. I need the table and textboxes to be in a specific location on the report. The table varies between 1 and 6 rows. This causes a problem because the textboxes below the table move according to how many rows on in the table. Does anyone have any suggestions on how I can prevent the textboxes from moving location Thanks, Marc I found a ...Show All
lisa52 How to give a signature for a zip file?
I want to know it because I make a snippet or it will always show a messagebox which ask you click "yes or no" You said that signing the file failed, could you provide the error message that let you know that it failed All updates are always on the web site http://workspaces.gotdotnet.com/ccipowertoys Craig if it is possible, I hope you can give me the detail steps of how to work with the toy Thanks very ...Show All
Eric Geil setup problem of beta2
Hi all, I have a problem installing vs.net 2005 beta 2 on my laptop. I have a fresh setup of winxp sp2 without nor previous versions of .net framework 2.0 beta neither any other .net framework installed in this machine. The setup stops installing the .net framework itself. I've also tried downloading the .net framework alone from msdn but I obtain the same error. Looking at setup log what I found is: MSI (s) (C4:88) [18:26:44:242]: Executing op: ...Show All
asifBasha MSDN for Visual Studio 2005 can't find its content
I just installed VS.net 2005 and MSDN, both on a local drive (C). MSDN shows its index and contents in the window on the left. However, it gives me a "Cannot find server message" and says " The page cannot be displayed" A typical url follows: "ms-help://MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_vsintro/html/e99a42ad-f8d6-4f93-b78b-855648f6aed3.htm" I've tried repairing the installation, but it's still no help (pun intended). I get ...Show All
Twilight0 Create Events with C#
Is there a way to create control events with C# (other than manipulating the code manually) I saw there is a way in VB, but in C#... Thanks, Neno There is no way to create control events from the designer in this CTP. You will have to switch to Code view and add the event handlers manually. Thankfully, the IntelliSense functionality in Visual Studio 2005 makes that really easy. Ahh, I see. I'm not familiar with ...Show All
saphir333 crystal reports in c# / disable parameter prompt
Hi everyone, is there a way to disable the parameter prompt of the crystal report viewer in c# (2005 beta2) I've got a simple report viewer, which doesn't have the smart tag to disable the parameter prompt as apparently the viewer for asp.net does, I'm loading a simple report with a parameter at runtime where I also set the parameter in the code, but still it'll prompt me for that anoying parameter and use the one from the prompt!! I didn' ...Show All
Keyboard_Cowboy Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX))
Any ideas why I am getting COMException when I was expecting and handling an exception of type CrystalDecisions.CrystalReports.Engine. InvalidArgumentException Why are those nasty interop exceptions showing up Thanks Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX)) Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the ...Show All
duncan_goldcoast Where is the Crystal Report in Visual Studion 2005
I have purchased the Visual Studion 2005 Tools for office system. Based on the write-up and documentation, this bundle of software should include the crystal report software. For the life of me, I cannot find it. Am I missing something anything that you can help is sincerely appreciated. i think VS 2005 Tools for Office system never have crystal report in it, only VS 2005 Professional Edition have it. u should ...Show All
lfonlfonlfon Debugging multi-threaded operations problem
You'll love this one... I've ran into a rather odd problem, both in the application I'm in the process of developing and in a test project I threw together just to replicate the issue. When debugging code that is run on a thread other than the main execution thread the non-main thread will exit for no apparent reason. Here's the kicker... It only happens if you have the autos variable window selected i.e. the problem will not show if you're view ...Show All
ChrisSd Image Scaling Animation Problem with DependencyProperty
I wish to create a animation using procedural code (instead of XAML). My aim is to create a image magnification upon mouse-over. However, when I tried to use the following set of codes (as referred from MSDN) , I always get an exception. Code Snippet Image img = new Image(); img.Name = "Image" + imgIndex.ToString(); imgIndex++; this .RegisterName(img.Name, img); DoubleAnimation myDoub ...Show All
Voodoo Error compiling MyC language service project
Hi, I am trying to build a language service (VS 2003). I started by trying to build the MyC language service available in <VSIP_Root>\EnvSDK\Babel\MyCLangService. However, i first got the an error from the post-compilation tool about some m4sugar file. I searched online and downloaded the bison package and got the m4sugar directory and put it in the appropriate folder (the tool was giving error on ..\share\bison\m4sugar\m4sugar.m4 path, s ...Show All
Joshna Print to upper tray in Access
Hi! Could someone Please give me the vb code to print to the upper tray in Access. Thanks in advance Bruni Bruni, I am sorry you are having trouble with your Access solution. However, this forum is for questions more narrowly focused on our Visual Studio Tools for Office product. This product currently does not have Access-specific tools support. Thus, it would be best for you to consult the MSDN Office Developer Center for more ...Show All
Sergey Vdovenko Howto determine the startup form of a project?
I'm trying to figure out which form is the startup form for a WinForms project. Ive looked for some property in the project or the VB file itself and neither one seems to know the answer. More specifically, I'm looking at the Properties collection of the project and the projectitems objects using the DTE. Obviously I'm missing it here. Where can I look to find this information Thanks Bill There is a "StartupO ...Show All
Melle Dor&#232;l about richtext
Hi I'm new to avalon and i've a small doubt on richtext box. Here i'm entering some message in rich text box and i dont know how to save that message also how to load external file(.rtf) into current richtext box. thanx Nagu Hi I dont know any thing about blog i'm using this from just few days would you give me a simple example based on that thans Nagu LoadFile ...Show All
