SkifL's Q&A profile
SQL Server Database is read-only.
Hi I have been learning on how to use the new features of the .NET 2.0, and Well I using VS2005 and everything is pretty straight foward. I did a Membership webform where you log in and create users and roles etc. I installed the SQL Server 2005 express as my Data provider and thats where my Tables are. I used the aspnetsql_reg comand to integrate the server to this application. Anyway my problem started when i decided to copy my project to my IIS server and well when I run the app from the Browser tells me that he Database It's set to Read-Omly and therefore it cant update it. This happens right after log in. but then I open ...Show All
SQL Server Maximum number of connections
Hi, Could somebody tell what is the maximum number of concurrent connections that are supported in sql server 2005 developer edition thanks SQL Server allowed 32767 connections per instance in SQL 2000. I don’t think they lowered it down. With 16 instances you could theoretically come up to 524272 connections (which is sort of unbelievable). I don’t know if your question has only an academic flavour or how many can be instantiated in the real world. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Visual Studio Team System Web Test Question
Hi, How do I create "Web Test" project using Visual Studio for Developer I've tried from New Test menu and Test Project > Add, there are couple of options such as create ordered tests, unit test wizards etc; but there is no "Web Test" as mentioned in documentation. Any ideas Regards, James. James Web Test is part of Visual Suudio Team Edition for Testers not Developers. http://msdn2.microsoft.com/en-us/library/ms182415.aspx Thanks Brian [MSFT] Microsoft Developer Support This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All
Visual C++ how to read exe file
Hi all I have a problem. i have situation where i need to send a complete C program made in .net 2003 to another pc using socket. Now rather than sending individual files CPP and .h files(since there can be more than 2 or 3 files), i deicded to make an exe file and then send exe file to other pc. Now i am able to create the exe file but i am not able to read it using c++ file handling. here is the code #include<iostream> #include<fstream> using namespace std; void main() { ofstream fout; ifstream fin; char c[20]=" "; fout.open("C:\\sample1234.exe",ios::ate); fin.open("C:\\ ...Show All
Windows Live Developer Forums remote assistant
Not sure what forum to raise this in so here goes: I want a page of my intranet to be able to allow the user to access the remote assistant by clicking a button on the web page. How is can this be done What code behind should be in place What api should be called Thanks seeker55 check out the Vista developer SDK. they may have some more remote assistant API's that may help you out. Not sure if those api's exist on XP or not. but either way the OS sdk should help you ...Show All
Visual C++ How to read unicode character??
Hi all, Currently i am doing one project related to unicode file reading, showing the characters in the ListCtrl . I got my result applying CFile, API WideCharToMultibyte & the reverse one.Here I read BOM for each file(.txt),then got the bytes for respective characters. but i have some confusion regarding whether those functions work properly if the character is more than two bytes ,ofcourse it is going to surrogates.I just want to know is there any deficiency/limitation in those fuction If I use wistream is it possible I know its possible. But which is the better way.Tho ...Show All
Visual Basic validation woos
I have an Access backend with a VB.Net 2003 frontend. In the table, I set an input mask for both the telephone and zipcodes. I also set them as required fields. But, when I input in the form, it lets me put anything in the field or leave it blank. what am I doing wrong I don't know if you are creating Windows Forms application or ASP.NET application. Validation controls (like Required Validator) are available only in ASP.NET applications. If you are creating Windows Forms application, then you must use Validating event on textbox. Like in this code sample Private Sub TextBo ...Show All
Windows Forms ComponentOne? NetAdvantage?
Hi, I'm just doing the initial planning and research work on a big project with both Win Forms and ASP.NET clients. I'm looking at the available component libraries, largely for the grid controls, but also the general UI stuff like docking frameworks and toolbars. With Web Forms in the equation, it seems to come down to either ComponentOne or Infragistics N ...Show All
.NET Development highlighter?
Hi. I have a string. I have extracted some things from it, really using regular expression to do a match. it works great I want to know now, since this text will be displayed after words (the entire string) is it possible to highlight the matched words in the string (highlight = color/bold) I will be writing this in either RTF or html I just want to know how I can detect that through out the string if the matched words exist then for each match word, find the word in the string and when found highlight it. possible Thanks! after a good nights sleep, lol, I found a way which was reall ...Show All
Visual Studio Deploying .NET Application with CR
Is there anyway to keep the Crystal11_NET_embeddedReporting from packaging so many unneeded files A release build takes about 15 - 20 minutes and another 15-20 install to the user's desktop. Are there any tricks to removing or preventing unneeded files from being packaged I know this is more of a Crystal Report issue but if anyone has any insight on merge modules and the files that are package during deployment it would be greatly appreciated! ...Show All
Visual Studio Team System How do I add a solution to a workspace for team build?
Hi, The subject pretty much says it all, how do I do this Thanks, J James, Please check the plug-in selected for source control in VS. To do this: - Open VS - Open Tools -> Options dialog - Expand the 'Source Control' node and click on 'Plug-in Selection' Make sure that 'Visual Studio Team Foundation' is selected from 'Current source control plug-in' combo. Please try adding the solution now. Thank you, Nagaraju Palla, Visual Studio Team System ----------------------------------------------------- This post is provided as-is and without warranty ...Show All
Visual C# Binary Write array...
Hello I have an array that I need to binary write. OK here's what I have (only example): struct MyStruct { int x; int y; } Basically, it's a struct and I init it doing: MyStruct test[]; test = new MyStruct[3]; test[0].X = 3; test[0].Y = 2; test[1].X = 34; test[1].Y = 13; test[2].X = 32; test[2].Y = 13; test[3].X = 72; test[3].Y = 67; .. etc I need to write all that data to a binary file. Now I used: FileStream fs = File.Create("test.bin"); BinaryWriter bw = new BinaryWriter(fs); fs.Close(); fs = null; bw = null; I can't convert my exact code to byte array (if I could it would be easy). Here's what I need to d ...Show All
Visual Studio Team System The SCM in Team System?
So, we are evaluating Team System to see if it suits our needs. One problem I have come across is that I cannot find a application for the SCM in Team System. Now, I realize that Team System is about "work flow" and "work items". But, what about these people: - Tech writers who want to check in some help pages into the source control at a certain place, so it gets deploy as a part of the automated build process - Graphics guys who create applicatio icons, and other media to be used as a part of the build process or even post-build process etc... These people need a SCM viewer like VSS, Perforce, etc. A simple viewer to ch ...Show All
Microsoft ISV Community Center Forums ned help with excel
i'm trying to insert an image on the top of the excel the code im using is Sub ClearAndClose() Excel.Application.Quit End Sub Sub PrintPriceListF() ' ' PrintPriceListF Macro ' Comments ' ' Keyboard Shortcut: Ctrl+f ' 'Move the header to right Range("A1").Select Selection.Cut Range("e1").Select ActiveSheet.Paste Range("A2").Select Selection.Cut 'Delete the old (now empty) leftmost column Columns("A:A").Select Selection.Delete Shift:=xlToLeft Columns("c:c").Select Selection.Delete Shift:=xlToLeft 'Open up the descr ...Show All
Visual Studio Express Editions Reports in VB Express
How do I generate reports for printing in VB express Hi! 1) VB Express is intended for Hobbiests, so I don't understand, why you can't use the extended SQL Express Version with reporting! In my understanding hobbiest program for fun, so it doesn't matter if they use experimental software in their project! 2) If you work for a customer and get paid for your work, you should buy the full VS2005 version, and let MS participate on your success :) Because if you get paid you are no hobbiest anymore! Your are a professional and you should use professional tools. 3) If you don't care about 1) or 2) check out www.gotdotnet.com ! Searc ...Show All
