RvD's Q&A profile
Windows Forms ClickOnce no longer recognize the certificate file used to sign the assemblies
Hi all, I just upgraded to the RTM and run into a problem with ClickOnce. It no longer recognize the certificate file used to sign the assemblies with previously (this worked prior to upgrading). The error message I got was " This certificate cannot be used for signing " I am having this exact same problem going from Beta 2 to Final. The certificate has been working for months with Beta 2 and is an Ascertia certificate, which I have seen recomended numerous times. I also think forcing people to sign their software is pretty ridiculous. Giving them the ability and opportunity to do it is one thi ...Show All
Visual Studio Express Editions Class Library can't access System.Windows
I'm trying to create a new Class Library for a custom control. The base code is as follows: Imports System.ComponentModel Public Class DynamicCheckedListBox Inherits System.w... End Class When I try to type System.Windows.CheckedListBox, Intellisense shows no entry for Windows. The list displayed includes "WeakReference", "XML", but no Windows option. In my other projects, this works fine. Yesterday I had a similar problem wherein System.Windows was acceptable, but there was no entry for CheckedListBox. Somehow along the way, it showed up on the list, as I tried creating a new project. ...Show All
SQL Server How to display milliseconds as part of datetime field?
When I execute the following query: SELECT EntryDate, EntryName, CONVERT(datetime, EntryDate, 121) AS LongEntryDate From Entries ORDER BY EntryDate LongEntry is displayed in the format of "MM/DD/YYYY HH:MM:SS AMPM". My understanding is that the formatting code 121 (also tried 21 and 113) is suppose to be in the format of "YYYY-MM-DD HH:MM:SS.MMM". I'm using the June CTP of SQL Server 2005, and executing the query via the Database Explorer in Visual Studio 2005 Beta 2. Any suggestions, feedback, work-arounds Is this a known issue Try the following query: select convert(varchar, getdate(), ...Show All
Windows Forms What do I need for Avalon?
Hi, could anyone tell me what I need to start using Avalon I have XP with VS 2005 Beta2 installed. Do I then just need the 'Indigo and Avalon Beta1 RC' download or do I also need the WinFX SDK, or is it the longhorn SDK Thanks for your help Graham Hi, In order to locate the templates, start VS2005 IDE and expand the language say C#, you will find a separate entry for Avalon. and separate Avalon Projects listed there. Indigo comes as part of a new Namespace called System.Messaging.Indigo as well as System.ServiceModel Here are some samples: http://www.therhogue.com/WinFX/ Regards, Vikram ...Show All
.NET Development Help getting started on serial comms
Hello All I need help in starting to experiment with serial port comms. I have a device ( a gas analyser ) that I would like to read the output from via the serial port. I dont know what data it sends so my attempts to read text and byte data have not been succesfull. It has a row of LEDs showing ppm ( part per million) . What I would like to do is emulate those LEDs on the PC monitor. Where do I start Thanks hi , the serial port class is in the System.Io.Ports namespace, you should check the documentation. the first thing you have to do is create your SerialPort object w ...Show All
Visual Studio Express Editions how to disable VB help in VBA
when i click F1 on the code , its calling both vb help and my CHM(compiled html file) which is included in Bin. actually i want only my documentation , its happening only in my VBA module. can anybody have solution to overcome this. thanks & regards, tam how to remove VBA help from references which is under tools. when i included my library, its calling VBA and my library. but i want only library to display ...Show All
.NET Development SharperCV dll problems
I'm new to "sharperCV" and i'm new to issues regarding managed and unmanaged code... i'm new... I've a problem using this usefull wrapper for the openCV library because i cannot add the reference for the dll called "highGUIsharper.dll" and the resulting exception is the following: CvImage src = new CvWindow( "Source Image Window" ); =====> "Unable to load DLL 'highGUIsharper.dll': Impossibile trovare il modulo specificato. (Exception from HRESULT: 0x8007007E) at SharperCV.CvWindow.cvNamedWindow(String windowTitle, Int32 autosize) at SharperCV.CvWindow..ctor(String windowName, Boolean autoSize) at Sha ...Show All
SQL Server Best Practices Question - how do you execute multiple packages?
I have 200+ plus packages that need to be flexible in how they are run. For example, an end user may choose to run packages 1,2,3 and the next end user may choose to run packages 2,3,7, etc. Prior ro running a package, I set an "instance id" inside the group of packages so I can tie them all together in the logfile - I know that packages 1,2,3 were all run as group and that's distinct from packages 2,3,7 that were run in a differnt group. Initially I embarked on a scenario where I had a queue table that loaded up the packages to be run and then had a little c# app that read the queue, generated the "instance id" and ra ...Show All
SQL Server Upsize Access 2000
Hi, Is it possible to upsize Access 2000 to Sql Server 2005 Thanks It doesn't look like it will. I just tried it a couple times and I get overflow errors. It sees the sql2k5 server, but it doesn't run. ...Show All
SQL Server How to use tableadapter wizard with vendor specific keywords?
Hi. I really like the new tableadapter wizards and how they can speed up development. However, I'm running into a problem I need help with. I am using the table adapter against DB2 and there are special keywords that the designer isn't allowing. i.e. Select field1, field2 from table for fetch only with ur ; When I enter this into the query wizard and then move off the SQL pane to another pane, the wizard quotes the sql so it looks like so: Select field1, field2 from table FOR "fetch" "only" "with" ur ; Hence my predicament. When I try to run this or press the ok button to save the query, it won't run becau ...Show All
Visual Basic VB.net 2002 vs 2005 Express
I switched to VB.Net quite a while ago now and still use the 2002 version. I tried the express version a while ago but was put off by the new click-once setup facility. Do any of the new Express versions have a Deployment add-on like the older versions where you can build a setup.exe to include a setup.msi, instead of the click-once version The more inclusive versions such as Standard, Pro and Team Suit have more comprehensive deployment capabilities which I prefer to one click. Product comparisons are available here: http://msdn.microsoft.com/vstudio/products/compare/default.aspx ...Show All
Visual Studio Tools for Office The customization does not have the required permissions to execute when to host file on web server
i made word doc and it is running on client but when i put it on web host and try to open it from client this error raise *The customization does not have the required permissions to execute.* how to configure server security in microsoft .net framework 2 to make it work correctly please any help in this matter Hi, This is a deployment problem, basically you need to modify the client Security Policy to grant Full Trust to your customization. This article should give you enough information on how to do the appropiate changes: How to: Grant Permissions to Documents and Workbooks in Shared Locations I hope this helps. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Device is ambiguous in the namespace microsoft.directx.direct3d
Can anybody tell me what this compiler error message means. "Device is ambiguous in the namespace microsoft.directx.direct3d" I get the same message for PresentParameters, SwapEffect and CreateFlags CreateFlags I get it when trying to use directx3d in any program, even samples that should compile.. The code is included below. I have checked and double checked that I have all the necessary references, imports and includes. Obviously I am missing something. Thanks Dick Imports System Imports System.Drawing Imports System.Windows.Forms Imports Microsoft.DirectX Imports Microsoft.DirectX.Direct3D Pu ...Show All
Software Development for Windows Vista Missing Service Does Not Throw Exception
I am using InvokeMethod to call into a DataExchangeService . However, if the service was not added to the WorkflowRuntime before the activity is executed the workflow hangs and the process consumes 99% of the CPU. WorkflowRuntime. ExceptionNotHandled is not fired. Jared, This is a bug in the InvokeMethod which does not check for the missing service until execution time. The check should be made while initializing. In either case, the WorkflowRuntime. ExceptionNotHandled would not be thrown if the service is missing. This is thrown only when the exception is not related to the workflow thread and is throw ...Show All
Windows Forms PocketVision - References problem
When I first open the project there are exlamations next to the web references. When I hit update web reference I get 30 build errors in the web references code relating to missing references such as System.ComponentModel.Toolboxitem but when I look in the object tree, Toolboxitem is not a member of the namespace for the compact framework. Can anyone help ...Show All
