Smitha S Saligrama's Q&A profile
SQL Server fn_listextendedproperty sql 2005
Hi books online for 2005 states that the following code can list extended properties for all tables in a schema, however I get nothing returned when I execute it. SELECT objtype, objname, name, value FROM fn_listextendedproperty (NULL, 'schema', 'dbo', 'table', default, NULL, NULL); Anybody have any ideas on how to get this going Thanks, Ned Thanks very much Julian, I ended up writing a cursor, but this is more ...Show All
Visual Studio Team System VSTS VPC - http://vstsb2:8080/bisserver/registration.asmx is unaccessible
Hi, Just downloaded and got the VPC working. When I fired up VS2005, I got the error: "Unable to connect to BIS Service". Did some digging around and found this blog: http://weblogs.asp.net/omarv/archive/2005/04/27/404869.aspx I get the same error after trying the solution documented above. Checked the EventLog and I saw that the TFS was trying to access the following WebService and it was inaccessible: http://localhost:8080/bisserver/Registrat ...Show All
Visual Studio Tools for Office Office Interop problem with Excel COM add-in
In my test case, I have a minimal COM extensiblity add-in generated from .NET 2003 project template. Inside the OnConnect code, I used IsolatedStorageFile.GetUserStoreForDomain. It failed and threw exception with message "Unable to determine assembly identity". Later I knew that the Interop CCW is through the assembly of mscoree.dll which is not strong-named, so I downloaded the COM add-in shim from Microsoft, hoping the isolate ...Show All
Visual Basic Problem with DLL in Windows 2003
Hi, I have a component(dll) that calls another component(dll), but i am getting the error "429 - cannot create object" when i call a method. For Example: In the DLL that calls another DLL visual basic code: Roberto Caetano Junior wrote: SynchroBusiness.dll is installed in COM+ Is the synchrobusiness dll compatible with 03 Have you created project level references to the Dll ...Show All
Visual Studio 2008 (Pre-release) Using VB Linq in web applications
How can I use VB linq in a web application I saw a thread with a hack telling to change a csproj file (in c#), but I created a new website and there is no vbproj file for the application. Is there some way to make visual studio use the prototype compiler for VB 9.0 in web applications Are you using the default web site project (app_code, etc), or are you using the 1.x-style Web Application project templa ...Show All
Visual Studio Beta 2 Addin Problem
I built an addin with the wizard and when I pressed run to debug, I rec'd the msg, "Operation cannot be completed. Unspecified Error." I built a setup project, installed it, and the addin is in the addin manager. When I try to connect, I get the same message. I have built numerous commercial addins under 2003, but can't seem to get of the ground in 2005. Thanks in advance for any help. Hi Les, I suspect it's something to ...Show All
.NET Development Directory.Copy
Title is pretty Self explanatory. There is a static File.Copy method. Why is there not a static Directory.Copy method Why does attempting to copy a directory using the File.Copy method result in an error saying access is denied while using Directory.Move on the same directory works fine Hi! You right, there is no Directory.Copy() method, only Move(). Actually a little strange. Only one explanation (but no ...Show All
Visual C++ New to Windows Programming
I have an old C program (written under UNIX) and I need to convert it into a Windows program with a GUI. The program only does some calculations and saves the output to a file. I have V. Studio 2005 and I'm confused!! I don't know which type of project I need and if I need to use C++ (which I don't know too much about). Can someone please give me some guidance Sphinx06 You can use winfroms for such appl ...Show All
Visual Studio Express Editions Sifting through array for matches
Hello all, Sorry for such a beginner question, but I can't seem to work through this. I've thought about it for a while, and I just can't seem to figure out a solution. Sorry in advance: I've got an array with a bunch of names in it, and I want to sift through it to make sure that none of the names are the same, and if they are, then I want to take out one of the matches from that pair. So for instance, if i've got an array tha ...Show All
Visual FoxPro Date problem in VFP 6.0
Hello! Huh, I currently have field named 'fine' in my DB. It's used to store fines. There two other fields, 'rent-date' and 'no_of_days'. The first one stores the date on which the rent of a book starts and the second one stores the number of days the book is going to stay with the borrower. Well, I would like to know how can I calculate the fine. To calculate it, I must find by how many days the due date has been "excessed" and ...Show All
Software Development for Windows Vista How to load workflow assembly from a specific directory?
Our application generates workflows programmatically. Since the number of workflows (DLLs) can be quite large we would like to store the DLLs in a special folder so that they are not mingled with the application files. The problem is that when the application tries to execute a workflow, the runtime cannot find it. I have seen similar questions and the recommendations were to put the workflows in GAC or program folder. If we were to put them in ...Show All
Visual Studio Express Editions Need Help
hi, i know it might seems silly and even i don't expect answer but anyway since Dec 2005 i starting to learn programming with .net i have learned lots of stuff but every thing i try to learn will be like i open a door for hell, every thing even small controls have tons of properties and methods and lots of stuff you need to learn , i know its natural thing to happend when you start to learn new things, and i know i'll not be able to memorize ...Show All
Software Development for Windows Vista WorkflowRuntime.CreateWorkflow overloads
I have not been able to find any information about two CreateWorkflow overloads in the WorkflowRuntime class: CreateWorkflow(XmlReader workflowDefinitionReader, XmlReader rulesReader, Dictionary<string, object> namedArgumentValues) and CreateWorkflow(XmlReader workflowDefinitionReader, XmlReader rulesReader, Dictionary<string, object> namedArgumentValues, System.Guid instanceId) I have two questions: 1. Given that there a ...Show All
.NET Development J# doesn't support 64 bit?
I'm getting my first 64-bit machine next week, so I thought I'd better start getting up to speed about 64 bit. I have a solution that has C# applications (WinForms and class libraries), as well as some J# class libraries. As long as the solution only contains C# projects, the platform configuration manager (that dropdown in the toolbar) says "All CPU", meaning it will generate platform-agnostic MSIL. But as soon as you add a J# project, it ...Show All
SQL Server Unable to view imported dimensions in VS
Hi all, I created an SSAS database with a few objects by AMO code and imported to Visual Studio for easy viewing. I can view data source, data source views without any problem. However, I get the following error for dimensions and cubes: Error loading 'DimName.dim' : Deserialization failed: The method or operation is not implemented.. C:\My Documents\...\'DimName.dim Actually I can browse these dimensions after processi ...Show All
