Dan D9182's Q&A profile
Visual Studio Tools for Office Problem downloading items from SharePoint list in Outlook
Hi there, I'm developing an addin for Office 2007 using VSTO 2005 SE which utilizes four lists located on a MOSS 2007 server. The user is supposed to click on an STSSync link on a web page for Outlook to synchronize to these lists. For my addin to be able to detect those lists, I needed to use a trick: The STSSync link directs to a web service I've built which acts as if it was the lists.asmx from SharePoint. This web service forwards the method calls from Outlook to the real MOSS server and vice versa. The reason I'm doing this is because I don't want the Outlook addin to need to know the actual list guids in SharePoint, it should only know predefined guids from my own application. The web service replaces the guids in the XML returned by ...Show All
SQL Server Microsoft VBScript runtime error '800a000d'
Hello, I all of a sudden seem to be getting the following error: "Microsoft VBScript runtime error '800a000d' Type mismatch: 'QueryString' /admin/equipment/addequipment.asp , line 128 " I am running an intranet site desgned on dreamweaver using SQL Server 2005. I have a page where I can update equitement, all the other equipemnt links work fine but it won't let me update this one. The section in dremaweaver it refers to is: Dim equipspec__urlid equipspec__urlid = "1" If (QueryString("ID") <> "") Then equipspec__urlid = QueryString("ID") End If %> <% Dim equipspec Dim equipspec_numRows Set equipspec = Server.CreateObject("ADODB.Recordset") equ ...Show All
Smart Device Development API Call To Ignore an Incoming Call?
Does anybody know what function may I use to Ignore an incoming call, this is bacause I would like to develop a black list to block incoming calls. Thanks In Advance This forum is intended to deal with issues directly related to the .NET Compact Framework. It appears that this question can better be answered by someone on one of the newsgroups for Windows Mobile or Windows CE. In order to get a quicker and more accurate response, please consider reposting this question to one of the following newsgroups: Windows Mobile API : microsoft.public.pocketpc.developer microsoft.public.smartphone.developer Windows CE API : microsoft.public.windowsce.embedded General programming ...Show All
Visual Studio Team System Override default drop location for each solution in build
Is it possible to copy the output binaries of a solution to a different location than just ..\[buildname]_[date].[iteration]\Release This makes it hard for me to package all of our software into a package since we have seperation for each of our applications. Is there a way that I could force the build project to copy the binary files to something like ..\[buildname]_[date].[iteration]\[solutionname] as this would make it much easier for me to get at each seperate product. If this can not be done, what else have people tried to get the same effect Thanks for your responses. Thanks Aaron, I am going to create a MSBuild Project for each application we have. ...Show All
SQL Server The request failed with HTTP status 401: Unauthorized. ReportingService2005
I have programmatically deploy SQL server Reporting Services 2005 reports via msi file. The installation was success, I was able to run the reports on localhost\Reports at the target machine. But I get error "The request failed with HTTP status 401: Unauthorized." when I try to access it from the ASP.NET app report menu in the target machine. It is Windows Server 2003 standard edition, it uses Windows Authentication. I have tried setting any combination below and still doesn't work. Anybody has any other ideas ReportingService2005 rs = new ReportingService2005(); rs.UseDefaultCredentials = true; rs.PreAuthenticate = true; rs.Credentials = System.Net.CredentialCache.DefaultCredentials; or rs.Credentials = new ...Show All
Windows Live Developer Forums Error 80072ee7
Hi, I was running messenger live and all of a sudden I can't sign in due to the above error, I have done everything possible to fix it, now I'm stuck!! Help Anyone Hi Maddie. It's to do with Norton, I'm with BT internet for broadband and phoned them, they did the change remotely whilst busy with something else, it's to do with advanced restrictions somewhere!! sorry I can't help any more. Cheers ...Show All
Gadgets VS 2005 for Gadget development?
Hello, I am confused. We have an elegant tool for program development, VS 2005, but it seems that we cannot use it for Gadget development. It is hard to understand why the Gadget development team did not use VS 2005 as the way to create Gadgets. There are Express versions of VS 2005, so even beginners can use VS 2005. Is there a way to create Gadgets using VS 2005 Thanks Tom I use it to edit the files, but it's not much help with javascript files, it only really highlights functions and things in """. Some more functionality would be nice ...Show All
SQL Server Certain numeric fields not read from the Excel file when using a Excel file source.
I have the Excel Connection Manager and Source to read the contents from an Excel file. For some reason couple of numeric fields from the Excel worksheet are brought over as nulls even though they have a value of 300 and 150. I am not sure why this is happening. I looked into the format of the fields and they are set to General in Excel, I tried setting them to numeric and that did not help. All the other content from the excel file is coming thru except for the 2 numeric fields. I tried to bring the contents from the excel source to a text file in csv format and for some reason the 2 numeric fields came out as blank. Any inputs on getting this addressed will be much appreciated. Thanks, Manisha ...Show All
Visual Studio Express Editions Compile and Build Project from command line or programatically
I would like to compile/build a complete project from the command line or do so programmatically. What are the command line instructions and how can I do this from another application hi, dealing with assembly at runtime you need to use "Reflection" , unfortunatly i don't know much about it, you can review it on MSDN or codeproject.com hope this helps ...Show All
Silverlight (formerly WPF/E) Windows SideBar
Is it possible to run WPF/E in a Windows SideBar Gadget I was hoping to build a demo of a SideBar Gadget that plays video, but I can't even get a basic WPF/E file to render in the SideBar. Thanks! Actually I'm not. :) Windows Sidebar gadgets are made up of html + javascript. So WPF/E would be a great fit (if I could get it to work). ...Show All
Visual C++ Making the compiled source code run in the background
Hello everyone, Can I request some assistance here regarding Visual C++ I am new to the language. Is there any way I can turn off the cmd window when my compiled source code is running The source code is compiled as an .exe file. The program doesnt require any input or output any result to the user and so, the command window is unneccessary. The function of the compiled source code is to load an image file to my hardware and the changes to the image file is controlled by Labview. So, Labview will call the compiled .exe program and the program will just run without any input from the user. As I need to do many iterations, the command window is always popping out without providing any information. So I am wondering if there is any way I can ...Show All
Visual Basic in my application i need a function which takes input
in my application i need a function which takes input a string and a numeric value and i need to have the return type of the function checking weather the input string i having moure characters then the input number if so it should display the string in two different lines a sample code Dim b As String = setline( "adf dasf adsfa adf dfa" , 5) 'calling function setline MsgBox(b) Private Function setline( ByVal input As String , ByVal len As Int16) As String If input.Length > len Then 'checking weater the input char is moure than the len Return input input = input.Chars(len) & Environment.NewLine & input.Chars(len) 'spliting into diff lines Else Return input ...Show All
SQL Server Error: SQL Server Internal Error. Text manager cannot continue with current statement..
When my production server processing some queries suddenly the SQL Server service crashed and following error was in the error log: SQL Server Internal Error. Text manager cannot continue with current statement. The server is running SQL Server 2000 with SP4. I am really concerned because this is a production sever and there are over 300 users access concurrently. Please help me to find a solution. Thanks, Roshan. I have executed the DBCC checkdb and there are no consistency errors. I need to find the cause of error because it crashes the SQL Server process. I need to prevent this happening again. ...Show All
Software Development for Windows Vista creating registry key in HKEY_LOCAL_MACHINE accessible by all
Hello, Basically I have an application (dll) that allows admins to configure a system wide configuration that is accessible (read-only) by normal users. The system wide configuration is stored in HKEY_LOCAL_MACHINE\Software. The code of course works on Windows 2000/XP but not on Vista because of, as I suspect, the fact that the information is stored in the virtual store under HKEY_CURRENT_USER. When the admin stores the new configuration and a normal user attempts to use the configuration (in a different security context) they receive a unknown registry key error as the information is, of course, not available. As I understand reading through the forum setting the "run-level" using a manifest file allows me to skip the virtualization and w ...Show All
Smart Device Development Retrieve Target Device Info
Hi, I need to find a way to determine (in VB.Net) what is the target device. Ex: If the_target_is() = "Windows Mobile 5.0 Pocket PC Emulator" then ... bla bla bla End if Does anyone knows where to find that information Regards, Thx Hmm... That ain't exactly what need.... I need the target device string listed in VS2005 under Project | (Project) Properties | Device Tab | Target Device Thx ...Show All
