Click here to Skip to main content
15,889,909 members

Comments by mgoad99 (Top 52 by date)

mgoad99 21-May-18 18:22pm View    
Thank you so much for that tip! I believe I have fixed the issue by copying the user profile data for the gpg application in question to the default user profile.
mgoad99 11-Jul-17 18:32pm View    
I'm unclear if you have an MVC question or EF question. Either way, I do think your approach may be off.

I recommend the series of tutorials on MVC from Microsoft. For me, having an example is a great way to figure out how to get something working.

This is a link to a specific tutorial, but there are many more on this site.

https://docs.microsoft.com/en-us/aspnet/mvc/overview/getting-started/database-first-development/

Maybe looking thru the tutorial may help point you in the right direction.
mgoad99 13-Mar-14 12:55pm View    
Try looking into pivot. There is a article on the code project here:
http://www.codeproject.com/Tips/500811/Simple-Way-To-Use-Pivot-In-SQL-Query
mgoad99 14-Feb-14 16:18pm View    
you already answered your questions:
"I removed all of the code and needed assemblies"
mgoad99 13-Feb-14 15:03pm View    
I would like to help you more, but it is hard without seeing how you have things setup.

The thing i find suspicious is 'KCDCSS-SQL\EContacts'. That sounds like a local account on a server. is that the server where SQL and the reporting services instance are installed? Are you trying to deploy a report from visual studio? if so, you are running visual studio on the server?