Anil15's Q&A profile
Visual Studio Express Editions Error 1402 & Error 1406 on Installing Visual Web Developer 2005 Express
Hi: I have problems in trying to install Visual Web Developer 2005 Express. There errors that I kept getting are: a. Error 1402 Could not open key: HKEY_LOCAL_MACHINE\Software\Classes\.wsdl\OpenWithProgids. Verify that you have sufficient access to that key, or contact your support personnel b. Error 1402 Could not open key: \Software\Classes\.wsdl\OpenWithList\VWDExpress.exe. Verify that you have sufficient access to that key, or contact your support personnel. Can someone assist me on how to resolve this Tks: -Nik- Hi! I'm not sure off hand whats going on there, but there is a setup forum on teh ASP.NET forums that would b ...Show All
Visual Studio Debugging
When trying to debug, I'm getting an error message "The binding Handle is invalid. This VB Express 2005 (not a beta) I downloaded last night. What should I do In the project properties, under the Debug tab, can you uncheck the "Enable the Visual Studio hosting process" Do you still get the error Habib Heydarian Program Manager Visual Studio Debugger ...Show All
Windows Forms .NET on WIN 9.X Machines
I am having a hard time to discover whether .NET Framework would work on WIN 95 and 98 Machines without any problems.Everybody seems to have a different opinion on that. Could somebody tell me concretely the pros and cons for it Our requirements are to use VB.Net only on the clients and the Server could be running ASPX pages /Web Services. Thanks!! Vi ...Show All
SQL Server system error 126
I'm getting this error when trying to run Query Analyzer Server Msg 160 , Level 16 , State 1 . Specified driver could not be loaded due to system error 126 (SQL Server) This is a new SQL Server 2000 install on a PC that has had different versions of SQL Server installed previously, including 2005. I'm assuming this has to do with an incomplete uninstall. Is there a fix or workaround for this When you installed SQL Server 2000, was SQL Server 2005 already installed If so, installing 2000 after 2005 is not recommended, and probably not supported. If you really need 2000 to work, best to uninstall ALL SQL installation ...Show All
SQL Server Call to Report Manager through Internet
Hi All, Is it possible to call report manager through ASP.NET application We are using Microsoft Active Directory to validate users. If the user type is admin then we would like to call the report manager so that the admin can create roles etc. Does anyone knows how to do this Report Manager uses the report server SOAP API to perform management tasks. You can use this same API for your own applications. See http://msdn2.microsoft.com/en-us/library/ms152787(SQL.90).aspx ...Show All
SQL Server what is june what is april?
maybe i am really dumb, but how do i know hat is june and what is a april CTP i recieved a DVD package, called Visual Studio 2005 Beta 2, with Sql 2005, VSTFS and VSTFC 2005, usually i would take it a they should work together, well but i am really and truly not sure anymore... if this sql server version works with this teamfoundation server version.... let me know...had already about 20 trials of installs on different machines, member server and domain controller.... let me know where i can see which version is it, please... Irie Mikky eyoo cathal, thanks a lot for your fast and informative answer.... well i read the the june ctp pf v ...Show All
.NET Development Registry & Security (Problem)
Hey people. I have a small encounter with the .NET, Registry and Security there inbetween. I am creating a small dialog when the application is started for the first time, to create the basics in Application Data and Registry and such. When started for the very first time, it checks if it is in the Registry (In case I am dealing with many users and such). When it doesn't find itself, it automatically adds itself into the Registry in Local Machine, mostly for updates like version, what encoding (like UTF7 or UTF8 and so on) However it wont even begin creating the Subkey and displays an error: http://www.simnet.is/elinnils52/picture/Err ...Show All
Windows Forms converting a datagridviewrow to a datarow
I've got a datagridview, and I'm trying to create a new datatable and add each row in the datagridviewselectedrows collection into the datatable, but I can't find a way to convert a datagridviewrow into a datarow, or another way to accomplish this. Does anyone have any ideas how I can accomplish this Thanks, smtraber Here is an example that I found and seems to work for me in C#: public static DataTable CreateTable(DataView obDataView) { if (null == obDataView) { throw new ArgumentNullException ("DataView", "Invalid DataView object specified"); } Da ...Show All
SQL Server Open the subreport in an new window .
hi can any one tell me whether a sub report can be opened in an new window. thanks for the reply .i have tried this but it is not opening in an new window , this is what i have written http://localhost/ReportServer %2fCapacityReport%2fSub1&rs:Command=Render&rc:LinkTarget=_blank&WORKCENTER=PAINT%20&STARTDATE=8/18/2005&DAILY_WEEKLY_MONTHLY=DAILY&rs%3aParameterLanguage=&rc%3aParameters=Collapsed . can you give me an example ...Show All
Software Development for Windows Vista MenuStrip is still missing from UISpy
Hi! My problem is that MenuStrip does not appear in UISpy. I generated a simple WinForms application (not using WinFx), then put a menu strip at the bottom of the Form. The menu lookes like this: | File | Help | . Clicking on the File, a drop-down menu appears with Exit1 and Exit2 items in it. There is nothing else on the Form. Running this sample application, in UISpy the menu does net appear, just this AutomationElement: "pane" "menuStrip1", but no control pattern is allowed on this pane. If I click on the item File (with the CTRL key), a new element appears in the UISpy treeview: "window" & ...Show All
.NET Development Dispose and Application Lifetime Objects
Hello, I have a Windows Forms application. When the app first runs (Form_Load) I create some disposable objects that will be used throughout the lifetime of the applicaiton (eg. a GDI Brush, SqlConnection etc). Do I really need to call Dispose() on all of these objects when the application closes, or will Dispose be called automatically for such objects when the app closes In other words, can I instantiate a disposable object when my app first runs, and not worry about disposing it when the app closes What about if my application terminates due to an exception Many thanks for your advice. Ben Ben, As Pete ...Show All
Visual C# Generics, Collection and Properties
Hi All, Is it possible to expose a Generic Collection as a property As it appears the following statement is not allowed. public List<Item> Items { Get {return _items;} } The only way I can expose a generic method is via a method call or as field. This means that you cannot display it in the propertygrid. I know this may be a "By Design Issue" but it is kind of weird since most people expose collection objects as properties and not methods thereby making generics useless for object model designs because people will be forced to expose collection objects a methods or fields. Fields and Methods create problems beca ...Show All
Visual Studio Express Editions exception in devenv.exe
I'm using vs2005 in VC++ like environment with PPC 2005 SDK installed. It worked a few days alright, but now I meed "An unhandled win32 exception occurred in devenv.exe" every a few minutes. What's wrong with my vs2005 Does anybody experienced this exception Have you tried the most recent Community Technology Previews Does this problem still occur for you If so, please submit an issue through the MSDN Feedback Center for Visual Studio 2005. - April Reagan, Visual C++ Program Management ...Show All
.NET Development Merge different XML feeds into one XML feed w/ Asp.net 2.0 c#?
Any ideas on how to perform this I have multiple XML feeds coming in (not RSS), and each feed contains similar schemas (with different formatted terms) and I want to be able to combine them all into one source; sort it based upon variables, and then write it out as an XML document. Any ideas Thanks! jpkuzma, use XSLT: XSLT is a language for transforming XML documents into other XML documents. (from W3C website). Create XSLT stylesheet for each feed, and transform them to the format you want. Sinan ...Show All
.NET Development way to duplicate (clone) a row in a datatable?
I've got a row with over 30 columns. I have a process which needs to duplicate a row, update a few columns and create a new row. There are different columns which need replacement at different times depending on user function. My first attempt was to 'Find' the original row, make changes and attempt to add that row. e.g. myDS.InventoryRow originalInventoryRow = (myDS.InventoryRow) myDS.Inventory.FindByKey(this.PartNo.toString()); <<... change required fields in 'originalInventoryRow', including the key value ..>> myDS.Tables["Inventory"].Rows.Add(originalInventoryRow); inventoryTableAdapter.Update(m ...Show All
