JP 360's Q&A profile
Windows Forms capicom error when trying to publish winapp onto local IIS
i have win xp sp2, vs2005 RTM, and i have a simple win form app. it compiles ok, but when trying to publish it into my local IIS i get those errors: 1. Cannot publish because a project failed to build. 1 1 WindowsApplication1 2. SignTool reported an error 'Failed to sign bin\Debug\WindowsApplication1.publish\\setup.exe. SignTool Error: Signtool requires CAPICOM version 2.1.0.1 or higher. Please copy the ...Show All
Visual Studio Team System Tasks do not show up in Window SharePoint site
I have created projects in Team Explorer and have tasks in the project, but when I open the SharePoint site for the project and look at tasks, none show up. Aren't the tasks supposed to be shown in the SharePoint site no, these are WSS tasks, not linked to Work Items within TFS. We will have a web client for TFS shortly which you will be able to link into a webpart for this thanks Michae ...Show All
Visual Studio Tools for Office CommandBar Event Handler
Hi, I added a couple of commandbar object to the Active Menu bar in Excel, and I add event handler to it programmatically too: mnuRefresh.Click += new Microsoft.Office.Core. _CommandBarButtonEvents_ClickEventHandler (mnuRefresh_Click); I "DELETE" the complete menu bar and then recreate the commandbar object. However, the event handler was added "again". foundMenu.Delete( true ); I also try to remove the ...Show All
Visual J# Editing j# source code is painfully slow in VS 2005
I have a large solution consisting of 16 projects and hundreds of source files. Editing J# code in VS 2005 is seriously slower than editing in VS 2003. In some cases, after typing a word it hessitates for 2-3 seconds before continuing. Intellisense is barely useable with 5 second delays during typing to display class members. How on earth can this been improved, the new features of 2.0 are a great improvement but it seems the IDE has taken a st ...Show All
Windows Forms Scheduled time-list..
Hi guys! Is there any control which can give me a scheduled day-list like theone in outlook Regards Fredrik Unfortunately, these things cost money to develop, and so the developers need to charge for them <g>. You may be able to ...Show All
Visual Studio Express Editions LINK : fatal error LNK1104: cannot open file 'user32.lib'
I followed the instructions on installing Visual Studio Express 2005 and loading the Platform SDK service pack, and I checked the file to make sure references to user32.lib was correct from the instructions found @ http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ I'm trying to compile a console app , the same exact one shown in the videos for installing visual studio.; and upon building the solution i get this error L ...Show All
SQL Server Pass through Authentication
We have Reporting Services 2000 standard edition installed and everything works fine. You can log in and run reports and the Reporting Services security rolls work. The problem is when a user goes to the url of reporting services web server it prompts them for a login. They enter their Windows domain login and they get in. Is there a way to configure Reporting Services to use the user's Windows Domain login credentials (pass through) and not ...Show All
Software Development for Windows Vista Can WF run on Win2000 server?-- urgent help.
Hi there, we are planning to deploy WF on win2000 server since that's our production standard.Originally , I though the only environment requirement for WF is .NET 2 .But I notice from another thread that WF only support win2k3 and winxp Can someone give me some idea if this is true, is there any plan that finial release will be retro-fit on Win2000 also It will be also good if you can give me some idea why it replies on OS. Thanks i ...Show All
Windows Forms How do I add a ToolboxBitmap to a C# user control?
I've been trying to add a toolbox bitmap to some C# controls I've upgraded from Visual Studio 2002 and 2003 to Visual Studio 2005. I'm a Visual Basic Programmer and I've always used code that that below and it works fine. <ToolboxBitmap(GetType(VBColorPicker), "Toolbox.bmp")> _ Public Class VBColorPicker However, after looking it up, I used the code below in C#. It does not work. [ToolboxBitmap(typeof(ListBar), "Lis ...Show All
Visual Basic Writing Custome data type to file
Hello everybody I want ot know that how can i write my own custome data types into a file using System.IO of .net How can we open a file for random access using System.IO Thnaks Dim fs As New FileStream ( Path , FileMode . OpenOrCreate , FileAccess . ReadWrite , FileShare . None , BufferSize , FileOptions . RandomAccess ) ...Show All
SQL Server SQL Server Express Security?
We are releasing an application built on SQL Server Express in the next few months. Our clients are mostly small companies with little technical knowledge, and they will be using our application on desktop computers where everyone likely logs in as the same user. As such, my thinking is that we setup SQL Server Express as in SQL Server Authentication mode. This way they could select an Administrator password upon first installa ...Show All
Windows Forms Disabling screen captures to the clipboard
I am creating a windows forms application using VB.NET and want to prevent the users from being able to use Ctrl/Alt/Shift PrintScreen combinations to capture the data displayed on the forms. I found a way to use the ProcessKeyPreview Overrides to insert text onto the clipboard immediately after the screen is captured stating that "screen captures are disabled". But I discovered that by opening any MS Office application, I can use the ...Show All
Windows Forms Modify assemblies before MSI packaging
Hi, I'd like to modify (obfuscate) my assemblies before they are packaged in the MSI by the Visual Studio Setup Project. However, it looks like it always builds before it packages the files. Is there a way to force it to take the already existing files from the primary output and use those for packaging without rebuilding them Thanks, Tom Hm, how would that help I need to build the application then obfuscate it ...Show All
Windows Forms closing forms after page_load
hi, i am developing mdi application. I load my child window based on the user input, i found that user had given invalid input in page_load event of the child window. how to stop the loading of the child window. when i use, & ...Show All
Smart Device Development CF 2.0 - Rotate an image ??
Hi, I saw somewhere that on CF 2.0, an image rotating will be feasible. I installed the vs 2005 with the new framework and new cf but couldnt find any rotating ability. Does anyone can give me a hint thanks, Do you want to be able to rotate the image on any angle or some predefined values like 90, 180, 270 degrees ...Show All
