Jon11282's Q&A profile
Visual Studio Setup freezes when it "installs components".
Trying tor install vs05b2 , the "setup is loading installation components" bar freezes at 100%. CPU usage is 0%. I must reboot machine to stop setup. I had instated the Feb CTP but I think I uninstalled it. I hoped installing the b2 framework would solve the problem. It did not. I had a successful install on another machine with the same media. I get the same problem when I try to install Web Express 05b2 . The log file ends with ...Show All
SQL Server a general query and db question
Hello, I have a couple of general questions that don't require help figuring out as much as help pointing me in the right direction. I have a table that has 3 columns. it basically contains links to outside urls that contains these columns URL ID description. Now I was thining that since each url is different and that I want a easy way to check ...Show All
SQL Server Ad hoc access to OLE DB provider MSOLAP has been denied
Hi: When I am trying to connect to OLAP I am getting this error...Ad hoc access to OLE DB provider MSOLAP has been denied.You must access this provider through a linked server. I have configured the linked server.How do i fix this... Thanks, Pramod This is not an AS specific issue and out of my area of expertise, but it appears to be a security issue. Doing a quick search on the error message it appears by default tha ...Show All
Visual Studio 2008 (Pre-release) Drag and Drop Treeview Items between 2 Treeviews
Hello I am trying to drag treeview items from 1 treeview to but no luck. I am unable to find the event ItemDrag like in the control found in VS.Net 2003. Maybe just a brief explanation on how I go about populating the first treeview. What I do is in the code I add TreeViewItems that can be a collection of multiple TreeViewItems. When I am Starting to do the Dragging of a selected TreeViewItem, I mak ...Show All
Software Development for Windows Vista ICredentialProvider
Did anybody make a successful user logon using the new ICredentialProvider interface My credentials are displayed, but I can't make them to logon. And what worse - after 20 or 30 seconds, the winlogon crashes completely with no recovery possible excepting hardware reset. I thought I basically did something wrong and decided to wait for more detailed documentation or some sample code. But MS doesn't seem to put too much effor ...Show All
Visual C# One Click Save as
I want to make a html file saver for easy making and i was wondering how to make a save button but one i click it it saves it as a html file. Can someone teach me how i do it please much help is appeciated thanks ps sorry for the spelling im only 13. im trying to make everytihng from my rich text box save to an html file with the push of a button i cnviently placed on top of my form ...Show All
Visual Studio Team System VPN based developers and multi-domain
After reading many posts in the TFS forums, I'm pretty sure the product is unuseable in our development environment but I would still like some sort of confirmation from people with more experience with TFS. We have many remote developers who access domain A over a VPN connection. TFS is installed in domain B and there is no trust between the two domains. I cannot duplicate the domain A developers accounts into the domain B since the password ...Show All
Visual Studio Differences in IDE and MSBuild for Web Project
Hi, I've got a wierd one. I've got a Solution that contains a Web project and a DLL project. The web project references the DLL project and The DLL project references 3 thirdparty dlls. When I build from the IDE, The build copies all the dlls from the DLL's output (my dll and the three thirdparty dlls.) However, when I build from msbuild, It neglects to copy one of the dlls. It is always neglects the same dll and it never gets copied. I've tried ...Show All
Visual Studio 2008 (Pre-release) Error at element 'StaticExtension' in markup file '' : Binary format of the specified custom attribute was invalid..
I'm getting the above error in my WinFX Windows Apps (including XAMLPad when it tries to start - I've never succeeded in opening it, so it can't be badly formed XAML) at line 51: return app.Run(args); in MyApp.g.cs Stack trace is given as follows: " at System.Reflection.CustomAttributeEncodedArgument.ParseAttributeArguments(IntPtr pCa, Int32 cCa, CustomAttributeCtorParameter[]& CustomAttributeCtorParameters, CustomAttributeNamedP ...Show All
Visual Basic How do I execute a form "FORM.VB"?
How do I execute a form "FORM.VB" Michael yes great code dude iam a total newbie to thiss hehe :p is it also possible to open a forum but then not a new window well yes a new window but i can also click the other window now is there a way to open a new window and then disable the other window thanxs alot ...Show All
Visual C# Indexers concept in C#
Hello! I am quite new to C#, and one concept that really gives me a headache is "indexer". I have gone through the MSDN examples, and, at some level know how to use indexers. But, the thing is I do not understand the specification that says something along this line "with indexers you can index objects of a class like an array". The thing is, in all the examples, there is only one "new" call when only one ...Show All
Visual C++ about dll
I write a console application used to test the dll. when i press the F5 to debug it, it is suceeceful. but when it is running , throw a error this: debug assertion failed! program:..../legacy/debug/uselegacy.exe file:fprintf.c line:56 expression:str != null for information on how your program can cause an assertion failure, see the visual c++ documetation on asserts. (press retry to debug the application) who may tell me ,why   ...Show All
SQL Server SQL SERVER 2005 DATABASE MIRRORING for large number of databases
I am trying to enable database mirroring for 100 database. It goes error free till 59 databases (some times 60 databases) with the status (principal, synchronized) on principal. on the 60th or 61st database it gave the status (principal, disconnected). Also mirror starts acting abnormal. connection to mirror starts to give connection timeout and it is not enabling database mirroring on any more databases. I have SQL SERVER 2005 Enterprise with S ...Show All
Visual Basic How to dynamically change the fields on a form
Hi, As I am about to develop an IT Asset Tracking system I wanted to know how to change fields on a form on the fly. For example, suppose I click on the Add New Asset button, the Add New Asset form will then appear. On this screen, I may have some selectable combos such as Item Type and Model. By default my item type will be Desktop PC and the fields for a desktop PC will be displayed for entry. After I save this and then decide to add ano ...Show All
SQL Server where do i find the examples that come with sql server
books online mentions examples stored on the pc when sql is installed, but the examples are not on my machine. i know they are on the disk somewhere, but i dont have the disk. i have tried going to add remove programs and adding extra sql components but i cant find the examples there either. can anyone tell me where to find them Hi, what examples do you mean, sql examples in sp / functions There is a sample DB t ...Show All
