Click here to Skip to main content
15,911,891 members
Home / Discussions / C#
   

C#

 
GeneralRe: Coping an Email from Inbox to User Folder Pin
MWRivera8-Mar-11 4:17
MWRivera8-Mar-11 4:17 
GeneralRe: Coping an Email from Inbox to User Folder Pin
Pete O'Hanlon8-Mar-11 4:24
mvePete O'Hanlon8-Mar-11 4:24 
GeneralRe: Coping an Email from Inbox to User Folder Pin
MWRivera8-Mar-11 4:50
MWRivera8-Mar-11 4:50 
GeneralRe: Coping an Email from Inbox to User Folder Pin
Pete O'Hanlon8-Mar-11 5:18
mvePete O'Hanlon8-Mar-11 5:18 
GeneralRe: Coping an Email from Inbox to User Folder Pin
MWRivera8-Mar-11 5:22
MWRivera8-Mar-11 5:22 
QuestionT4 assembly missing Pin
SolarEx8-Mar-11 0:10
SolarEx8-Mar-11 0:10 
AnswerRe: T4 assembly missing Pin
Richard MacCutchan8-Mar-11 1:01
mveRichard MacCutchan8-Mar-11 1:01 
GeneralRe: T4 assembly missing Pin
SolarEx8-Mar-11 2:54
SolarEx8-Mar-11 2:54 
Thx Richard,

To be more precise, I get 2 errors similar to the one below per template.

Error	1	The type or namespace 'VisualStudio' doesn't exist in the namespace 'Microsoft' ( an assembly is missing  ?)


There is 2 errors messages which are pointing on this part.

<#@ template language="C#" debug="false" hostspecific="true"#>
<#@ include file="EF.Utility.CS.ttinclude"#>
<#@ output extension=".cs"#>
<#@ Assembly Name="System.Core, Version=4.0.0.0, Culture=neutral" #> 
<#@ Assembly Name="Microsoft.CSharp, Version=4.0.0.0, Culture=neutral" #>


The rest of the errors messages are pointing onother templates but the line pointed are not existing.

I guess it's coming from somewhere else.

I was expecting to fix it with the 2 Assembly lines specifing my version of dotNEt but without success.

References of this DLL:
-envdte
-Microsoft.Build
-Microsoft.CSharp
-System
-System.Core
-System.Data
-System.Data.DataSetExtensions
-System.Data.Entity
-System.Data.Entity.Design
-System.Runtime.Serialization
-System.Security
-System.Xml
-System.Xml.Linq


To refresh, my errors came up when I've added a new dll. Just after that I unloaded it in order to come back in a normal mode.

This errors keep going on.

I still working on,

In the same time, I created a small project with the same content in order to know if it was coming from my code.
And it works, therefore it's not my code.

Weird error....
GeneralRe: T4 assembly missing Pin
SolarEx8-Mar-11 3:41
SolarEx8-Mar-11 3:41 
GeneralRe: T4 assembly missing Pin
Richard MacCutchan8-Mar-11 5:36
mveRichard MacCutchan8-Mar-11 5:36 
GeneralRe: T4 assembly missing Pin
Pete O'Hanlon8-Mar-11 7:41
mvePete O'Hanlon8-Mar-11 7:41 
GeneralRe: T4 assembly missing Pin
Richard MacCutchan8-Mar-11 7:56
mveRichard MacCutchan8-Mar-11 7:56 
GeneralRe: T4 assembly missing Pin
Pete O'Hanlon8-Mar-11 8:45
mvePete O'Hanlon8-Mar-11 8:45 
GeneralRe: T4 assembly missing Pin
Richard MacCutchan8-Mar-11 9:57
mveRichard MacCutchan8-Mar-11 9:57 
GeneralRe: T4 assembly missing Pin
Pete O'Hanlon8-Mar-11 21:14
mvePete O'Hanlon8-Mar-11 21:14 
GeneralRe: T4 assembly missing Pin
Richard MacCutchan8-Mar-11 21:29
mveRichard MacCutchan8-Mar-11 21:29 
GeneralRe: T4 assembly missing Pin
Andy Brummer8-Mar-11 16:16
sitebuilderAndy Brummer8-Mar-11 16:16 
GeneralRe: T4 assembly missing Pin
SolarEx8-Mar-11 21:36
SolarEx8-Mar-11 21:36 
QuestionWriting XML file from threads - URGENT - Pin
moums7-Mar-11 21:56
moums7-Mar-11 21:56 
AnswerRe: Writing XML file from threads - URGENT - Pin
OriginalGriff7-Mar-11 22:08
mveOriginalGriff7-Mar-11 22:08 
GeneralRe: Writing XML file from threads - URGENT - Pin
Richard MacCutchan7-Mar-11 22:11
mveRichard MacCutchan7-Mar-11 22:11 
GeneralRe: Writing XML file from threads - URGENT - Pin
Pete O'Hanlon7-Mar-11 23:11
mvePete O'Hanlon7-Mar-11 23:11 
GeneralRe: Writing XML file from threads - URGENT - Pin
OriginalGriff7-Mar-11 23:15
mveOriginalGriff7-Mar-11 23:15 
AnswerRe: Writing XML file from threads - Not URGENT - Pin
Richard MacCutchan7-Mar-11 22:10
mveRichard MacCutchan7-Mar-11 22:10 
GeneralRe: Writing XML file from threads - Not URGENT - Pin
moums7-Mar-11 22:20
moums7-Mar-11 22:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.