bilalso's Q&A profile
SQL Server Need help to find a professional approach
Hi guys, I'm designing a sql server database for a recruitment site, I have a resumes table that stores pieces of information about every jobseeker, among this information is the employment history which includes(Job title, company name, from, to), of course one jobseeker can have multiple previous jobs. Now, I want to know how this structure would be applied this structure suggests a field within the resume table that is by itself is a table! So, any ideas how can I design this database traditionally and basic to database design is to first identify the entities. The entities becomes a database table. In your case you may identify several entities like the applicant which is the ...Show All
Visual Studio Express Editions Stop Website Redirecting in VB 2005 Express
I am making a client for a game. When you attempt to go to a certain adress however, it will attempt to redirect you to their homepage. The code to bypass this was posted on a website, however it is for VB 6. If anyone could help me convert this it would be very much appreciated. VB6 Code: " Private Sub WebBrowser1_BeforeNavigate2(ByVal pDisp As Object, URL As Variant, flags As Variant, TargetFrameName As Variant, PostData As Variant, Headers As Variant, Cancel As Boolean) On Error Resume Next If URL = " http://www.website.com/ " Then Cancel = True End Sub " The BeforeNavigate2 function does not exists in VB 2005, and the help files tell me it's been replaced by 'Navigating'. Any help is appreci ...Show All
Smart Device Development execute application
how can i build appliction for execute it for pocket pc wen i finish my design ...Show All
Visual Studio Team System Errors when deploying to ReportServer
I am using SQL Server 2005 Dev Edn and VS 2005. when I try to deploy the report project to the local machine ReportServer, I get the following message: "The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version. (Microsoft.ReportingServices.Designer)" I have tried the following local configuration for ReportServer: http://localhost/ReportServer http://IP address/ReportServer http://ServerName/ReportServer I am still getting the same error message. Thanks, Hi Kamal 1) can you check that your account is either a "Content Manager" on the report server, or that your account is ...Show All
Windows Forms Datagridview - Error when trying to make a multiline cell
I'm trying to get a multi-line textbox cell in my datagridview, using Visual Studio 2005 and vb.net windows forms. My datagridview is bound using bindingsource and dataset designer, with SQL Server 2005 as the database. One table is used in my app. I'm enabling the multi-line by using Edit Colums -> Column -> Default Cellstyle -> WrapMode set to true. AutoSizeColums is set to Fill AutoSizeRowsMode is set to DisplayedCells The datagridview displays all data and works fine if WrapMode is set to false. The Column with wrapmode set to true displays as muli-line text when the form is started. But I get an exception when trying to resize the column (dragging it to either side): InvalidOperationException was unhandled This operation c ...Show All
Visual Studio 2008 (Pre-release) Bad request?
I am getting the following exception: TestCase 'TestGetBasket' failed: System.ServiceModel.ProtocolException: The remote server returned an unexpected response: (400) Bad Request. System.ServiceModel.ProtocolException: The remote server returned an unexpected response: (400) Bad Request. ---> System.Net.WebException: The remote server returned an error: (400) Bad Request. at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- End of inner exception stack trace --- Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(HttpWebRequest request, HttpWebRespo ...Show All
Visual C++ reading Japanase charactersets
Hi I am reading XML form djvu images in VC 6.0. The characters of japanese language are saved correctly in file but when I display it or assign it to CString from GUTF8String (string datatype of DjVu Library) then the japanese characters change to some other japanese character styles. I think they are not displayed or assigned in the correct eoncding scheme in which there are originally in. Please let me know what can be the problem Your help will be greatly appreciated. I hope this is the right forum to post this question to.Please don't delete this post, as im really in need to solve this problem as early as possible. Thanks. If your file is in plain text, you may try to open it using the int ...Show All
SQL Server Cannot shut down VS after using report designer
Routinely when I use BIDS to work on a report design, I cannot close BIDS because I get a message box that says: Microsoft Visual Studio cannot shut down because a modal dialog is active. Close the active dialog and try again. Of course, there is no visible dialog open. I actually have to terminate the process from task manager. I do not get this problem when using SSIS or SSAS. Only SSRS. Any Ideas Thanks! BobP I too ran into this today. After having a look at the bug in the product feedback centre, I noticed the bug is resolved as not reproduced. Is it me, or does it seem unproductive to resolve a bug as not reproduced when there's 9 Can Validate and 13 voters with the average rating 4.69 Clearly this sho ...Show All
Windows Forms WebBrowser control and html document(simple question)
Hey, I added a .html document into my project. But How do you make it so that my web browser control "webbrowser1" will show the document, I named it "New_Tab.html" Thanks :) I dont think you can as the web browser control uses the core IE as the backbone and whatever settings are set in IE are used by default. im sure if someone knows they will post it, or if i find it, ill be sure to post ...Show All
SQL Server Announcing a GUI tool for configuring dialog security and routing
www.codeplex.com/slm Setting up Service Broker routes, endpoints and security is just too hard. One has to run pages and pages of Transact-SQL code just to get the ‘Hello, world’ example work between two separate SQL Instances and the chances of making a mistake are overwhelming. Well, not anymore! I’ve just uploaded into the Service Broker team code gallery a new GUI tool for doing just that: easily configure two services to be able to have conversations. The tool uses the ‘Service Listing’ concept. A Service Listing is like an identity card for a service. It is an XML document that contains all the necessary information needed to establish a conversation with that service. When two parties need to establish a conversation, th ...Show All
Visual Studio 2008 (Pre-release) Clarification on SSDL ?
Hey there! Ok, I've read numerous articles on vNext as well as been analyzing the samples. I would just want to have a couple of concepts clarified to me: General concept: ----------------------------------- As I have unserstood it, the *SSDL files contain the description of the "physical" database with all its tables translated into the Entity framework "types". *CSDL files contain the conceptual model which is exposed to the application, and should preferrably be as consistent as possible with little or no major changes. *MSL files maps the conceptual model to the SSDL description of the "physical" database Have I understood this correctly The part I'm a bit confused about is the SSDL, this has nothing to do with the conceptual model ri ...Show All
Commerce Server Missing Performance counters
I just configured a new production server but when i went to run the application it seemed that there were a bunch of performance counters missing. I checked the registry and compared HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services to another machine. The Commerce: Marketing and Commerce: Pipelines were present on the new machine but Commerce: Catalog, Commerce: Catalog Pipeline, Commerce Orders, Commerce: PromoCode Pipeline were missing. Anyone run into this Any suggestions on how to create these or what step of the install creates them Thanks. While i was waiting for a response, i tried running a "repair" on the CS installation. at the end it asked me if i wanted to start the Commerce Ser ...Show All
Software Development for Windows Vista State workflow bug
Can anyone else verify this bug https://connect.microsoft.com/wf/feedback/ViewFeedback.aspx FeedbackID=171215 It's very basic - a state workflow won't correctly handle HandleExternalEvent if it's in an EventDriven which is at 'workflow' level, rather than inside a specific state. It will handle HandleExternalEvents if they are inside a state & eventdriven though. I have an example file if anyone wishes to look. EDS does throw an exception - its just that it catches it and doesn't consider it "fatal" so it eats it. Here's how I did it. First - on Tools-Options-Debugging - I disable "Just My Code" (this is the stupidest default they've ever put in VS IMO). Then bring up the exceptions dialog (Ctrl-Al ...Show All
SQL Server How do I check the processing results from SSIS / DTS packages
I have several OLAP systems in production and some days the number of fact rows processed in the cubes are not correct. i.e. I am dropping records because of incorrect dimensions. Is there any way using TSQL that i can query the rows processed of all the live cubes so that I can check that I have not dropped any records You can check this(your fact orphans) before processing by using the following TSQL: ----------------------------------------------------------------------------- Select count(*) from MyFactTable f Left outer join MyDim1Table d1 On f.MyDim1ForeignKey = d1.MyDim1foreignKey Where d1.MyDim1foreignKey is null ‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥ ...Show All
Windows Forms Acquiring Deployment Info from VB
I've created a simple project in Visual Studio .NET 2005 Professional according to the information from the following link: http://msdn2.microsoft.com/en-us/library/49b92ztk(vs.80).aspx I've added various steps to the installation side of things and would now like to be able to acquire customer details etc from the vb code. Can someone kindly provide me with a link to a working example or even better still, kindly show me how Thanks in advanced Hi, Just wanted to say thanks again for the help. The log created using the msiexec /l*v mylog.txt /i mysetup.msi really did show all the setup properties, although i was kind of expecting to be able to interupt each step of the installation f ...Show All
