dsm1982's Q&A profile
Game Technologies: DirectX, XNA, XACT, etc. Hello Everyone!
Hello everyone! I wanted to come in and say hello to everyone and let them know they have a new MDX programmer around. Fantastic to have you, welcome and I hope you enjoy your stay. The community is a great way to make good friends with the same interest as you and being helpfull and contributing to the community is even better ;) ...Show All
Software Development for Windows Vista CorrelationParameter data types
Is the CorrelationParameter limited to simple data types or can it handle complex types As an example, could I use e.g. an object[] parameter type to simulate a correlation set Or at a second thought as I just write this... if it uses something like IComparable for the comparision, could I implement an own collection that does a "smart" comparision and that I use as a correlation parameter - Guess the basic question is: What are the requirements for a data type to be used as a correlation parameter Thanks... John, Any IComparable object can be used as a CorrelationParameter. However, ...Show All
Visual Studio Tools for Office Merged Word Menus are not accessible after creating new word project
Hi, I created a new word project from within the Visual Studio IDE. I noticed, that the merged word menus are not accesible, although most of the word functions are accessible via toolbar or context menu. Is this a bug or did i miss any settings Thanks, Klaus Are the menus not enabled even when the designer is selected Can you send a screen snapshot ...Show All
Microsoft ISV Community Center Forums RunTime Error '2001'
Hi, I am getting " runtime error '2001' you cancelled the previous operation " in my VBA code for MS Access. The database is saved on the server and linked to a table of another database which is also on the server and used by many users. But when i put everything locally then i wont get this error. Pls help! Thanks in advance Cheers Rohit Yes Cindy, you are correct, it is an Access db form. I have done as you have said in my above code towards the bottom but that's where it takes me when debugging the runtime error. Anyways, I stopped using bookmarks in my posted other code below and ...Show All
Visual Studio Loading CustomConfiguration section from an addin in Visual Studio 2005
I am writing an Addin for Visual Studio 2005, and I am attempting to store settings in an CodeTemplateManager.dll.config file with the following configuration settings declaration. < configuration > < configSections > < section name = " CodeTemplateAddin " type = " CodeTemplateManager.Configuration.CodeTemplateAddinSection, CodeTemplateManager " /> </ configSections > <!-- Connection Strings --> < connectionStrings > < add name = " DefaultConnectionString " connectionString = " Data Source=STFAPANYC;Initial Catalog=pmdb;Trusted_Conn ...Show All
Smart Device Development how to get my Pocket Pc 2003 SE work in VS .NET 2005 beta 2??
Sorry..I just accidentally clicked button post.. ...Show All
SQL Server How to invoke C# code from SSIS? Can we script in C# for Script Task?
How to invoke C# code from SSIS Can we script in C# for Script Task thanks With the introduction of VSTA which supports C# for scripting, will SSIS support C# i.e. will it upgrade its script engine to VSTA ...Show All
SQL Server unique code
Hi all Problem Counter ID is not good because it gives information about the number of records, the next record.... So i want to obtain another unique code to store in another field of my table. I want to know some function to obtain a new code from the counter or other bases and which are very difficult to get inverse one. For example, if i have my counter 1,2,3,4,5,6,.... and my f(x) = x +100 my new code is 101,102,103,104 but if a user do 3 insert, he could understand the f(x)... Thx You can use a guid but that has it's own issues and probably unnecessary for this particular problem. You can use a random num ...Show All
Visual Studio Migrate a report created in Crystal Reports 9 into C# windows app
Is it possible to create a report using Crystal Reports 9 and implement it into my C# windows application I know I can create the reports in .NET, but the people who will be creating the reports do not have .NET and only have Crystal Reports 9 on their computers. Thanks In Advance Thanks Keith, Just so I am clear, All I have to do is in my .NET application point the Crystal Reports engine to the .rpt file that our Crystal Reports creator created. Does this .rpt file have to be moved the the computer where I am creating the .NET app Thanks, Scott ...Show All
.NET Development WebDav - posting appt to Exchange
We have been using WebDAV to post appointments to user's exchange calendars. I have two questions: 1) Is there a location where all of the options in the various microsoft namespaces are defined For example, in the http://schemas.microsoft.com/mapi/id/{00062002-0000-0000-C000-000000000046} namespace there is an option of 0x00008223 which is needed. It sets whether an event is recurring or not. Is there a place where all of these hex values are defined Note we do hav ethe Exchagne SDK installed, but it does not contain information on the hex values, nor even all of the alpha options. 2) In some legacy code we found it was using a property: ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Can't Run Any Programs On Others Machine
What I am running: DirectX 9.0c & C# I am trying to run the compiled version of ( http://www.c-unit.com/tutorials/mdirectx/ t=38 ) this tutor on another machine. These tutorials only work in October Version of DirectX I believe. What I downloaded: ---Microsoft .NET Framework Version 1.1 Redistributable Package http://www.microsoft.com/downloads/details.aspx FamilyId=262D25E3-F589-4842-8157-034D1E7CF3A3&displaylang=en ---DirectX 9.0c Redistributable (October 2005) for Software Developers - Multilingual http://www.microsoft.com/downloads/details.aspx FamilyID=9930efa6-9f7b-4c8a-aea2-97dd6ab307a2&DisplayLang=en ...Show All
Windows Forms workaround for the expiring ticket during idle time
anyone familiar with this Basically, when we call get orders (happens frequently) an async call is made to get ticket so it doesn't expire every 15 minutes Anyone have any ideas regarding a more elegant solution I'm drawing a blank ...Show All
.NET Development Obfuscation by default?
Hi all, Is there any way to obfuscate the code by default..i mean when compiling.. If not ...Why Microsoft doesnt provide an option with its compilers to obfuscate the assembly by default so that the code is secure Thanks, Suresh. You can use a post-build process to call the obfuscator of your choice. Keep in mind that obfuscation doesn't secure anything--it's a deterrant, at the very most. -Ryan / Kardax ...Show All
Visual C++ Where is stl.net? Is it included in beta2? I can't seem to find it.
Hi hdp203! I downloaded and installed VS2005 beta2. I can't seem to find cliext/vector, map, etc. in the installed dir. Where is it if I try to # include <cliext/vector>, I get C1083. Is it included in beta2 Yes. At least for me without any problem... (but it was aclean install ontop of XP-SP2). -- Greetings Jochen My blog about Win32 and .NET http://blog.kalmbachnet.de/ Is stl.net included with VC++ Express Beta 2 I have installed/uninstalled/re-installed several times and have not gotten any of the cliext files, ins ...Show All
Windows Forms How to modify app.exe.config.deploy file
Hi, Basically our company is product company. We are using ClickOnce technology for deploying and installating the windows appllications. For every client we are creting the http site in their server and deploying the files. For every client they will have their own local IP address. Here we are uisng the IP address of the server in the config file because we need to download the crystal reports and other xml files in the runtime from the client place. These needs the server IP in the config file. Why we have choosen config file was, it will download to the client desktop when we are installing the ClickOnce application. Here we hav ...Show All
