Pavel Ivashkov's Q&A profile
Visual Studio Reset Settings
I would like to run some code after a reset enviroment settings event. How would I go about that Hi GBob, Unfortunately there is no such event available today in VS 2005. However I will put in a recommendation for future releases. I would also like to understand your scenario. Please let me know. Regards Dr. eX ...Show All
Software Development for Windows Vista Nvidia nForce MCP networking adapter drivers
I am trying to locate a good driver for the Nvidia nForce MCP nic on my ASUS system board but have been unable to do so. I am using the 5308 build and have tried the drivers directly from Nvidia however these do not work. Any suggestions would be greatly apprecieated. I understand these are supposed to function but on their site it says beta 1 and the version I am using the the 5308 beta 2 so I can get everything else working but this. ...Show All
Visual Studio Team System Designing n-tier application in Architect Edition
Hello, I am planning to design a n-tier application .. which will have a UI layer, Business logic layer and DB access layer and a DB. I am planning to design the same in Architect edition... But not very sure how can it help me.. as architect edition is more biased towards designing service oriented applications. My question is whether architect edition is useful for designing such type of applications. beacuse all my layers will be on a s ...Show All
Visual C++ Unable to build in 'Debug' mode
Hello, I am trying to port a application from VC-6 to Visual Studio-2005. Though I am able to build in release mode, it is failing to build in debug mode. Following error is thrown. C:\Program Files\Microsoft Visual Studio 8\VC\include\strstream(139) : error C2061: syntax error : identifier '_DebugHeapTag_func' Can any one help me to fix this error Thanks Clean (delete) the debug folder and any other intermedia ...Show All
.NET Development How To Easily Change Connection To Access Database Created Using "Add New Data Source" And Draging Table To Form
Hello, I created a small application that works, but I want to be able to change the location of the database in a more simplier way. By this, I mean to accomplish this task, I could just delete my dataset, binding source, table adapter, and binding navigator. Next, I would add a new data source and connection to point to the new location of the database. But, this would mean that every time I do this I have to also cha ...Show All
Microsoft ISV Community Center Forums VBA Out Too?
Started by ncaplan at 03-14-2005 11:02 AM. Topic has 1 replies. VBA Out Too I just read an article stating the elimination of VB. I'm totally shocked! http://news.zdnet.co.uk/software/developer/0,39020387,39190953,00.htm What about VBA, is that going to end as well We have and still are developing so many automated processes using VBA, it would have a major impact on our company. ...Show All
Visual Studio Tools for Office Saving Outlook attachment to memory
Is there a way to read an Outlook attachment directly to memory. I can only see a SaveAsFile() which wants a file path to save the attachment to. I have no need to save the attachment on disk first, just require the bytes from the attachment. It could be any file that contains text. .doc, .rtf, .txt, .pdf, etc. Basically, the bytes will be passed to a webservice hence there is no need to save the file ...Show All
Visual C# System.Windows.Forms.WebBrowser control from a SHDocVw.WebBrowser Class
How can I create a System.Windows.Forms.WebBrowser control from a SHDocVw.WebBrowser Class Some sample, please. Thanks Deza SHDocVw.WebBrowser is a COM class you had to use with .net1.x. Now you just can use System.Windows.Forms.WebBrowser component. ...Show All
SQL Server More SSIS via the web
Thanks to Michael Entin's help last week, I was able to execute a package via a .NET web application. I have now moved my solution to the client's development server. I can execute the packages via DTExecUI and DTExec, but my web application is failing. The only difference between the two servers is the database server is installed on another box. Will this be a problem Also, am I correct that the "Network Service" needs ...Show All
Visual Studio Team System Error when viewing or starting a Team Build
Coders, I get the following error when either viewing a Team Build (after double clicking on a Team Build in Team Explorer) or starting a Team Build (via any mechanism): System.Web.Services.Protocols.SoapException: Server was unable to process request. --> Microsoft.TeamFoundationServer.SecurityObjectDoesNotExistException: TF50608: Unable to retrieve information for security object $PROJECT:vstfs:///Classification/TeamProject/856b2dee-7 ...Show All
.NET Development Memory profiler recommendation
Hi. I'm looking for a memory profiler which is capable of profiling unmanaged resources, i.e. resources that are allocated by managed instances, but live in native heap. So far, I've found only one program; .Net Memory Profiler v3.0 beta. Is anyone familiar with another solution Thanks in advance, Yaakov I believe the F1 profiler which ships with Visual Studio 2005 can do both managed ...Show All
SQL Server An existing connection was forcibly closed by the remote host
It is very appreciated if someone can help me on this problem: I have 2 machines, connected with workgroup (not domain machine), 1 is win2003 sp1, 1 is xp. How can I connect SSAS from XP machine with windows authentication Looks the Native client fix the windows authentication with local user name. When I connect from XP, my application with following codes: string connstr = "Provider=MSOLAP.3;Data S ...Show All
SQL Server Is SQL Server 2005 Express Edition with Advanced Services FREE ????
I can't find any information on this. Thanks. Yep, it's free. Regards, Mike Wachal SQL Express team ---- Please mark your thread as Answered when you get your solution. ...Show All
Visual Studio Express Editions How can I copy data from an .xls file without opening excel
Well I want to copy data from an xls file without opening excel into a data set let's say. Does anyone know how can I do this Try using the ODBC provider for Microsoft Excel. Here's a tutorial: http://www.datamystic.com/datapipe/excel_odbc.html Alternatively, you can use the Microsoft Excel API - have a look at http://support.microsoft.com/Default.aspx kbid=306023 ...Show All
Windows Forms System.ArgumentException: Column <ColumnName> does not belong to table
Hi, I am working a winform application. I'm getting the following runtime error when I try to re-bind a DataTable to a DataGrid (i need refresh the datagrid for example every 20 seconds using A timer and datagrid.Refresh()) System.ArgumentException: Column <ColumnName> does not belong to table <TableName>. at System.Data. DataRow .CheckColumn( DataColumn column) at System.Data. DataRowView .GetColumnValue( DataColumn ...Show All
