Daniel Penalba's Q&A profile
Visual Studio Team System Updating Assembly Version Information
Hello, I am looking for a way to automatically update the version information for all projects in a TFS Build. I have downloaded the AssemblyInfoTask from GotDotNet to take a look at it. Although it works fine for local builds I'm not sure how to use it with TeamBuild - or if it can even be used with TeamBuild. Since the AssemblyInfo.vb (or .cs) file has to be checked out first I'm not sure how to implement this in a TeamBuild ...Show All
Visual C++ Cannot set VC++ Directories in the Options dialog of Visual C++ Express Edition
Details : The VC++ Directories page on the Options dialog does not have a list box for viewing and modifying the directories used during a build. Consequently, it is not possible to modify the build directories using the IDE UI. Workaround : C++ Directories can be added, removed or changed by modifying the VCProjectEngine.dll.express.config file located in the .\vc\vcpackages subdirectory of the Visual C++ Express Edition install locati ...Show All
SQL Server Distributed Transaction Persistent Error
When I try to make a distributed transaction, I always get this error: Server: Msg 7391, Level 16, State 1, Line 14 The operation could not be performed because the OLE DB provider 'SQLOLEDB' was unable to begin a distributed transaction. [OLE/DB provider returned message: New transaction cannot enlist in the specified transaction coordinator. ] OLE DB error trace [OLE/DB Provider 'SQLOLEDB' ITransactionJoin::JoinTransaction returned 0x8004d0 ...Show All
Game Technologies: DirectX, XNA, XACT, etc. 'ddraw.h' : No such file or directory... can somebody can help me please
hello .. i'm trying to built "C:\SDK\EyesWeb 4 - SDK Beta\" ...the final line of the log give me 1>c:\program files\microsoft platform sdk\include\strmif.h(21826) : fatal error C1083: Impossible d'ouvrir le fichier include : 'ddraw.h' : No such file or directory i'm trying to get this ddraw.h but i havent find it ...can someone help me - Viusal c++ 2005 express edition - microsoft platform sdk for windows server 2003 - microsoft.ne ...Show All
.NET Development Extending security classes to work with own objects
Hello! .NET framework 2.0 introduced System.Security.AccessControl namespace to do different task related to security. Is there any way to extend its (or maybe other) functionality to work with user created objects I explain result I want to achieve. For example, we have FileSecurity class to maintain file permissions. Also we have registry database which internally also file but from logical view it gives a ...Show All
Windows Forms exe file creation
hi, i want to create a stand alone exe of my windows application. After creating a windows application I simply copied the exe file found in the "bin" directory much to my dismay that the file reqires .net v 1.1 when tried running in ...Show All
Windows Forms trouble deleting from datagrid
OS: Windows XP Pro Language: SQL Server, C# and ASP.NET Program: ASP.NET WebMatrix and Visual Studio .NET 2003 Hey everyone, I'm trying to create an ASP.NET webpage that will allow me as an admin delete entries from a database. My middle tier is C# and when I run the code, it will trigger the Page_Load event and load the page, but when a hit the delete button in my ASP.NET datagrid, it doesn't do anything, nor does my pro ...Show All
Smart Device Development how to use library?
i use below code to check my external storage. maybe this is not the correct way but this is work! if who have any better solution please tell me. for my system almost every form using this code, so i hope can use library to write this code, it is easy for me if next time i want modify the code. but i never use library before so i hope someone else can help me or give me some example to refer. Private Shared Dir As I ...Show All
SQL Server SSIS remote connection failing ... local connection OK
I'm getting "Access denied" error when I try to connect to SSIS from my desktop (Database Engine is fine). I'm a member of sysadmin within SQL, as well as an administrator on the server. I don't have any problem when I log on to the server directly via Remote Desktop and open SSIS. I went into the surface area config tool, and I see that Database Engine and Analysis Services both expand and have a sub tabs to enable Services and Re ...Show All
Windows Forms Windows Server 2000 Advanced. Unloading Registry problem
All, I have a windows 2000 adv server and recently I have been getting the following error: Userenv - " Windows cannot unload your registry file. If you have a roaming profile, your settings are not replicated. Contact your administrator. DETAIL - Access is denied. , Build number ((2195)). I have done some digging most things point to logging off and the profile not releasing registry values. This can not be possable ...Show All
Windows Forms Gridview and getting row index
This is a truly stupid question. I have done this a million times with 1.1 and asp.net but cannot figure out how to do this using .net 2.0 and a WINDOWS application. Basically I have a gridview control which contains some records. The first column contains the primary key for my record. When the user clicks on a row I want to extract the value held in the primarykey column so that I can get that record from my dataset and display ...Show All
Visual FoxPro table buffering mode
On a statement like this: IF NOT initTableEmpty TABLEUPDATE () ENDIF I get an error: This operation requires table to be opened in buffering mode . SQLBUFFERING is set to ON before the table is opened. It does not help. Actually the error happens once in a while for no reason. I cannot understand what triggers it. Most of the time the statement works. The USE command does seem to have no option for buffering either. Is any h ...Show All
Visual Studio Express Editions Which edition to install
Dear All Without wanting to start a religious war (but probably managing to anyway) I'd like some pointers on which of the Express editions would be best to code my project in. The project is thus: An application to design the layout of advertisements in magazines by reading the advert booking details from a database and then storing them in the appropriate page of the right magazine. Then printing off A3 layout 'thumbnails' of th ...Show All
Visual Basic Run, Message, Delete
Ok heress what i want to happen when i click a button, its saves a .bat file(which i already have working) Next it runs the bat file when the operation is done a message comes up saying "Done" Once that is done it deletes the .bat file i got it working, it woesnt working beacuse the command needs to locate tool.exe, so since this was in the Bin folder it couldnt find it so it just needed to ...Show All
Windows Forms Detecting DesignTime vs Runtime issues
I am trying to write a control that does not have a Interface during design time, just properties to be set. At run time based on the properties it will show a new form. I have created the primary piece from scratch. Somewhere ...Show All
