Troy Lundin's Q&A profile
SharePoint Products and Technologies SHAREPOINT INSTALLATION ERROR
Hi, I tried to install sharepoint 3.0 in win 2k3 sp1 with all Req hardware.While installing the setup files are extracted properly.But when i run the configuration wizard,i encounter an error, Failed To Start database service MSSQL$Microsoft##SSEE.Repair this product by selecting it from theAdd/RemovePrograms menu. At this particular step the installation terminates.... I have tried by 1.Uninstalling all related programs and reinstalling 2. repairing the sharepoint package. 3.Even using regedit to remove the installation files of MSSQl ..... Guys plz provide me a solution coz i got fiddled with this installation.....Suggest me what i have to do . i even tried with command line util ...Show All
Visual Basic Logins
Can someone point me in a right direction to learn how I can use a login form to login to SQLExpress Server using SQL Authentication I am thinking that I would like to use the login for my app instead of embedding one in my application. Is that wrong to thing like that I am thinking right by using this to gain access to my application and login to the server at the same time Davids Learning Having a little problem I made the classes like you said made a msgbox to show me the results - there fine - thank you for teaching me that by the way. but when I go to my connection string I run into a problem what you gave didnt work - it said that & was an illegal operand i think and ...Show All
SQL Server Prefix N and select statement
Dear all, I want to convert data to unicode. How can I use prefix N with SELECT statement Thanks you! Lee: I am not sure that I am not over-simplyfying my answer, but is this what you are looking for declare @what varchar (40) set @what = 'This is a test.' select cast (@what as nvarchar (20)) as [An Nvarchar ], N'This is a test' [A unicode constant] -- ------------ Output: ------------ -- An Nvarchar A unicode constant -- -------------------- ------------------ -- This is a test. This is a te ...Show All
Visual Studio 2008 (Pre-release) Accessing code behind objects
Hi, this is the XAML: < Window x:Class = "MyCompany.MyProductSpace.MyWindow " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " xmlns:my = " clr-namespace:MyCompany.MyProductSpace " > < Window.Resources > < my:MyConverter x:Key = " myConverter " /> </ Window.Resources > This is the code behind: namespace MyCompany.MyProductSpace { [ ValueConversion ( typeof ( String ), typeof ( String ))] public class MyConverter : IValueConverter { ... } } And this is the error: error 4 Assembly '' was not found. The 'clr-namespace' URI refers to an assembly th ...Show All
Community Chat Buying questions about Zune
Hello! I am considering getting a Zune (I have no music player at the moment, and am willing to give Microsoft's music player a shot), but I am very concerned about it being a "1.0" product; how much upgrading can Microsoft perform on the Zune through firmware/software upgrades before Zune 2.0 is released (I guess I'm concerned about plunking down $300 for a music player this year, only to see a new, improved version of Zune come out next year...) Specifically, I am wondering if the list of supported video and audio formats will ever be expanded through firmware and/or software upgrades, or if those will require a new Zune product... I am primarily interested in listening to my CD collection (the subscription service doesn't interest ...Show All
Community Chat I can't believe most Windows users don't know how to use toolbars, OMG.
This is most irritating. Almost all of Windows users in my company don't know how toolbar works. They don't know they can enable toolbar, take out toolbar, customize toolbar, and not even the simplest of all, move toolbar around. Toolbar is so simple, standard, and flexible. And yet, they don't know how to use it. And now, I think that's the main reason why IE7 doesn't support moveable toolbar, and that pisses me off even more. Argh. Yeah I understand. It is usually the developers fault when the GUI is not intuitive. But before I am good computer, I am already know how to enable toolbars and move it around. Of course at the time I don't understand English at all, even if it is in Chinese I still don't know ...Show All
Community Chat I can't believe most Windows users don't know how to use toolbars, OMG.
This is most irritating. Almost all of Windows users in my company don't know how toolbar works. They don't know they can enable toolbar, take out toolbar, customize toolbar, and not even the simplest of all, move toolbar around. Toolbar is so simple, standard, and flexible. And yet, they don't know how to use it. And now, I think that's the main reason why IE7 doesn't support moveable toolbar, and that pisses me off even more. Argh. Personally, I think the Ribbon is *a step* in a right direction. Menus and toolbars were invented for professional computer users, including context menus, which work great for experienced users, but are a nightmare for ordinary users ("rightclick what "). This is w ...Show All
Microsoft ISV Community Center Forums empty datagrid
I'm sure i'm overlooking something simple... Can anyone tell me why my datagrid has no rows The query is definitely bringing back data because I can MsgBox the rst!field1 SQL = "SELECT field1, field2 FROM table" With rst .CursorLocation = adUseClient .Open SQL, cn, adOpenStatic, adLockBatchOptimistic Set DataGrid1.DataSource = rst End With With DataGrid1 .Columns(0).Width = 300 .Columns(1).Width = 3000 End With ...Show All
Visual Studio Need help with open crystal report based on Dataset or Recordset
I'm trying to create an application that works off a recordset based on a table within an SQL server. I found the way to create my crystal report based off a Dataset, but I need help figuring a way to base my report off a recordset that I'm working with in the code below. If someone could give me some pointers on this and also maybe how to open it within the Crystal report viewer that would be great! here is the code I use to generate my dataset. Dim ConnString As String = "Data Source=CBR10602911;Initial Catalog=AL;Persist Security Info=True;User ID=acclogical;Password=acclogical" Dim ObjConn As New ADODB.Connection Dim ObjRS As New ADODB.Recordset Dim strRequest As String = "SELECT * F ...Show All
SQL Server Processing failures result in hangs - "Canceling process operation. Please wait."
Whenever I process a cube and it fails (usually because of referential integrity issues and me forgetting to ignore errors), I'll click "stop", but the dialog will hang with the canceling notice. The only way I've discovered to get around this is to restart the SSAS server, but it just feels like I may be corrupting data or something by doing this. Is this a known issue Are there better ways of working around this Also, what are the best ways to debug the RI issues that typically cause cube processing to fail One problem with your approach, Mosha, as well as with mine, is that you would like to update fact records with correct dimension members, sooner or later. I would recommend SSIS for sol ...Show All
Windows Networking Development How can I judge the mail has been read??
Hello,everyone!I face a problem when I programming,I'd like to ask for you: I enter the mailbox from webpage,and read some mails,so I'd like to remain the mail in my mailbox.(in fact I use some commerce Email client software like FOXMAIL,it doesn't download this kind mail), as the picture :http://p.blog.csdn.net/images/p_blog_csdn_net/ZhengKarl/249778/o_ScreenCopy.JPG shows,the mail has been read is been distinguished from the mail has not been read in mail server website.I use pop3 protocal to download the emails,they seem the same........... SO when I programming, how can I judge whether the mail has been read from webpage ... If you kown,pls email me:Karlzheng@126.com.I'll appreciate very much.Thank you very much! BestR ...Show All
Visual Studio excluding 'gets' from a team build
In my TFSBuild.proj I have <PropertyGroup> <TeamProject>test1</TeamProject> How do I exclude ' getting' projects (or code) residing under test1 that do not participate in the team build Yoni Yoni, You can modify the WorkspaceMappings.xml file to cloak (hide) certain folders from the workspace. Any folder (and their children) thus cloaked will not be retrieved during a "get". Here is an article discussing the mechanics of it: http://blogs.msdn.com/manishagarwal/archive/2005/10/13/480584.aspx - Steve ...Show All
Visual Studio Tools for Office How to create XMLNodes on runtime -word?
Hi I'm using VSTO 2005, Word Document, C#. I want to create some XMLNodes on runtime, how do i do that To be more specific, i have the an Schema attached to the document, with an element that can be repeated (minOccurs = 0 and maxOccurs = unbounded) that is recognized as XMLNode s and it's about a list, something like: Item 1 subitem1 subitem2 subitem3 So i need that when i click on a button at the end of the list, i can create an "Item 2" and all its subnodes how do i do that with code in C# Thanks for your time No :( it keeps adding one inside the other :( i used your code exactly, no exception is thrown, it just adds one inside the other Any other ...Show All
Visual C# Searching in a text file
Hello I have a text file with a list of numbers and names.For example 345623 John 234800 Jim 298756 Maria with about 40000 such entries. I would like to search the text file for a specific number and display the associated name. How can i search fast the text file I dont want to use any kind of collection if possible. regards. I don't think so. You can't navigate to a particular line in a text file, only forward reading. You could do a 1 time only parse of the text file to an DataTable, set the "id" as the primary key and use the WriteXml method to save it. string filename = "" ; TextReader r = new FileInfo (filename).OpenText(); DataTable table = new ...Show All
Visual Studio 2008 (Pre-release) Username Password with asp.net membership
Hi I am trying to create a sample service using wsHttp binding using message security using username password against aspnet membership provider. I use the following config in the client and I get an exception : " The request for security token has invalid or malformed elements" I used the logger to find out that the RST has failed. I Need help!!! < system.serviceModel > < behaviors > < behavior name = " MyBehavior " > < clientCredentials > < serviceCertificate > <!-- PeerOrChainTrust means that if the certificate is in the user's Trusted People store, then it will be trusted without performing a validation of the certificate's issuer chain. ...Show All
