andret1802's Q&A profile
Visual Studio Is there a way to use the T3 engine as a Custom Tool?
I'd like to use the T3/T4 engine as a Custom Tool for code generation within the solution that gets created by my guidance package. Guess that means I'll have to use the DSL tools for that scenerio. ...Show All
Visual Studio Team System TFS Data Warehouse Schema (SQL Server)
In SQL Server (Database Services): I am looking for the project field in the workitemslatest table. Which field is it What is the AreaID It is also useful to note that the warehouse relational and cube schema has changed between beta 3 and RTM. It will be treated as a public interface going forward. ...Show All
.NET Development Assembly Security - Where to start?
I am currently building an application and I want to secure my Dlls so that only assemblies built by myself can use them. I have looked briefly at the permissions option but it appears that I would have to set permissions for each class within each dll. Is there a quick and easier way to do this at assembly level Any help will be gratefully appreciated. Mark There is no foolproff way of doing wh ...Show All
SQL Server Query question
I am new to the database world and I have two questions. I am using MS Access 1) I have a table (Say table1) which has 2 columns (Col1,Col2). Col3 is generated on fly by using an expression based on col1 and col2 like (Col1/Col2) AS Col3 in the select statement. Some of the values in Col1,Col2 make calaculated value to become infinity eg Col2 is zero. I just want to know if I can use any conditional statement so that error won't o ...Show All
Visual FoxPro MSComctlLib.TreeCtrl.2 Problem
Working with the treeView Control I ran into an unexpected problem. It appears to be impossible to collapse a node branch programmatically. Collapse is an event, not a method and when I tried to use it as a method I could not get anywhere. I also tried to employ DblClick with the same negative result--the tree does not budge. Aside from Collapse I will need Expand as a method not event, although I am using it as even already. The expansion ...Show All
SQL Server Subscription Missing
We are seeing a problem with the users of our application. If the user closes our application from running programs (as best as we can tell as we cannot repro in dev) and SQL Mobile is in the middle of an async sync, sometimes when the application restarts it fails to load the properties for replication from the database. We are using code that is nearly identical to the samples provided by MS for performing replication async. Basically, the dat ...Show All
.NET Development Sockets or Remoting for internet communication?
I need your advice on which thechnology to use. I'm building a chess game as a windows forms app, where users will conect to the internet and play with each other. I'm between using Sockets ans especially nSoftware's IpWorks v6 for .Net ore remoting. The client will exchange data very frequently with the server and a bidirectional channel is a must (i think). A connection between the client and server must be open during the game. Wh ...Show All
Visual Basic Invalid Authorization specification - help.
Hello, I'm making some changes to an old application - I can run the app no problem on one machine, but on the one I'd really like to use I receive the following error: run-time Error -2147467259(80004005) Invalid Authorization Specification. It occurs on this line: con.Open "Provider=SQLOLEDB.1;Persist Security Info=True;User ID=;Initial Catalog=MyDatabase;Data Source=myserver" con is an adodb.connection If I type in the userID as a val ...Show All
Microsoft ISV Community Center Forums What significant contribution has Microsoft made to the US Government?
Hey all...i dont know if this is the proper place to post this but i needed a fast answer... I am doing a report on Microsoft, and i stumbled upon a question that i for some reason cant quite answer...What significant contribution has Microsoft made to the US Government Hi, The agency that handles Microsoft Public Policy and Governmental Affairs is: The Glover Park Group Was ...Show All
Visual Studio Tools for Office Visio Page Tabs in Visio Component
Hy. I have a little question. May be it very easy, byt I can't find it. I use Visio Component in my application ( C# and VS.Net ). Component have pages and tabs, wich can help us to choose page. How can I get event, than user choose another page, and in other side - how can I chanse active page from my application. Thank you. Hi, Sergey You can post any questions related to Visio at any of these sites: · General deve ...Show All
SQL Server Microsoft SQL Server 2005 CTP Setup - Could not open a connection to SQL Server [2]
Hi, Here is the error that I get during install. Does anyone have an idea how to solve this /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ TITLE: Microsoft SQL Server 2005 CTP Setup ---------------------------------------- SQL Server Setup could not connect to the database service for server configuration. The error was: [Microsoft][SQL Native Client]Named Pipes P ...Show All
Visual C# Keep getting exception message that Type is not marked as Serializable
Hello, I a pretty sure that I am on the right track. I am trying to serialize a object which has a multitude of member variables. Some are collections of graphics based objects ie objects which are drawn in a view (TabPage derived). The object to the serialized also is drawn in such a view. It is like a parent object that contains other objects. I have separated code from data so that I am not trying to serialize anything like the Ta ...Show All
Visual Basic Mathcad DLL
Can I write a Mathcad DLL using Visual Basic 2005 Maybe making one from a class The last VB program I wrote was in VB6 and I've never written a C program, so I am very new to this. I have to make a function available to Mathcad and I only have very old C examples. Hi Bill, Welcome! Yes...... Here's an example with instructions on how to put a DLL together. http://forums.microsoft.com/MSDN/S ...Show All
SQL Server SMO Error on SQL Server 2005 scripting stored procs
I am having trouble with an SMO application that I am writing in C# to script out database obects. It works fine when retrieving information from a SQL Server 2000 db, but I get the error below when retrieving information from a SQL Server 2005 db when it gets down to Stored Procedures. I am also picking up tables procs, etc. from the sys schema. How can I correct this ================================================================== ERRO ...Show All
SQL Server Datafields in report header
Hi. I want some information stored in the database to be shown on the top of each page in my report. But in the report designer I get an error message if I try to drop a table in the header, and if I try to assign the value of a textbox in the header to e.g. "First(Fields!sometable.Value)", I get a runtime-error in the preview that says "... Fields cannot be used in page headers or footers". How can I do this Regards, Tomsi ...Show All
